eland icon indicating copy to clipboard operation
eland copied to clipboard

Add support for pd.Grouper() in DataFrame.groupby()

Open sethmlarson opened this issue 5 years ago • 1 comments

  • Alias eland.Grouper() to be the same as pd.Grouper() for convenience
  • Eventually will be used for Grouper(..., freq="...") with timestamp bucketing.

sethmlarson avatar Oct 22 '20 20:10 sethmlarson

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!

axelv avatar Mar 20 '21 20:03 axelv