Q. Which function is used to count the occurrences of unique values in a Series?
β
Correct Answer: (C)
value_counts()
Explanation: The value_counts() method counts how many times each unique value appears in a Series.