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

Native implementation for reading/writing feather files #6

Closed quinnj closed 8 years ago

quinnj commented 8 years ago

I wanted to at least put this up there, even though there's a little more cleanup I want to do. Right now it just returns (header, data, ctable) from Feather.read, so we have a lot of flexibility of where to go from there. I'd love to integrate with the rest of the DataStreams packages as well as DataFrames. Just a matter of writing the right conversion routines.

quinnj commented 8 years ago

It'd be nice to turn on travis/appveyor for this repo as well.

dmbates commented 8 years ago

Travis is set up. I'm not sure what needs to be done for Appveyor.