Digital Literacy and Computer Science (DLCS) Course Taking
This dataset displays the number or percentage of students in Massachusetts public and charter schools and districts completing at least one Digital Literacy or Computer Science course in grades K-12.
For a full list of courses and subjects, see the <a href="https://profiles.doe.mass.edu/help/DLCSCourseLookup.pdf" target="_blank" rel="noreferrer noopener">Digital Literacy and Computer Science course list</a>. For course descriptions please see <a href="https://view.officeapps.live.com/op/view.aspx?src=https%3A%2F%2Fwww.doe.mass.edu%2Finfoservices%2Fdata%2Fepims%2Fappendices.xlsx&wdOrigin=BROWSELINK" target="_blank" rel="noreferrer noopener">EPIMS Appendices G1 and G2</a>.
This dataset contains the same data that is also published on our DESE Profiles site:
<a href="https://profiles.doe.mass.edu/statereport/computersciencecourse.aspx" target="_blank" rel="noreferrer noopener">Enrollment by Grade</a>
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 \"educationtocareer-data-mass-gov/digital-literacy-and-computer-science-dlcs-course-fbdq-3q4d\".\"digital_literacy_and_computer_science_dlcs_course\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.