/US-Bikeshare-Data

GitHub project (Project 3) repository for PDSND

Primary LanguagePython

Date created

This project, including the README file was created on the 23 November 2019.

Project Title

Bikeshare database analysis using python(numpy and pandas).

Description

This project includes a python script file (bikeshare.py) that provides useful statistical information through a terminal and a data extracted from bikeshare data of New York City, Washington D.C. and Chicago presented in a csv file.

The python code retrieves some data like:

  • Most frequent times of travel sorted by day and month
  • Most popular stations and trips

Files used

  • bikeshare.py
  • README.md
  • .gitignore
  • chicago.csv
  • new_york_city.csv
  • washington.csv

Credits