Equivalent to F#’s Seq.scan() method in Python?

Posted by tk on Stack Overflow See other posts from Stack Overflow or by tk
Published on 2010-05-10T19:04:04Z Indexed on 2010/05/10 19:14 UTC
Read the original article Hit count: 110

Filed under:
|
|

is there a function like a F#'s Seq.scan() in python?

i want to do some cumsum() or cumproduct() kind of things without looping.

© Stack Overflow or respective owner

Related posts about python

Related posts about F#