Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 867 Bytes

README.md

File metadata and controls

26 lines (24 loc) · 867 Bytes

Bow (WIP)

Bow is a pure TypeScript library to transform data tables.
Inspired by dplyr and Arquero

Run locally

  1. Clone this repo
  2. Run npm i
  3. Run npm run server
  4. Do whatever you like

Develop RoadMap

  • 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