arr.eval
/ arr.map_batches
/ map a function over each series inside an Array
#20697
Labels
enhancement
New feature or an improvement of an existing feature
Description
Given an array column of array dimension N, how can I map a function over each of the N "series" across the array?
e.g. given
how can I map
s + s.sum()
over each of the N=3s
, to getThe following options don't work:
Assuming I'm not missing something obvious, it feels like I'm missing something like
or
The text was updated successfully, but these errors were encountered: