OUSEA - Number of Participants in data Outreach/Engagement events
The Evidence Act staff of the Office of the Under Secretary for Economic Affairs sponsors events to engage Department staff and external stakeholders (academics, non-profits, other agencies, state and local government) with using and improving the Department’s data for evidence building and evidence/evaluation projects. The events include: Opportunity Project events sponsored by the OUSEA; training events; facilitated focus groups; data labs; stakeholder outreach events; events to discuss specific projects and data accessibility. This measure reports the number of individuals who participated in these events. It is a new measure and baseline data will not be available until the end of FY 23.
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 \"performance-commerce-gov/ousea-number-of-participants-in-data-mhy3-kghr\".\"ousea_number_of_participants_in_data\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.