datasketch / hgchmagic

https://datasketch.github.io/hgchmagic/
Other
3 stars 7 forks source link

Fix summarise across to summarise all #106

Closed lenafm closed 3 years ago

lenafm commented 3 years ago

In hgch_prep a summarise function was called with across. This failed when there was no other column except for the group_by column. Changing it to use summarise_all without across fixed the issue.