When you have a data frame that you have created from importing and loading a CSV file and I want to start Data Exploration. I have started Checking for Missing Values and I have decided to deal with these different missing values in a different way starting from dropping some rows or even replacing some.
Now when I want to start checking for unique values I checked for the duplicated and I hade the result ( 0 Duplicates) Now when checked for Unique values I have unique Values enter image description here
My question : What is the best way to deal with these unique values? should I remove them all? or what exactly I have to do with them.
I am still new to the Data exploration field and I have my task to be done with so all your help and suggestions are really so appreciated.