Data Quality Score
This dataset is a meta-data evaluation of the public datasets on the Open Data portal. Each public dataset is evaluated based on a variety of topics, and assigned a score between 0 and 100.
The datasets are assigned a meta data attribute based on the following scores:
• 0-70: Bronze
• 71-80: Silver
• 81-100: Gold
For more information about the method by which the score is calculated, please visit the following PDF: http://wpgopendata.blob.core.windows.net/documents/Data-Quality-Score-Documentation.pdf
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 \"winnipeg-ca/data-quality-score-73sq-j2qi\".\"data_quality_score\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.