-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Open
Labels
acceptedReady for implementationReady for implementationenhancementNew feature or an improvement of an existing featureNew feature or an improvement of an existing featuregood first issueGood for newcomersGood for newcomers
Description
Description
If there's .list.sum
, perhaps .list.product
would also be in-scope?
Current workaround
In [30]: s
Out[30]:
shape: (2,)
Series: '' [list[i64]]
[
[1, 2, 3]
[4, 5, 6]
]
In [31]: s.list.eval(pl.element().product()).list.first()
Out[31]:
shape: (2,)
Series: '' [i64]
[
6
120
]
ion-elgreco, Wainberg, mkleinbort and jesusestevez
Metadata
Metadata
Assignees
Labels
acceptedReady for implementationReady for implementationenhancementNew feature or an improvement of an existing featureNew feature or an improvement of an existing featuregood first issueGood for newcomersGood for newcomers
Type
Projects
Status
Ready