#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 .