- Initial commit with small example
- Added a few more dataframe operations. Notably sum and filtering logic.
- Slightly better error messaging for wrong types
- Another example dataset + example program.
- Changed default string type to bytestring
- Add a single-column groupBy implementation
- Improved CSV IO to use mutable vectors and reduce allocations.
- Multi-column groupBy operation