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

Rule - enum statistics #18

Closed
manycoding opened this issue Nov 30, 2018 · 1 comment
Closed

Rule - enum statistics #18

manycoding opened this issue Nov 30, 2018 · 1 comment
Assignees
Milestone

Comments

@manycoding
Copy link
Contributor

Get any enums and return df which shows the corresponding values count.

E.g. if schema has such field "enum": ["black" , "white"]
it should return a similar df (perhaps values_count() suits this purpose)

value name, percentage, count
total values 80% 40/50
black 50% 25/50
white 30% 15/50

@manycoding manycoding transferred this issue from another repository Mar 18, 2019
@manycoding manycoding self-assigned this Apr 1, 2019
@manycoding manycoding added this to the 0.4.0dev milestone Apr 15, 2019
manycoding added a commit that referenced this issue May 29, 2019
@manycoding
Copy link
Contributor Author

Treat enum as category tag. Perhaps category needs redesigning - too much categories in the output at the moment.

manycoding added a commit that referenced this issue Jun 3, 2019
* Categorize columns

* Add categories rule, implements #17 #18

* Output tensors comparison error

* Add plot builder for categories

* Check real values in test_report_all

* Add example to rules notebook
@manycoding manycoding mentioned this issue Jun 11, 2019
manycoding added a commit that referenced this issue Jun 17, 2019
* Fix get_enums, test and include in Category, closes #18

* Updated docs
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