Documentation of aggregation methods would be nice

I’d like to request a new aggday setting: ‘ceiling’ which I guess would be:

lambda x: ceil(x) # round the number up to the next integer.

I would use this on a goal for which the usual values are between 0 and 1 and I currently use ‘binary’ . But that does not allow me to report a zero value.

2 Likes