Project - Forecast Bike Rentals

13 / 38

You can select a column from the dataset using the following syntax. This returns a Series object: dataset['column_name']

The Series object has a unique() function to find unique values. Also, try using the autocomplete feature of Jupyter or help() or dir() function to find out the values functions available on an object.

How many unique values are there in yr column of bikesData ?

Get Hint

Note - Having trouble with the assessment engine? Follow the steps listed here


Answer is not availble for this assesment

Loading comments...