Expression functions, renaming, refining
Pre-release
Pre-release
The big new feature here is expression functions that allow for row expressions that contain function invocations (like calling std::trunc on columns). Also, frame::new_series<> is now frame::append_column<> and frame::prepend_column<>, and in general column/series terminology has been made a bit more consistent. Also, series::minmax() and series::stddev().