Skip to content

Commit

Permalink
Fix type and add metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
pmbrull committed Feb 24, 2022
1 parent 972a755 commit 50702c3
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
"description": "Column Name.",
"type": "string"
},
"valuesCount": {
"count": {
"description": "Total count of the values in this column.",
"type": "integer"
},
Expand Down Expand Up @@ -324,6 +324,14 @@
"description": "Maximum value in a column.",
"type": ["number", "integer", "string"]
},
"minLength": {
"description": "Minimum string length in a column.",
"type": "integer"
},
"maxLength": {
"description": "Maximum string length in a column.",
"type": "integer"
},
"mean": {
"description": "Avg value in a column.",
"type": "number"
Expand Down Expand Up @@ -371,7 +379,7 @@
},
"rowCount": {
"description": "No.of rows in the table.",
"type": "number"
"type": "integer"
},
"columnProfile": {
"description": "List of local column profiles of the table.",
Expand Down

0 comments on commit 50702c3

Please sign in to comment.