- (df-distinct df [columns] [keep-all: #f])procedure
Returns the distinct rows of df (by default, distinct whole rows; columns restricts what counts as distinct), keeping the first occurrence of each and preserving their original relative order. Unless keep-all is true, only columns is kept in the result.