Home / Report Question

Q. How to get the number of unique values in a column?
  • A. df['col'].count()
  • B. df['col'].nunique()
  • C. df['col'].unique()
  • D. df['col'].distinct()