May 8, 2023
An interactive experience to explore bikeshare data from three US cities — Chicago, New York, and Washington. Users can query the datasets to gain insight into:
- Popular times of travel
- Popular stations and trips
- Trip duration
- User info
This project is written in Python 3.9.13, using numpy, pandas, and time libraries.
bikeshare.py
Date files not included in repository:
- chicago.csv
- new_york_city.csv
- washington.csv
Udacity Programming for Data Science with Python course