Deedle
Deedle copied to clipboard
Add Series.fold, Series.reduce, Series.scan etc.
Any hints on a temporary workaround for this? Thanks!
A workaround would be to apply Seq.scan
(etc.) on series |> Series.observations
which gives you key-value pairs from the series as a sequence of tuples.