Fulton County Employment by Industry Sector
This dataset contains the number of persons employed in Fulton County by industry sector (using the NAICS definitions). Employment figures are given for two time periods: the most recent reported by the U.S. Bureau of Labor Statistics and a reference period 5 years prior to the most recent.
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/fulton-county-employment-by-industry-sector-stjp-pf3x\".\"fulton_county_employment_by_industry_sector\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.