Wednesday 29th May 2019
Bikeshare Analysis - NumPy Arrays & Panda Dataframes
Python to explore data related to bike share systems for three major cities in the United States—Chicago, New ### York City, and Washington.
- Code to import the data and answer interesting questions about it by computing descriptive statistics using NumPy arrays and Panda data frames.
- Script that takes in raw input to create an interactive experience in the terminal to present these statistics.
- Python Script - bikeshare.py
- Data sets to analyse - chicago.csv, new_york_city.csv, washington.csv
- Initial commit 20190529