Suppose there was a column having the all total name of city like kolkata, mumbai, etc, In an one column many rows may have the same city name but i want to count the total city no in there. How can i do that?
Are you saying you want a distinct count of cities?
Or are you asking something else?
If you could provide examples of your dataset and your end goal that would be helpful.