Open repository in Console
Readme
Updated 11 days ago
‧ Indexed 1 hour ago
Maryland Counties Socioeconomic Characteristics (2016-2020 from ACS)
Data for population, gender, race, labor force, educational attainment, income, poverty, households and housing units from the American Community Survey.
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/maryland-counties-socioeconomic-characteristics-is7h-kp6x\".\"maryland_counties_socioeconomic_characteristics\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata