What category theory teaches us about dataframes (mchav.github.io) by fanf2 • 3 comments • 26 points Read article View on HN
3 comments
Turns out the implementation of the article is in Haskell, another declarative language.
At work. we use Power Query with it's M language - a declarative language with lazy evaluation.
Is there something about declarative languages that makes them especially suitable for data work?