You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add special case for single missing RHS in recode() (JuliaData#103)
When a single pair appears and the RHS is 'missing', it is very unlikely
that the caller would want an Array{Missing} result. Instead, return
an Array{Union{T, Missing}}, with T the original array's eltype.
This is useful to transform some values into missing values.
0 commit comments