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

feat: stats add uniqueness_ratio #2521

Merged
merged 2 commits into from
Feb 13, 2025
Merged

feat: stats add uniqueness_ratio #2521

merged 2 commits into from
Feb 13, 2025

Conversation

jqnatividad
Copy link
Collaborator

  • 1 -> All unique values
  • Close to 1.0 -> The column has mostly unique values (e.g., primary keys, user IDs).
  • Close to 0.0 -> The column has many repeated values (e.g., categorical labels like “Male/Female” or “Yes/No”).
  • Intermediate values -> Somewhat unique but not fully, indicating moderate variability.

@jqnatividad jqnatividad merged commit 23b2eb7 into master Feb 13, 2025
12 checks passed
@jqnatividad jqnatividad deleted the stats-uniqueness-ratio branch February 13, 2025 03:37
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