Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.81 KB

File metadata and controls

55 lines (33 loc) · 1.81 KB

Date created

22 April 2019

Project Title

Udacity NanoDegree: Post your work on GitHub & Explore US BikeShare Data with Python!

Description

The project is to learn how to manage and update files while keeping track of edits using Git and GitHub.

This is done while using a previous project for learning how to use Python for data analysis.

This project consists of the bikeshare.py file which is a script written in python for a user to interact through a computer terminal to interrogate and analyze the dataset.

The dataset consists of user bikeshare data from three US cities of Washington, New York City and Chicago.

The script allows the user to select certain parameters when viewing the dataset for example month, city and day of the week. The script also contains some common error handler such as incorrectly keyed entries.

Files used

Bikeshare.py chicago.csv washington.csv new_york_city.csv README.md .gitignore

Credits

UDACITY Programming for Data Science

README.md template fork location

Git & Git Bash

GitHub

Atom

Python

Stack Overflow

Python Packages:

pandas

numpy

time

decimal

Helpful Links:

formatting decimal places here

Statistics in Python here