This dataset consists of statistics that summarize the size of the education system. Main indicators: number of students, schools, and teachers.
<br><br><b>Click here to access the data: https://mydata.iadb.org/d/8vx9-h8dg</b></br></br>
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"mydata-iadb/learning-improvement-information-center-regional-8vx9-h8dg\".\"learning_improvement_information_center_regional\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.