count of distinct values in pandas code example Example: pandas count the number of unique values in a column df['hID'].nunique() 5