Dataframe 0.13 Help

single

Returns the single row that matches the given condition, or throws exception if there is no or more than one matching row.

singleOrNull

Returns the single row that matches the given condition, or null if there is no or more than one matching row.

Last modified: 29 March 2024