/alpine

Primary LanguageRustApache License 2.0Apache-2.0

Alpine

An experimental Rust dataframe library built on Apache Arrow.

WARNING

This is a work in progress and is not meant to be used in production.

The current codebase is very much a WIP, a majority of the commits will contain breaking changes.

Current Features

Data Sources

  • CSV

Query DF

  • Selecting
    • Name
    • Current index
    • Arithmetic (add, subtract, multiply, divide)
  • Filtering
    • Compare numeric and boolean columns
    • Compare numeric columns to scalar value