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

Describe Section is Almost Perfect... #803

Closed
T-a-c-h-y-o-n opened this issue Sep 15, 2023 · 3 comments
Closed

Describe Section is Almost Perfect... #803

T-a-c-h-y-o-n opened this issue Sep 15, 2023 · 3 comments

Comments

@T-a-c-h-y-o-n
Copy link

Frequency Tables

A frequency table for categorical variables. It would be perfect if there was a menu called frequency table in the Describe section and we could get the frequency and percentage information between two categorical variables. In order not to overload the application, let's set the maximum unique value option ourselves, for example 10-30-50. I tried to explain it as much as I could in the pictures.
ss1

Frequency table when split is not selected.
ss2

Frequency table when gender variable is selected from the split menu
ss3

@aschonfeld
Copy link
Collaborator

@T-a-c-h-y-o-n how's this?

FrequencyGrid.mov

Couple notes: Getting Missing to show up for each group even if it doesn't exist was too much work. So I only have it showing if it nan values actually exist. The other thing is that hiding the outer group when a split column is specified was a little too hard. I can continue digging to get it work if you think it's necessary, but it seems like its not worth it

@T-a-c-h-y-o-n
Copy link
Author

T-a-c-h-y-o-n commented Sep 28, 2023

It's perfect. Much better than I thought. In this form, it serves all our purpose. We don't need things like missing values ​​anyway. We already handle them in a different way.

aschonfeld added a commit that referenced this issue Sep 28, 2023
aschonfeld added a commit that referenced this issue Sep 28, 2023
aschonfeld added a commit that referenced this issue Sep 28, 2023
aschonfeld added a commit that referenced this issue Sep 28, 2023
aschonfeld added a commit that referenced this issue Sep 29, 2023
@aschonfeld
Copy link
Collaborator

@T-a-c-h-y-o-n just released v3.6.0 to pypi (should be on conda-forge soon) with this feature included.

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

2 participants