Question
A data scientist needs the unique category labels from a list. Which built-in collection is most direct?
Select an option. Your answer will be checked instantly.
Correct Answer: C. Set
Explanation:
Sets retain unique elements and automatically eliminate duplicates. They are therefore useful for identifying distinct category values.
Leave a Reply