A Admin • 802.91K Points Coach Report 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() Correct Answer - Option(B) Views: 3 Filed under category Pandas Hashtags: Share Manage Tags
Discusssion
Login to discuss.