Bow is a pure TypeScript library to transform data tables.
Inspired by dplyr and Arquero
- Clone this repo
- Run
npm i
- Run
npm run server
- Do whatever you like
- Support Basic Aggregation (Sum, Avg, Max, ...)
- Support Filter
- Support Group by
- Support Order
- Support Column Manipulate (Extract, Summarize, ...)
- Support Subset Rows
- Support Expression
- Support Table Join
- Support Table Reshape
- Unit Tests
- Performance Benchmark
- Documents
- Export as SQL
- Compatible with Arrow
- Compatible with DAX