For each row, find the smallest value among the columns from cols,
excluding missing values.
Parameters
f-expression consisting of one column that has the same number of rows
as in cols. The column stype is the smallest common stype
for cols, but not less than int32.
The exception is raised when cols has non-numeric columns.