Hugging Face · Schema

StatisticsResponse

Properties

Name Type Description
num_examples integer Total number of examples analyzed
statistics array
partial boolean
View JSON Schema on GitHub

JSON Schema

hugging-face-dataset-viewer-statistics-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "StatisticsResponse",
  "type": "object",
  "properties": {
    "num_examples": {
      "type": "integer",
      "description": "Total number of examples analyzed"
    },
    "statistics": {
      "type": "array"
    },
    "partial": {
      "type": "boolean"
    }
  }
}