/bikeshare-data-analysis

GitHub project (Project 3) repository for PDSND

Primary LanguagePython

Project: Analyze Bikeshare Usage Data

Date created

  • 2021-09-30

Description

Development of a python script to analyze sample bikeshare data from 3 major US cities:

  • Chicago
  • New York
  • Washington

Run script via shell: bikeshare_2.py

Requirements/Dependencies

  • Python
  • Pandas
  • Numpy
  • Time

Script overview

The script is broken down into the following functions:

  • main()
  • get_filters()
  • load_data(city, month, day)
  • time_stats(df, city, month, day)
  • station_stats(df)
  • trip_duration_stats(df)
  • user_stats(df)
  • r_data(df, city, month, day)
  • ds_stats(city)

Files used

  • bikeshare_2.py
  • chicago.csv
  • new_york_city.csv
  • washington.csv

Credits (reference only)