len function in the Factory
The len function returns the number of values present in the attribute, including missing values.
Parameters Parameter Description column The attribute whose number of values you want to return. Example - len(column) The following example uses the Bike sales dataset. Description Screenshot In this example, we have configured the Day attribute to retrieve the number of values it contains, with the formula len(column)
len($"Day")
.