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

Add "How to Validate Counts and Cardinality" documentation. #45

Open
shawnbrown opened this issue Apr 17, 2019 · 0 comments
Open

Add "How to Validate Counts and Cardinality" documentation. #45

shawnbrown opened this issue Apr 17, 2019 · 0 comments

Comments

@shawnbrown
Copy link
Owner

Add how-to documentation for checking counts and cardinality.

Should demonstrate:

  • using len(data) to validate count of data elements
  • using collections.Counter(data) to validate counts per value

Should also mention that cardinality is a descriptive statistic that can be calculated with many other tools that a developer might use (df[0].applymap(bool).sum(), select('A').filter().count(), etc.).

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

No branches or pull requests

1 participant