Open repository in Console
Readme
Updated over 2 years ago
‧ Indexed 12 months ago
Monthly Unemployment Rates for Georgia Places
This dataset contains historic unemployment statistics for various geographies in the state of Georgia. Geographies include cities, counties and metropolitan areas. Statistics include unemployment rate, number unemployed, number employed and number in labor force. Monthly and annual statistics are provided from 1976 to present.
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 \"sharefulton-fultoncountyga-gov/monthly-unemployment-rates-for-georgia-places-5rm7-xueu\".\"monthly_unemployment_rates_for_georgia_places\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata