Lambda
Create custom functions using lambda expressions to apply complex calculations or transformations to columns or rows in your dataset.

Example
Dataset:
A | B |
---|---|
1 | 2 |
3 | 4 |
Result:
A+B |
---|
3 |
7 |
Updated 5 months ago
Create custom functions using lambda expressions to apply complex calculations or transformations to columns or rows in your dataset.
Example
Dataset:
A | B |
---|---|
1 | 2 |
3 | 4 |
Result:
A+B |
---|
3 |
7 |
Updated 5 months ago