Signature | Description | Parameters |
---|---|---|
#include <DataFrame/DataFrameStatsVisitors.h> template<typename T, typename I = unsigned long> struct StdVisitor; |
This functor class calculates the standard deviation of a given column.explicit StdVisitor (bool bias = true); |
T: Column data type. I: Index type. |