Home / Report Question

Q. Which pandas method is used to count the frequency of values in a Series?
  • A. count()
  • B. value_counts()
  • C. nunique()
  • D. unique()