I have a dataframe of 5 columns and I want to calculate median and Inter quartile range on all.
How do I write udf
and call them on columns.
I have a dataframe of 5 columns and I want to calculate median and Inter quartile range on all.
How do I write udf
and call them on columns.