Poverty Rate for People of Color Data
Poverty rates for residents of Color include the combined numbers of people self-identified as Black/African American, American Indian Alaska Native, Native Hawaiian Pacific Islander, Hispanic (non-White) or Asian.
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 \"ramseycounty-us/poverty-rate-for-people-of-color-data-7rk6-tadk\".\"poverty_rate_for_people_of_color_data\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.