swat.cas.table.CASTable.sum

CASTable.sum(axis=None, skipna=None, level=None, numeric_only=True, casout=None)

Return the sum of the values of each column

Parameters:
axis : int, optional

Not implemented.

skipna : boolean, optional

Not implemented.

level : int, optional

Not implemented.

numeric_only : boolean, optional

Include only numeric columns.

casout : bool or string or dict or CASTable, optional

Indicates the CAS output table to use for output. NOTE: This is only use if by groups are used.

Returns:
pandas.Series

If no By groups are specified.

pandas.DataFrame

If By groups are specified.