Data Science for Urban Mobility - Assignment 1

Assignment 1 Desciption In this assignment we will explore how to handle time series data and how to extract insights and patterns in the data. First we will start by exploring the data: ... bikes_data_1.median().plot(kind='bar') # column slice column_slice = bike_data[['Berri1', 'Boyer']] # row slice column_slice[:3] ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download