Open repository in Console
Readme
Updated 7 months ago
‧ Indexed 2 hours ago
Analysis Data (2022)
This is the 2022 raw data AFTER filtering that were actually used in the analyses. The file has several extra data fields that allow one to trace each record back to its source. Note: 2020 also attached.
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 \"wa-gov/analysis-data-2022-nfcx-sbny\".\"analysis_data_2022\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata