JuliaData / Feather.jl

Read and write feather files in pure Julia
https://juliadata.github.io/Feather.jl/stable
Other
109 stars 27 forks source link

Start implementation of Tables.jl #92

Closed quinnj closed 5 years ago

ExpandingMan commented 6 years ago

Cool. This seems to involve an almost miraculously small amount of code. (Well, I guess it's probably not complete, that may have been a silly comment.) By the way, tests are failing because you didn't add Tables.jl to REQUIRE.

quinnj commented 6 years ago

Ok, I think this should be it. Tests will fail, because we need the DataFrames Tables.jl PR to be merged (most likely soon), but tests all pass for me locally.