Is there a way to access current_row_index in the following snippet ?
@with df begin
fn.(:col, current_row_index)
end
Is there a way to access current_row_index in the following snippet ?
@with df begin
fn.(:col, current_row_index)
end
In this context, since you are broacasting just pass first axes of
df: