Closed cchderrick closed 6 years ago
Are there any outstanding issues need to be address before this get accepted? thanks.
Sorry for the delay. I've tagged a release: https://github.com/JuliaLang/METADATA.jl/pull/18136.
A PR to port to Julia 0.7/1.0 would be welcome.
Replace
Nulls
withMissings
, which should bring this package to work with theDataFrames 0.11.7
.I was preparing this package to be used with Shapefile.jl, and the test files there has some non-numeric values in numeric columns, so I added some error handling in the numeric parsing.