Thanks to visit codestin.com
Credit goes to kotlin.github.io

DataFrame 1.0 Help

last

Returns the last row that matches the given condition, or throws exception if there is no matching rows.

lastOrNull

Returns the last row that matches the given condition, or null if there is no matching rows.

18 September 2025