Dataframe 0.13 Help

first

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

firstOrNull

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

Last modified: 29 March 2024