Q. Which pandas method is used to count the frequency of values in a Series?
β
Correct Answer: (B)
value_counts()
Explanation: value_counts() counts the number of occurrences of each unique value in a Series.