VariableStatistics
Get definition
{
"kind": "variableStatistics",
"uri": string,
"url": string,
"variable": {
"kind": variable,
"name": str,
"type": str (enum variable_type)
},
"status": string("queued","running","completed","failed"),
"count": integer,
"numDistinct": integer,
"min": number,
"max": number,
"mean": number,
"approxMedian": number,
"frequencyDistribution": null | [
{
value: number | string | boolean,
count: number,
label: string | null
}
],
"geoCentroid": {
"longitude": number,
"latitude" number
},
"geoBBox": {
"westLongitude": number,
"eastLongitude": number,
"northLatitude": number,
"southLatitude": number
}
}Documentation
Fields
Was this helpful?

