MATRICULA OFICIAL EN LOS MUNICIPIOS DEL MAGDALENA SEGUN ZONA, JORNADA E INSTITUCIONES EDUCATIVAS EN LOS AÑOS AÑOS 2020 Y 2021
Alumnos matriculados en el Magdalena según zona geográfica, jornada escolar e instituciones educativas durante los años 2020 y 2021.
Variables utilizadas:
URB_G0, URB_G1, ....: Matrícula urbana en grado preescolar, grado 1, grado 2, etc..
URB_ALFA: Matriculados en alfabetización urbana.
URB_VAL_C1, URB_VAL_C2, ...: Matrícula urbana en validación ciclo 1, ciclo 2, etc.
RUR_G0, RUR_G1, ..: Matrícula rural en grado preescolar, grado 1, grado 2, etc..
RUR_ALFA: Matriculados en alfabetización rural.
RUR_VAL_C1, RUR_VAL_C2,...: Matrícula rural en validación ciclo 1, ciclo 2, etc.
Querying over HTTP
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 \"datos-gov-co/matricula-oficial-en-los-municipios-del-magdalena-dv2k-cn7f\".\"matricula_oficial_en_los_municipios_del_magdalena\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.