polist
is a Python package that provides a set of utilities for working with List-type columns in Polars DataFrames.
fft
- Fast Fourier Transform
- Setup your Python environment according to the pyproject.toml file
- Setup your Rust environment
- Compile:
uv sync
uv run maturin develop --release
- Run:
uv venv
.venv\Scripts\activate
python .\scripts\showcase.py
- Publish to PyPI (uv?)
- Add more features
- Aggregations
- Piecewise Mean & Relation
- Add more tests