Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 748 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 748 Bytes

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