Skip to content

Instantly share code, notes, and snippets.

@ludovicc
Created September 20, 2018 10:22
Show Gist options
  • Save ludovicc/96c90a29e8e324ca27b9fff7ae6a73b1 to your computer and use it in GitHub Desktop.
Save ludovicc/96c90a29e8e324ca27b9fff7ae6a73b1 to your computer and use it in GitHub Desktop.
{
"name": "sql",
"title": "Sql",
"schema": "tabular-data-package",
"profile": "tabular-data-package",
"resources": [
{
"path": "data.csv",
"pathType": "local",
"profile": "tabular-data-resource",
"name": "data",
"format": "csv",
"mediatype": "text/csv",
"encoding": "utf-8",
"dialect": {
"delimiter": ",",
"quoteChar": "\"",
"doubleQuote": false
},
"schema": {
"fields": [
{
"name": "id",
"type": "integer",
"format": "default"
},
{
"name": "stress_before_test1",
"type": "number",
"format": "default"
},
{
"name": "score_test1",
"type": "number",
"format": "default"
},
{
"name": "iq",
"type": "number",
"format": "default"
},
{
"name": "cognitive_task2",
"type": "number",
"format": "default"
},
{
"name": "practice_task2",
"type": "number",
"format": "default"
},
{
"name": "response_time_task2",
"type": "number",
"format": "default"
},
{
"name": "college_math",
"type": "number",
"format": "default"
},
{
"name": "score_math_course1",
"type": "number",
"format": "default"
},
{
"name": "score_math_course2",
"type": "number",
"format": "default"
},
{
"name": "dataset",
"type": "string",
"format": "default"
}
],
"missingValues": [
""
]
}
}
],
"licenses": [
{
"name": "ODC-PDDL",
"path": "http://opendatacommons.org/licenses/pddl/",
"title": "Open Data Commons Public Domain Dedication and License"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment