Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 793 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 793 Bytes

CitiBike-Monthly-Report

Here is an example of Python program using Google Colab to automate the data preparation of monthly Citi Bike data. The program can read the zip file directly from the Citi Bike online portal, and process the data to report the total number of Citi Bike trips for each calendar day. The users only need to provide the URL of the data file that they want to process, and download/save the results to their local computers at the end.

Refer to this Medium article that breaks down the code step by step: Automate Data Preparation using Google Colab: Read and Process Citi Bike Data in Zip File