Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.17 KB

File metadata and controls

28 lines (22 loc) · 1.17 KB

Note: Please fork the current Udacity repository so that you will have a remote repository in your Github account. Clone the remote repository to your local machine. Later, as a part of the project "Post your Work on Github", you will push your proposed changes to the remote repository in your Github account.

Date created

5/14/22

Project Title

Python Bikeshare project

Description

This project was created and posted as a part of Udacity lesson. We explore bike share systems for three major cities in the United States—Chicago, New York City, and Washington Using python to caluclate descriptive statistics such as popular times of travel and trip duration

Files used

bikeshare.py README.md README.txt .gitignore

Credits

Websites I used: https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.html https://pandas.pydata.org/docs/reference/api/pandas.Series.dt.dayofweek.html https://www.geeksforgeeks.org/python-pandas-series-dt-date/ https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.sum.html

Repo referenced for help with user stats function: https://gitlab.com/tomjose1792/BikeShare-Project-Python/-/blob/master/bikeshare.py