is it possible to reference current row in expressions as Dict? #2539
-
when I use python expressions to create a new column after clicking "=", is there any way to reference current row as Dict rather than list? I'd find it helpful in cases when I have columns like |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think you're right, that |
Beta Was this translation helpful? Give feedback.
I think you're right, that
row
should work like this. I've renamed the old row to_row
and nowrow["Silly Named Column With Spaces"]
should work in the develop branch and is slated for v3.1 soon.