Poverty Rate With Margin Of Error, 2010-2022
The data consist of the poverty rate by year in Maryland and the margin of error of the poverty rate from 2010 to 2022. MOE=Margin of Error for the 90% confidence interval. Sourced from the U.S. Census Bureau, Small Area Income and Poverty Estimates.
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 \"opendata-maryland-gov/poverty-rate-with-margin-of-error-20102022-iudf-4y2j\".\"poverty_rate_with_margin_of_error_20102022\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.