This is a project for the Udacity Nanodegree Program.
- Utilize Python to explore data related to bike share systems for three major cities in the United States—Chicago, New York City, and Washington.
- Import the data and answer intriguing questions about it by computing descriptive statistics.
- Write a script that accepts raw input to create an interactive experience in the terminal that presents these statistics.
python bikeshare.py
Python version
used during development was 3.8.14
pip install -r requirements.txt
An additional notebook is included in the repository for research purposes related to the dataset.