data

Dataset Stats

Return row count and optional min/max/null/distinct statistics for one column.

get/datasets/{dataset}/stats

Path parameters

datasetstring required

Query parameters

columnstring nullable

Response

Successful Response

datasetstring required

Dataset identifier.

row_countinteger required

Total rows in the dataset.

columnstring nullable

Profiled column, when requested.

null_countinteger nullable

Null values in the profiled column.

distinct_countinteger nullable

Distinct non-null values in the profiled column.

{"stackTrail":"components:schemas:DatasetStats:properties:min:anyOf","oasType":"schema","type":"unknown","title":"Min","description":"Minimum value, when supported by the column type.","nullable":true}
{"stackTrail":"components:schemas:DatasetStats:properties:max:anyOf","oasType":"schema","type":"unknown","title":"Max","description":"Maximum value, when supported by the column type.","nullable":true}

Changes

No recorded changes to this endpoint across all 1 revision of this API.