Feather
Julia library for working with feather-formatted files
Documentation | Build Status |
---|---|
Project Status
NOTE: Feather V1 has been deprecated by Apache Arrow in favor of Feather V2, which is just the Arrow IPC format written to disk. A complete rewrite of Arrow.jl is actively being worked on which will support reading and writing Feather V2.. Currently Feather V2 will not be recognized as a valid feather file by this package.
The package is tested against Julia 1.0
, 1.1
, and 1.2
on Linux, OS X, and Windows.
Installation
The package is registered in the General
Registry and so can be installed with Pkg.add
.
julia> using Pkg
julia> Pkg.add("Feather")
or from the Pkg REPL (accessed by typing ]
from the main REPL prompt/
] add Feather
Documentation
- STABLE — most recently tagged version of the documentation.
- LATEST — in-development version of the documentation.
Contributing and Questions
Contributions are very welcome, as are feature requests and suggestions. Please open an issue if you encounter any problems or would just like to ask a question.