Skip to content

Expression functions, renaming, refining

Pre-release
Pre-release
Compare
Choose a tag to compare
@tedmiddleton tedmiddleton released this 07 Nov 21:35
· 14 commits to main since this 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().