#include <DataFrame/DataFrameStatsVisitors.h>
template<typename T, typename I = unsigned long>
struct SumVisitor;
|
This functor class calculates the sum of a given column. The constructor takes a single optional Boolean argument to whether skip NaN values. The default is True.
|
T: Column data type.
I: Index type.
|