Skip to content

Commit

Permalink
Merge pull request #206 from mlcommons/feature/actual-data-type
Browse files Browse the repository at this point in the history
Distinguish between programmatic and semantic data types
  • Loading branch information
ccl-core authored Sep 11, 2023
2 parents 07409da + 3b15406 commit 66808bb
Show file tree
Hide file tree
Showing 15 changed files with 355 additions and 359 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Here is an extremely simple example of the croissant format, with comments showi
"@type": "ml:Field",
"name": "age",
"description": "The second column contains the age.",
"dataType": "sc:Number",
"dataType": "sc:Integer",
"references": {
"dataExtraction": {
"csvColumn": "age"
Expand Down
Loading

0 comments on commit 66808bb

Please sign in to comment.