datatable.rowsum()¶
For each row, calculate the sum of all values in cols. Missing values
are treated as if they are zeros and skipped during the calcultion.
Parameters¶
cols
ExprInput columns.
except
TypeErrorThe exception is raised when one of the columns from cols
has a non-numeric type.
See Also¶
rowcount()– count non-missing values row-wise.