system.kanoa.item.getMeasureValueDistribution(paramsDict)
Returns a frequency distribution of measureValue grouped into buckets.
Parameters
paramsDict Dictionary
| - bucketSize | Integer | Optional, defaults to 5 |
| - measureId | Integer | Optional |
| - tStampEnd | DateTime | Optional range end, inclusive |
| - tStampStart | DateTime | Optional range start, inclusive |
Returns
data pyDataset
Example