/pdsnd_github

GitHub project (Project 3) repository for PDSND

Primary LanguageHTML

Date created

08/23/2018

Project Title

Bike Share Data Analysis

Information about the Bike share data.

Bay_Area_Bike_Share_Analysis.ipynb - Main project file.

babs_datacheck.py; babs_visualizations.py - Supplemental scripts for checking data wrangling, reporting of basic statistics, and creation of exploratory bar charts and histograms.

Data is split among twelve other files, organized into three sets of four files each. Prefixing each set is one of three datestamps, showing the end month for each data collection period (201402, 201408, 201508). Suffixes for each file indicate contents:

  • README.txt - Information about contents of data files.

  • station_data.csv - Basic information about station locations and capacities.

  • trip_data.csv - Information about each trip taken using the bike share system.

  • weather_data.csv - Weather information by day for one station in each city in the bike share program.