Edmonton Business Census
The dataset is a collection of business information, including business names, geographical locations, and the specific sectors and industries they belong to. The dataset is a valuable resource for anyone interested in exploring, analyzing, or understanding the diverse landscape of businesses in Edmonton. Some of the information include the North American Industry Classification (NAICS) code - a standardized system used to classify businesses and industries in North America. These codes, ranging from two to six digits, provide a comprehensive framework for classifying establishments based on their primary economic activities.
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 \"edmonton-ca/edmonton-business-census-8c4b-u4a4\".\"edmonton_business_census\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.