tally.dataset.DataSet.sum#

DataSet.sum(**kwargs)#

Adds all values in each column and returns the sum for each column. :param new_variable_name: Name for new variable that will contain the summarized amounts. :type new_variable_name: string :param variables: The variables to sum. Only float or int types. :type variables: array