rpbouman / huey

A UI for DuckDB
MIT License
181 stars 14 forks source link

Feature: custom sort (in particular sort on measure), rank / top X #68

Open rpbouman opened 6 months ago

rpbouman commented 6 months ago

Consider a dataset like this: LAPD calls for service https://data.lacity.org/api/views/iy4q-t9vr/rows.csv?accessType=DOWNLOAD

image

It would be really convenient to be able to sort on the count and get a ranking for which codes are issued most often.

rpbouman commented 6 months ago

Few considerations: