Vedant-S / BayArea-Bike-Share-Analysis

Project includes an exploratory data analysis of the Bay Area Bike Share using basic data analysis and data visualization tools and packages in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bay-Area Bike Sharing Data Analysis:


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.


Author:


+ Vedant Shrivastava | vedantshrivastava466@gmail.com

About

Project includes an exploratory data analysis of the Bay Area Bike Share using basic data analysis and data visualization tools and packages in Python.

License:MIT License


Languages

Language:Jupyter Notebook 93.7%Language:Python 6.3%