{"id":20234846,"url":"https://github.com/datamade/school-report-cards","last_synced_at":"2025-03-03T14:14:27.245Z","repository":{"id":11397732,"uuid":"13843140","full_name":"datamade/school-report-cards","owner":"datamade","description":"Tools for parsing annual school report card data from the state of Illinois","archived":false,"fork":false,"pushed_at":"2018-06-12T14:49:23.000Z","size":9156,"stargazers_count":10,"open_issues_count":6,"forks_count":2,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-14T00:42:31.785Z","etag":null,"topics":["database","illinois","school","school-report-cards"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/datamade.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-24T20:14:42.000Z","updated_at":"2021-09-09T00:07:52.000Z","dependencies_parsed_at":"2022-08-22T09:00:26.414Z","dependency_job_id":null,"html_url":"https://github.com/datamade/school-report-cards","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datamade%2Fschool-report-cards","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datamade%2Fschool-report-cards/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datamade%2Fschool-report-cards/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datamade%2Fschool-report-cards/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datamade","download_url":"https://codeload.github.com/datamade/school-report-cards/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241678155,"owners_count":20001682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","illinois","school","school-report-cards"],"created_at":"2024-11-14T08:13:21.501Z","updated_at":"2025-03-03T14:14:27.224Z","avatar_url":"https://github.com/datamade.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"School Report Cards\n===================\n[![Linux build](https://img.shields.io/travis/datamade/school-report-cards.svg?style=flat-square\u0026label=Linux build)](https://travis-ci.org/datamade/school-report-cards)[![Mac OS X build](https://img.shields.io/travis/datamade/school-report-cards.svg?style=flat-square\u0026label=Mac OS X build)](https://travis-ci.org/datamade/school-report-cards)\n\nTools for parsing annual school report card data from the state of Illinois\n\n## Requirements\n* [GNU Make](https://www.gnu.org/software/make/)\n* [GNU Wget](https://www.gnu.org/software/wget/)\n* [Python 3](https://www.python.org/downloads/)\n* [csvkit](https://csvkit.readthedocs.io/en/latest/tutorial/1_getting_started.html#installing-csvkit)\n* [xlsx2csv](https://github.com/dilshod/xlsx2csv)\n* [PostgreSQL](http://www.postgresql.org/)\n* [unzip](http://www.info-zip.org/)\n\n### Ubuntu\nMost of these dependencies are installed by default\n```\nsudo apt-get install postgresql\npip install csvkit\npip install xlsx2csv\n```\n\n### Mac OS X\nMost of these dependencies are installed by default\n```\nbrew install postgresql\npip install csvkit\npip install xlsx2csv\n```\n\n## `make database`\n\nYou will need to run `createdb schools` to initialize the postgres database.\n\nRunning `make database` will import the data into\nnormalized tables in a postgresql database.\n\nRight now, the database scripts only fully process the school-level\ndata that appears in all 22 years of data. These include:\n\n* ACT Scores\n* Demography and enrollment\n* Time spent on subject\n* Class sizes, by grade\n* School level characteristics like parent involvement, truancy, and graduation rate.\n\n## `make csv`\n\nIf you just wish to download the data without importing it into a database, run `make csv`. It will:\n\n1. Download ISBE report card data from 1997-2015\n2. Convert the fixed width files to csv format, with year-over-year normalized column names\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatamade%2Fschool-report-cards","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatamade%2Fschool-report-cards","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatamade%2Fschool-report-cards/lists"}