minarrow
Fast, minimal, and ergonomic zero-copy Apache Arrow tabular data implementation in Rust, with PyO3, Python bindings, NdArray, XArray, shared-memory and low-latency SIMD for data-engineering and columnar workloads. Bridge to Polars and Arrow-rs over FFI effortlessly.
File Explorer
Download Latest Version (.zip)- config.toml
- audit.yaml
- features.yaml
- release.yml
- benchmark_parallel_simd.rs
- consolidate.rs
- hotloop_benchmark_avg_simd.rs
- hotloop_benchmark_avg_std.rs
- hotloop_benchmark_simd.rs
- hotloop_benchmark_std.rs
- benchmark_cold_start_avg_simd.sh
- benchmark_cold_start_avg_std.sh
- test_broadcasting.rs
- test_scalar_arithmetic.rs
- test_string_broadcasting.rs
- test_value_macros.rs
- test_value_ops.rs
- apache_arrow_ffi.rs
- polars_ffi.rs
- arithmetic.rs
- datetime_ops.rs
- ndarray.rs
- print.rs
- selection.rs
- super_ndarray.rs
- xarray.rs
- emblem.png
- favicon.png
- logo-trim.png
- logo.png
- toc-collapse.js
- brand.css
- api.md
- index.md
- interop.md
- quickstart.md
- requirements.txt
- types.md
- ecosystem.py
- pyliquid_ecosystem.rs
- pyliquid_lifetime.rs
- quickstart.py
- roundtrip_ml.rs
- roundtrip_tensor.rs
- array.rs
- arrow_type.rs
- chunked_array.rs
- chunked_ndarray.rs
- chunked_table.rs
- convert.rs
- cube.rs
- dtype.rs
- field.rs
- lib.rs
- matrix.rs
- ndarray.rs
- pyliquid.rs
- table.rs
- xarray.rs
- test_array.py
- test_getting_started.py
- test_ndarray.py
- test_repr.py
- test_table.py
- .gitignore
- build.rs
- Cargo.lock
- Cargo.toml
- LICENSE
- mkdocs.yml
- NOTICE
- pyproject.toml
- README.md
- run-site-local.sh
- rust-toolchain.toml
- pycapsule_demo.py
- pycapsule_exchange.rs
- dlpack.rs
- mod.rs
- to_py.rs
- to_rust.rs
- error.rs
- lib.rs
- types.rs
- atomic_tests.rs
- python_roundtrip.rs
- test_roundtrip.py
- build.rs
- Cargo.lock
- Cargo.toml
- CHANGELOG.md
- pyproject.toml
- README.md
- numeric_array.rs
- temporal_array.rs
- text_array.rs
- conversions.rs
- impls.rs
- mod.rs
- array.rs
- error.rs
- operators.rs
- scalar.rs
- shape_dim.rs
- time_units.rs
- arrow_c_ffi.rs
- arrow_dtype.rs
- arrow_rs.rs
- dlpack.rs
- polars.rs
- schema.rs
- dispatch.rs
- mod.rs
- simd.rs
- std.rs
- string.rs
- string_ops.rs
- types.rs
- dispatch.rs
- mod.rs
- simd.rs
- std.rs
- array.rs
- array_view.rs
- cube.rs
- field_array.rs
- matrix.rs
- mod.rs
- scalar.rs
- super_array.rs
- super_array_view.rs
- super_table.rs
- super_table_view.rs
- table.rs
- table_view.rs
- arithmetic.rs
- binary_map.rs
- broadcast.rs
- mod.rs
- bitwise.rs
- datetime.rs
- string.rs
- super_array.rs
- super_ndarray.rs
- super_table.rs
- owned.rs
- pvec.rs
- vtable.rs
- memfd.rs
- mod.rs
- datetime_ops.rs
- mod.rs
- parse.rs
- tz.rs
- boolean.rs
- categorical.rs
- float.rs
- integer.rs
- string.rs
- super_array_view.rs
- super_ndarray_view.rs
- super_table_view.rs
- boolean_array_view.rs
- numeric_array_view.rs
- temporal_array_view.rs
- text_array_view.rs
- array_view.rs
- bitmask_view.rs
- ndarray_view.rs
- table_view.rs
- arena.rs
- bitmask.rs
- buffer.rs
- column.rs
- cube.rs
- dictionary.rs
- field.rs
- field_array.rs
- lbuffer.rs
- matrix.rs
- ndarray.rs
- table.rs
- xarray.rs
- byte_size.rs
- combine.rs
- concatenate.rs
- consolidate.rs
- custom_value.rs
- datetime_ops.rs
- masked_array.rs
- print.rs
- selection.rs
- shape.rs
- type_unions.rs
- view.rs
- aliases.rs
- conversions.rs
- lib.rs
- log.rs
- macros.rs
- utils.rs
- apache_arrow.rs
- arrow_c_integration.rs
- c_inspect_arrow.c
- categorical_dict_stress.rs
- delete_range.rs
- lbuffer_stress.rs
- libcinspect.a
- polars.rs
- test_selection.rs
- .gitignore
- build.rs
- Cargo.lock
- Cargo.toml
- CHANGELOG.md
- CLA.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- NOTICE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/SpaceCell/minarrow
Downloads the entire project code from GitHub to your computer.
cd minarrow
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install .
Installs the package published on PyPI directly β no need to clone the source.
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
3. Rust
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo add minarrow
Type this command into your terminal and run it.
If cargo build finishes without errors, it worked. The executable is created under target/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
