Skip to content

groupcounts(..., 'monthname', 'IncludeEmptyGroups', %t) returned the same result as groupcounts(..., 'monthname')

To test: fourth example of groupcounts help page

This MR contains the following changes:

  • For datetime and duration, dt(1):dt($) returned 0x0 datetime when dt(1) == dt($)
  • Update groupcounts with IncludeEmptyGroups = %t for groupbins = ["month", "monthname", "year", "day", "dayname", "hour", "minute", "second"]
Edited by Adeline CARNIS

Merge request reports