tsoontornwutikul / dand-p0-bikeshareanalysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This folder contains files for P0: Analyze Bay Area 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.

About


Languages

Language:HTML 69.2%Language:Jupyter Notebook 29.4%Language:Python 1.4%