Closed
Description
aggregating a boolean fields doesn't allow averaging the data column in the latest version. Is there a new alternative of doing this for boolean attributes, or it should only be handled by transforming it to a int/float only?
data[ group_fields + [ bool_field ]].groupby( group_fields ).mean() produces the error mentioned in subject.