minBy
Returns the first row that has the smallest value in the given column, or throws exception if DataFrame
is empty.
minByOrNull
Returns the first row that has the smallest value in the given column, or null
if DataFrame
is empty.
Last modified: 27 September 2024