+1 vote
in Structured Data Classification by

Which command is used to identify the unique values of a column?

Select the correct answer from below options: 

a) distinct()

b) unique()

c) value_counts()

d) shape

1 Answer

0 votes
by

Correct answer of above question is : b) unique()

 unique() method command is used to identify the unique values of a column
...