Map<String, dynamic> toJson() => { 'column': columnName, 'ndv': ndv, 'min': minValue, 'max': maxValue, 'nullFraction': nullFraction, };