Open repository in Console
Readme
Updated almost 2 years ago
‧ Indexed 3 hours ago
Net Domestic Migration of Working Age Adults Age 18-65 By Year (2019) Community and Economic Development
The net number of working age adults (age 18-65) by Pennsylvania county who moved (migrated) to another county within the state, aggregated by PREP Region. Net migration equals in-migration minus out-migration.
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 \"pa-gov/net-domestic-migration-of-working-age-adults-age-c8jn-vf6d\".\"net_domestic_migration_of_working_age_adults_age\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata