Industry Specialization based on Business Locations by Functional Economic Regions
The dataset provides information on industry specialization, industry structure and number of business locations for Nova Scotia’s Functional Economic Regions. The data fields include: Functional Economic Region Name, Month and Year; Category (e.g., Farming); Type (Traded or Local); North American Industry Classification (NAICS) - 6-digits; Location Quotient based on Business Locations; and Employment Size Categories for Business Locations. Fields may be added to or change over time.
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 \"novascotia-ca/industry-specialization-based-on-business-cyje-iisx\".\"industry_specialization_based_on_business\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.