Exercise: Get number of unique values
Get the number of unique observations in the 'Industry' column. Hint: Use the
unique()
function to get all the different values, and then count them to see how many there are.Premium
Python
Setting up Python environment...
Output