Support aggregations on scripted fields #267
Labels
enhancement
New feature or request
help wanted
Solution is fleshed out and ready to be worked on
topic:dataframe
Issue or PR about eland.DataFrame
Milestone
The following code exposed a issues with scripted fields:
Assigning a new field based on concat of 2 fields failed:
Aggs on scripted fields:
This returns 0 rather than the results of:
This is probably due to aggs not works on scripted fields unless script is in the agg. i.e.
returns 0 results.
The text was updated successfully, but these errors were encountered: