Massy Bourennani
Results
1
comments of
Massy Bourennani
For now you can compute the min/max for any datatype by aggregating the data yourself and using another metric. The `HistogramMetric`. Example below: ``` scala import org.apache.spark.sql.functions.{min, max} import com.amazon.deequ.analyzers.{Histogram}...