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
Copyright © 2021 Jogjafile Inc.
In this context, since you are broacasting just pass first axes of
df
: