Is there a way to cumsum over a order by column #9198
-
|
lets say i have this table
is there a way to output ┏━━━━━━━━┳━━━━━━━━━ I attempted something like this
Which does not work |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
like this |
Beta Was this translation helpful? Give feedback.
-
|
You can use |
Beta Was this translation helpful? Give feedback.
You can use
ibis.cumulative_windowor specify the ordering key and bounds by hand: