Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

frequency: add first column to frequency tables #2406

Open
jqnatividad opened this issue Jan 3, 2025 · 0 comments
Open

frequency: add first column to frequency tables #2406

jqnatividad opened this issue Jan 3, 2025 · 0 comments
Labels
CKAN interoperability with CKAN Data Management System datapusher+ for Datapusher+ enhancement New feature or request. Once marked with this label, its in the backlog. performance qsv pro requires backend/cloud services

Comments

@jqnatividad
Copy link
Collaborator

Currently, frequency produces the following columns:

field,value,count,percentage

add first as well. Doing so should be at negligible cost as we just store the record position the first time a specific value is encountered.

We can leverage this info for "instant" record-level search/filtering in CKAN for certain search/filter criteria.

@jqnatividad jqnatividad added enhancement New feature or request. Once marked with this label, its in the backlog. CKAN interoperability with CKAN Data Management System qsv pro requires backend/cloud services performance datapusher+ for Datapusher+ labels Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CKAN interoperability with CKAN Data Management System datapusher+ for Datapusher+ enhancement New feature or request. Once marked with this label, its in the backlog. performance qsv pro requires backend/cloud services
Projects
None yet
Development

No branches or pull requests

1 participant