JuliaStats / NullableArrays.jl

DEPRECATED Prototype of the new JuliaStats NullableArrays package
Other
35 stars 21 forks source link

Add extrema(::NullableArray) #173

Closed nalimilan closed 7 years ago

nalimilan commented 7 years ago

To complement existing maximum() and minimum(). For now the two-argument version (taking a dimension) is not supported, just like for these two functions.

Useful to implement cut in CategoricalArrays.

nalimilan commented 7 years ago

Good to merge?

nalimilan commented 7 years ago

@davidagold ?