I would like to select out of multiple fields the one that contains the largest value and output that field name as a new column. It is essentially an argmax() of multiple columns to return a field name for each row.
How may I go about this?
I would like to select out of multiple fields the one that contains the largest value and output that field name as a new column. It is essentially an argmax() of multiple columns to return a field name for each row.
How may I go about this?