Page tree

Release 5.0.1


Contents:

   

Contents:


This page describes the statistical information available for individual columns of data.

  • Statistics may vary depending on the column's data type. For example, the statistics retained for states may be different from the statistics for strings.
  • Most of these statistics are available in the column details panel, which can be opened from the left side of the Transformer page. See Column Details Panel.

Below, you can review general statistics maintained for each data type, followed by breakdowns of statistics for each specific type of data.

NOTE: Before your job is run, profiling information such as column statistics are exact counts of the sample that is currently loaded. After the job is run, profiled results in the Job Results page might include estimates for some metrics and counts, depending on the scale of the dataset.

General Column Counts

For any selection of values in a column, the following counts are generally available.

Count NameDescription
Valid ValuesCount of values that are valid for the column's data type
Unique ValuesCount of unique values. Duplicate values are not counted.
Outlier Values

Count of values that qualify as outliers. An outlier value is either:

  • < (25th percentile) - (2 * IQR)
  • > (75th percentile) + (2* IQR)
  • IQR (interquarterile range) is the range of values between the two middle quarters, which is equivalent to the range between the 25th and 75th percentiles. Thus, in the above computations, the IQR factor ensures that the outliers are at the extremes of the entire range.
Mismatched ValuesCount of values that do not confirm to the column's data type. For example, an Integer column with a value of "MISSING" results in a mismatched value.
Missing ValuesCount of values that are not populated

General Column Statistics

These statistics are available for most types of data through the Column Browser.

  • For string types (String, Phone Number, Social Security Number, Boolean, Email Address, Credit Card Number, Gender, IP Address, URL, HTTP Code, Date/Time), these stats measure string length.
    • For structured string types (Phone Number, Social Security Number, Boolean, Gender, IP Address, HTTP Code, Date/Time), any variation in these numbers indicates data problems.
  • Does not apply to: State
Statistic NameDescription
MinimumLowest value in the column
Lower QuartileThe median of the lower half of values (25th percentile)
Median

The middle value of the selected set. For example, in a set of 21 values, the median value is the 11th value in ascending order.

  • For datasets with an even number of values, the median is the mean of the two middle values.
Upper QuartileThe median of the upper half of values (75th percentile)
MaximumHighest value in the column
AverageAverage value in the column
Standard DeviationThe computed standard deviation for the selected values.

Aggregation Functions

The following functions can be applied to a set of columnar data taken from one or more columns in your dataset. Unless otherwise noted, these functions apply to numeric data. For more information, see Aggregate Functions.

 

This page has no comments.