cumnunique#

swordfish.function.cumnunique()#

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

参数:
  • 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.