-
Notifications
You must be signed in to change notification settings - Fork 3
Public grouping keys #737
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
base: main
Are you sure you want to change the base?
Public grouping keys #737
Conversation
… to check user-supplied grouping keys
|
Hi @mccalluc, I tested this with some data that has numeric data, for example a column called 'married' that has values 0 or 1. When I try to group by that column, I get an error, see below.
|
|
@ekraffmiller , It should work with integer columns (and I added an integer Can you attach the CSV you're using, either here, or in Slack? And are you just grouping, or are you grouping and specifying public keys? (Which reminds me that the public keys should be included in the summary line at the top.) Thanks! |
Hi @mccalluc , here is the file I'm using. I only get the error when I specify the public keys: |
|
@ekraffmiller : Thank you! Right now, I am getting an error, but not your error: I'll work on this bug, but it's curious that I don't see exactly what you see. Would you mind either installing in a fresh venv, or copying the environment info from the "About" tab? Thanks! |


This gets a little complicated because the user provided values need to match the type of the column, so I've added the inferred schema to the appstate.
For reviewer:
TODO: