Debugging a script to replace NaN or -999 values with missing values

You want to use B = Matrix{Union{Float64,Missing}}(B).

1 Like