uwdata / arquero

Query processing and transformation of array-backed data tables.
https://idl.uw.edu/arquero/
BSD 3-Clause "New" or "Revised" License
1.29k stars 63 forks source link

Make pivot count respect pivot keys. #276

Closed jheer closed 2 years ago

jheer commented 2 years ago

Update pivot verb implementation to make count aggregates perform per-key counts, not global counts.

Fixes #273.

stas-sl commented 2 years ago

Thanks!