Project - Forecast Bike Rentals

You are currently auditing this course.
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

Answer is not availble for this assesment

Loading comments...