Deedle icon indicating copy to clipboard operation
Deedle copied to clipboard

Add Series.fold, Series.reduce, Series.scan etc.

Open tpetricek opened this issue 11 years ago • 2 comments

tpetricek avatar Nov 08 '13 22:11 tpetricek

Any hints on a temporary workaround for this? Thanks!

dshiber avatar Feb 18 '14 14:02 dshiber

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.

tpetricek avatar Feb 18 '14 15:02 tpetricek