Skip to content

Justin-ZS/bow

Repository files navigation

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

About

A TypeScript library to transform data tables

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published