eland
eland copied to clipboard
Add support for pd.Grouper() in DataFrame.groupby()
- Alias
eland.Grouper()to be the same aspd.Grouper()for convenience - Eventually will be used for
Grouper(..., freq="...")with timestamp bucketing.
Would be interesting if pd.Grouper(key="@timestamp", freq="year") could translate to a date_histogram source in the composite aggregation together with other term sources!