Hi everyone, I need to know if is posible to pass ...
# advanced-need-help
c
Hi everyone, I need to know if is posible to pass as parameter a python function from parameters.yml. Context: I have a node that performs a groupby and have multiple agg functions. Lets say that one of those agg functions is pandas.Series.nunique that can't be pass as string. I want to have the agg functions as parameter to use this function on different datasets with different agregations. Thanks in advance!