-
Notifications
You must be signed in to change notification settings - Fork 8
create getter for value options of a column (categorical or continuous) #276
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
Comments
Note: on the miro board, this getter is supposed to be called |
@surchs Is this our current list of transform heuristics for continuous values?
This is taken from the component test for |
Yes @jarmoza, that's what we have been calling them. That said: these were the names of the regex capture groups, if you think of more descriptive names, feel free to use (and document) those instead! |
[Edit] This had been marked as blocked pending discussion of the transform heuristics for the refactor - which we did. Yes, this in fact is complete! @surchs , though I believe you meant #353. I forgot that I had completed the getter for the transform heuristics/continuous values as well in addition to the now separate getter for categorical data. Closed by #353 |
Implement a getter that provides options for categorical column or transform heuristic options for a continuous values column.
Other requirements:
The text was updated successfully, but these errors were encountered: