maxByEdit page Last modified: 14 January 2025Returns the first row that has the largest value in the given column, or throws exception if DataFrame is empty.maxByOrNullReturns the first row that has the largest value in the given column, or null if DataFrame is empty.