In column expression.
How to add parameters in @PYTHON()
for example, I need to get some column data as a parameter feed into python
like this:
how to do?
and how to do in python coding?
How to add parameters in @PYTHON()
for example, I need to get some column data as a parameter feed into python
like this:
Code:
@PYTHON(notification/dates,@GET(.asset_type))
and how to do in python coding?