Closed ocramz closed 5 years ago
base
-- in progress
dplyr
groupBy
innerJoin
scanl
scanr
foo = Foo Nothing 0.45
data Foo = Foo { f1 :: Maybe Int, f2 :: Double}
[("f2", VDouble 0.45)]
logging-effect
When the PR is ready, I will ask for one more review and when that is green I'll squash all these commits.
Closing to avoid creep, will open distinct PRs
base
)-- in progress
dplyr
-like API (groupBy
,innerJoin
, cumulative aggregates (scanl
,scanr
) ... )foo = Foo Nothing 0.45
wheredata Foo = Foo { f1 :: Maybe Int, f2 :: Double}
should decode as[("f2", VDouble 0.45)]
logging-effect
rather than throwing exceptions upon mismatching data.