Open repository in Console
Readme
Updated almost 3 years ago
‧ Indexed 12 months ago
Median Annual Household Income List for FY24 SRF Projects
This is a list of Median Annual Household Incomes for the Overburdened Communities page on the EGLE website.
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 \"michigan-gov/median-annual-household-income-list-for-fy24-srf-sksa-hhx8\".\"median_annual_household_income_list_for_fy24_srf\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.