As part of the Programming for Data Science nanodegree, I wrote a program in the Python programming language that would allow a user to ask questions about bikeshare trip data collected from New York City, Seattle, and Washington D.C.
The code I wrote collects data from three CSV files, computes statistics, and allows users to gather data interactively in the terminal.
The code for this program can be viewed on my Github repository as part of the Python Bikeshare Project.