Questions tagged [tidy.js]

1 questions
1
vote
2 answers

Using tidy.js in javascript, string agg / concatenate in summarise after groupBy

We are using https://pbeshai.github.io/tidy/ for some data manipulation in javascript. We are looking to concatenate all strings for a grouped field in a summarise() after using groupby(). Trying to do something like: let myArr = [ { group: 1,…
Canovice
  • 9,012
  • 22
  • 93
  • 211