JuliaData / DBFTables.jl

Read and write DBF (dBase) tabular data in Julia
Other
10 stars 11 forks source link

Update DBFTables to work with DataFrames 0.11.7 #2

Closed cchderrick closed 6 years ago

cchderrick commented 6 years ago

Replace Nulls with Missings, which should bring this package to work with the DataFrames 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.

cchderrick commented 6 years ago

Are there any outstanding issues need to be address before this get accepted? thanks.

nalimilan commented 6 years ago

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.