Records a variety of interesting measures for date or time based data. Which are the highest/lowest values? How is the year distribution of dates? Are there null values?
The highest date value for the given column. The value is measured in number of days since 1970-01-01.
Parameterized by columnThe lowest date value for the given column. The value is measured in number of days since 1970-01-01.
Parameterized by columnThe mean value for the given column. The value is measured in number of days since 1970-01-01.
Parameterized by columnThe median value for the given column. The value is measured in number of days since 1970-01-01.
Parameterized by columnThe 25th percentile value for the given column. The value is measured in number of days since 1970-01-01.
Parameterized by columnThe 75th percentile value for the given column. The value is measured in number of days since 1970-01-01.
Parameterized by columnGather so-called descriptive statistics, including median, skewness, kurtosis and percentiles, which have a larger memory-footprint.
boolean Required