Expression Columns for tabular datasets.
A small library for defining and computing columns defined by an expression. Benefits:
- Can be faster than naive computation because intermediate results are reused
- Avoids scattering computation details inside codebase.
See example notebook for usage.
This library was reimplemented to use dask-core for graph manipulations.