Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python difference between unique and nunique

#Both of these functions are related to unique values .
#The difference is: The unique() function returns all the unique values
#of a list/column in the form of an array .
#The nunique() function returns the number of all unique values .
 
PREVIOUS NEXT
Tagged: #python #difference #unique #nunique
ADD COMMENT
Topic
Name
7+8 =