This feature would allow adding conditions on the DataFrame and then assigning value for a new column
Example
A > 5 & B < 10; Create Flag as 1, else Flag as 0
This could then be used to create masks on the data to be used by the already present Filter block. (for future enhancements)
This feature would allow adding conditions on the DataFrame and then assigning value for a new column
Example
A > 5 & B < 10; Create Flag as 1, else Flag as 0
This could then be used to create masks on the data to be used by the already present Filter block. (for future enhancements)