A Rust library for calculating real estate financing in Brazil, supporting SAC and Price amortization systems with insurance, admin fees, monetary correction, and i18n
Rust bindings for the Listen Notes Podcast API
Columnar storage primitives (Column, ValidityMask) for pandas-parity dataframes — the storage layer behind fp-frame.
Differential conformance harness for frankenpandas against a live pandas oracle — packet fixtures + fuzz seed tests + live-oracle parity gates.
Expression evaluation / query parser for fp-frame DataFrames — pandas df.eval / df.query parity.
DataFrame and Series with pandas-API parity, AACE index alignment, and GroupBy / Rolling / Resample integration.
FrankenTUI terminal interface for interactive fp-frame / frankenpandas workflows.
GroupBy engine for fp-frame with dense-key / arena-backed / hash-map execution paths.
Flat and multi-level row index types (Index, MultiIndex) for pandas-parity dataframes.
IO layer for frankenpandas: CSV, JSON, JSONL, Parquet, ORC, HDF5, Excel, Feather, Arrow IPC, Pickle, Stata, SQL (SqlConnection with SQLite default backend).
Merge and join engine (AG-05 leapfrog triejoin) for fp-frame DataFrames — inner / left / right / outer joins with index alignment.
PyO3 Python bindings for FrankenPandas — import frankenpandas from Python