https://github.com/pintu544/programming-for-data-science-with-python
https://github.com/pintu544/programming-for-data-science-with-python
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pintu544/programming-for-data-science-with-python
- Owner: pintu544
- Created: 2020-07-29T07:10:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-31T03:28:18.000Z (over 5 years ago)
- Last Synced: 2025-02-10T09:41:40.087Z (11 months ago)
- Language: Python
- Size: 416 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Post-your-Work-on-GitHub
Overview In this project, the student had to make use of Python to explore data related to bike share systems for three major cities in the United States — Chicago, New York City, and Washington. The student had to write code to (a) import the data and answer interesting questions about it by computing descriptive statistics, and (b) write a script that takes in raw input to create an interactive experience in the terminal to present these statistics.
The developed CLI program allows the user to explore an US bikeshare system database and retrieve statistics information from the database. The user is able filter the information by city, month and weekday, in order to visualize statistics information related to a specific subset of data. The user is also able to chose to view raw data and to sort this data by columns, in ascending or descending order.
# Description
In this project, I made a use of Python to explore data related to bike share systems for three major cities in the United States, Which is Chicago, New York City, and Washington, Also to Run statistics on multiple data pools related to bicycle sharing.
# Files used
Following files are containing necessary code: bikeshare.py
Following files are not uploded to the remote repo (by using .gitignore) because the file size is too big: chicago.csv washington.csv new_york_city.csv
check my project submission-https://github.com/pintu544/Programming-for-data-science-with-python/blob/master/Git%20Commands%20Documentation%20(1)%20(1)%20(1)%20-%20Copy.pdf