pbeshai / tidy

Tidy up your data with JavaScript, inspired by dplyr and the tidyverse
https://pbeshai.github.io/tidy
MIT License
725 stars 21 forks source link

arrange should accept accessors #49

Closed pbeshai closed 2 years ago

pbeshai commented 2 years ago

it is convenient to say d => d.foo.bar for arrange instead of requiring functions to be comparators ((a,b)=>number)