Count Unique
Returns a column with the name New Column by calculating unique count of total number of values of a given column
Basic Usage
:: count_unique(Column1
)
Output
Returns a column with the name New Column
Function Parameters
- argument 1 : Name of column
info
- Minimum arguments needed is 1
- Count unique takes only one argument
- First argument must be a column name