I have 19396 observations in my excel but most of them are duplicated values.
I want to extract only the unique ones from the column that identifies them (national identificacion code) with all the others variables from the other columns.
For example:
Citizen National code
|Citizen 1| |18148807|
|Citizen 2| |18148807|
Citizen 3 18816237
Citizen 4 18816237
Citizen 5 19028249
Citizen 6 19028249
As you can see some of this citizen are duplicated and are the same people.
So I wanted to extract only the unique values from national code with all the others variables as well.