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 --unq-limit option #1763

Merged
merged 1 commit into from
Apr 21, 2024
Merged

Conversation

jqnatividad
Copy link
Owner

This is particularly useful when compiling a frequency table for a column with all unique values (e.g. an ID or Sequence column) as without it, and if --limit is set to zero, the frequency table will be return all the unique values.

There are times when --limit is set to zero when you want to compile all the unique values for a column, but you want to exclude ID/sequence columns from the comprehensive frequency table.

This is particularly useful when compiling a frequency table for a column with all unique values (e.g. an ID or Sequence column) as without it, and if --limit is set to zero, the frequency table will be return all the unique values.

There are times when --limit is set to zero when you want to compile all the unique values for a column, but you want to exclude ID/sequence columns from the comprehensive frequency table.
@jqnatividad jqnatividad merged commit 698bad5 into master Apr 21, 2024
14 checks passed
@jqnatividad jqnatividad deleted the frequency-unique-limit branch May 18, 2024 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant