templat<typename T, typename I = unsigned long>
struct MinVisitor;
|
This functor class calculates the minimum of a given column. The constructor takes a single optional Boolean argument to whether skip NaN values. The default is True.
See this document and dataframe_tester.cc for examples.
|
T: Column data type
I: Index type
|