All Projects β†’ JuliaData β†’ Feather.jl

JuliaData / Feather.jl

Licence: other
Read and write feather files in pure Julia

Programming Languages

julia
2034 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Feather.jl

lunala
πŸ’Žβ”‚ The official Lunala's source code! Yet a modern space exploration bot.
Stars: ✭ 24 (-76.92%)
Mutual labels:  arrow
hood
The plugin to manage benchmarks on your CI
Stars: ✭ 17 (-83.65%)
Mutual labels:  arrow
arrow-fx
Ξ›rrow Fx is part of Ξ›rrow, a functional companion to Kotlin's Standard Library
Stars: ✭ 64 (-38.46%)
Mutual labels:  arrow
pykafarr
A high-performance Python Kafka client. Efficiently from Kafka to Pandas and back.
Stars: ✭ 32 (-69.23%)
Mutual labels:  arrow
avit-da2k
πŸ’² oh-my-zsh theme based on avit theme
Stars: ✭ 15 (-85.58%)
Mutual labels:  arrow
php-feather
πŸ•Š PHP Library for https://feathericons.com/
Stars: ✭ 42 (-59.62%)
Mutual labels:  feather
konad
Monads composition API that just works. For OOP developers
Stars: ✭ 62 (-40.38%)
Mutual labels:  arrow
graphique
GraphQL service for arrow tables and parquet data sets.
Stars: ✭ 28 (-73.08%)
Mutual labels:  arrow
tooltip
[DEPRECATED] The tooltip that has all the right moves
Stars: ✭ 133 (+27.88%)
Mutual labels:  arrow
polars
Fast multi-threaded DataFrame library in Rust | Python | Node.js
Stars: ✭ 6,368 (+6023.08%)
Mutual labels:  arrow
Archery
Declare all your project's metadata and what you can do with it in one single place.
Stars: ✭ 47 (-54.81%)
Mutual labels:  arrow
Pointy
A jQuery plugin that dynamically points one element at another ~
Stars: ✭ 25 (-75.96%)
Mutual labels:  arrow
arrow-site
Mirror of Apache Arrow site
Stars: ✭ 16 (-84.62%)
Mutual labels:  arrow
bootstrap-directional-buttons
Directional / Arrow buttons for Bootstrap
Stars: ✭ 18 (-82.69%)
Mutual labels:  arrow
vinum
Vinum is a SQL processor for Python, designed for data analysis workflows and in-memory analytics.
Stars: ✭ 57 (-45.19%)
Mutual labels:  arrow
spark-clickhouse-connector
Spark ClickHouse Connector build on DataSourceV2 API
Stars: ✭ 100 (-3.85%)
Mutual labels:  arrow
arrow-datafusion
Apache Arrow DataFusion SQL Query Engine
Stars: ✭ 2,360 (+2169.23%)
Mutual labels:  arrow
make-a-hugo-blog-from-scratch
Take a wild guess
Stars: ✭ 40 (-61.54%)
Mutual labels:  feather
streamlit-vega-lite
A Streamlit component to render interactive Vega, Vega-Lite, and Altair visualizations and access the selected data from Python
Stars: ✭ 59 (-43.27%)
Mutual labels:  arrow
Penguino-STM32WL-LoRa-E5
This repo contains all the necessary design and fabrication files for the Seeed Studio LoRa-E5 based Penguino Feather breakout board.
Stars: ✭ 30 (-71.15%)
Mutual labels:  feather

Feather

CI codecov deps deps version pkgeval

Julia library for working with feather-formatted files

⚠ Project Status

Feather.jl reads an older feather format now known as "Feather v1". The current standard, Feather v2, is simply the apache arrow format written to disk. As such, you're probably looking for Arrow.jl which will allow you to read and write Feather v2, but not feather v1. We suggest that you upgrade any data you might have in the v1 format to v2 using this package together with Arrow.jl, or with pyarrow which maintains support for the legacy feather format.

Please note that the maintainers of this package have moved on to the new format, so it is unlikely to receive updates and there may not be anyone available to review PR's.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].