ItemStatistics representation.
| KEY | TYPE | Description |
|---|---|---|
| missingPercent | float | percentage of missing values in data |
| count | int | count of data |
| median | float | median of the data |
| mean | float | mean value of the data |
| p10 | float | 10th percentile of the data |
| p90 | float | 90th_percentile of the data |
| stddev | float | standard deviation of the data |
| min | int | min value in the data |
| max | int | max value in the data |
| lowerBound | float | lower bound threshold of the data |
| upperBound | float | upper bound threshold of the data |