Add some cumulative Column operations#193
Conversation
|
If we add them, we might want to use the full name (cumulative_...), xref data-apis/array-api#597 (comment) |
|
These APIs are likely to be added to the 2023 revision of the array API standard. May be preferable to either wait until the naming convention is sorted there, or help participate in that discussion. Apart from |
|
have updated, thanks let's go with |
That sounds fine to me - keeps the ball rolling. |
rgommers
left a comment
There was a problem hiding this comment.
This seems fine to me, thanks Marco. Assuming folks want the min/max too; they seem commonly implemented in dataframe libraries at least.
And checking: typing is going to need Column[Any] perhaps, given the other typing PR?
|
for sum and prod, yes for |
I noticed plotly uses some cumulative functions (
Series.cumsum) - OK to start adding some simple and common cumulative operations toColumn?