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

GroupBy fails with Dates #47

Closed pbeshai closed 2 years ago

pbeshai commented 3 years ago

Needs to use valueOf when caching keys. Could switch to explicitly using internmap. Brought up in #46

pbeshai commented 2 years ago

Fixed in #48