Utility Patents Per 100,000 Residents by Year by State (2015-2019) Community and Economic Development
Utility patents per 100,000 residents by year by state, compared to the national average (selected states, 2015-2019)
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/utility-patents-per-100000-residents-by-year-by-7y2f-2jk2\".\"utility_patents_per_100000_residents_by_year_by\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.