AlgebraicJulia / StockFlow.jl

https://algebraicjulia.github.io/StockFlow.jl/
MIT License
63 stars 6 forks source link

Better support for table operations in manipulating sf data #105

Open neonWhiteout opened 10 months ago

neonWhiteout commented 10 months ago

Defining mappings between different stockflows can be arduous when a mapping relies on two different variables (see infer_mappings). Doing this a la SQL would make things simpler and more compact. Might require Tables?