0 votes
in Software Defined Networking by

How to count unique values by a grouping variable?

1 Answer

0 votes
by

You can use PROC SQL with COUNT(DISTINCT variable_name) to determine the number of unique values for a column.

...