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

Example

Dataset:

AB
12
34

Result:

A+B
3
7