-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
[Transform] Add data frame scripted fields for group_by fields #43152
Labels
Comments
Pinging @elastic/ml-core |
sophiec20
changed the title
Scripted Fields for Group By Fields
[ML] Scripted Fields for Group By Fields
Jun 13, 2019
sophiec20
changed the title
[ML] Scripted Fields for Group By Fields
[ML] Add data frame scripted fields for group_by fields
Jun 13, 2019
hendrikmuhs
pushed a commit
that referenced
this issue
Mar 9, 2020
add the possibility to base the group_by on the output of a script. closes #43152
hendrikmuhs
changed the title
[ML] Add data frame scripted fields for group_by fields
[Transform] Add data frame scripted fields for group_by fields
Mar 9, 2020
hendrikmuhs
pushed a commit
to hendrikmuhs/elasticsearch
that referenced
this issue
Mar 10, 2020
add the possibility to base the group_by on the output of a script. closes elastic#43152
hendrikmuhs
pushed a commit
that referenced
this issue
Mar 10, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be useful to be able to create a group by field upon data frame creation with the use of a painless script, as in the following example:
This would enable multindex-style groupby operations, and having the individual fields acted on by the script available in the data frame would allow for multindex-style querying as well.
e.g. (pandas):
The text was updated successfully, but these errors were encountered: