Files
2026-02-08 11:20:43 -10:00

323 B
Vendored

Returns the first row that has the largest value in the given column, or throws exception if DataFrame is empty.

maxByOrNull

Returns the first row that has the largest value in the given column, or null if DataFrame is empty.