cumnunique#

swordfish.function.cumnunique()#

Return the cumulative count of unique elements in X. Null values are included in the calculation.

Parameters:
  • X (Constant) – A scalar/vector/matrix/table/tuple (with scalars or equal-length vectors)/dictionary.

  • ignoreNull (Constant, optional) – A Boolean value. If set to true, only non-null elements will be included in the calculation. The default value is false.