Social Indicators of Latin America and the Caribbean: Anomaly exceptions
Social Indicator is a diverse dataset of indicators designed to capture social conditions in Latin America and the Caribbean. The indicators are derived from national household survey data, Censuses, and other sources covering 21 countries from 1990 to date. While the Sociómetro includes traditional global indicators, the database also includes tailor-made indicators in five areas: Demographics, Education, Labor Market, Housing, and Income, to better capture conditions in LAC. In this particular dataset, we marked those indicators whose value we found to be out of normal expected range but whose value is justified and correctly measured.
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 \"mydata-iadb/social-indicators-of-latin-america-and-the-mjbx-2muu\".\"social_indicators_of_latin_america_and_the\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.