This project was created on Dec.3rd, 2018.
Explore US Bikeshare Data
git clone https://github.com/Steve-Choi/pdsnd_github.git
cd pdsnd_github
python bikeshare.py
In this project, Python was used to explore data related to bike share systems for three major cities in the United States—Chicago, New York City, and Washington.
This program imports the data and answer interesting questions about it by computing descriptive statistics.
It also takes in raw input from users to create an interactive experience in the terminal to present these statistics.
- bikeshare.py
- to_datetime()
- https://pandas.pydata.org/pandas-docs/stable/generated/pandas.to_datetime.html
- https://pandas.pydata.org/pandas-docs/stable/api.html#datetimelike-properties
- mode()
- value_counts()
- divmod()