How to count the number of values per column / How to simulate the excel function "COUNTA"

User: "MPB_"
New Altair Community Member
Updated by Jocelyn
Hi there,

is there a way to simulate the excel function COUNTA in rapidminer?

This function counts the number of entries in a column or in other words, the total number of non empty-values in a column.

The count functions I tried in Rapidminer are mostly counting occurance of each value in a column, but not the absolute number of all entries in a column.

Have a nice day :)

Sort by:
1 - 2 of 21
    User: "MartinLiebig"
    Altair Employee
    Accepted Answer
    Hi,
    Aggregate with count and no group by statement should do it?

    Best,
    Martin
    User: "MPB_"
    New Altair Community Member
    OP
    Works perfectly fine. Thank you very much