JuliaStats / DataArrays.jl

DEPRECATED: Data structures that allow missing values
Other
53 stars 50 forks source link

Port from Nulls to Missings #293

Closed nalimilan closed 6 years ago

nalimilan commented 6 years ago

Add error messages to MissingException, which requires them.

This depends on https://github.com/JuliaData/Nulls.jl/pull/51 being merged and a the new Missings package being tagged.

nalimilan commented 6 years ago

OK, this should be ready to merge.