+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

Related questions

+1 vote
asked Jan 5, 2022 in Structured Data Classification by sharadyadav1986
0 votes
asked Oct 21, 2023 in JavaScript by DavidAnderson
...