datatable.rowlast()¶
For each row, find the last non-missing value in cols. If all values
in a row are missing, then this function will also produce a missing value.
Parameters¶
cols
ExprInput columns.
return
Exprf-expression consisting of one column and the same number
of rows as in cols.
except
TypeErrorThe exception is raised when input columns have incompatible types.
See Also¶
rowfirst()– find the first non-missing value row-wise.