Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 693 Bytes

File metadata and controls

18 lines (10 loc) · 693 Bytes

Descriptive-statistics-Python-script

this is a script which 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. this script takes inputs and uses data to answer interesting questions about it by computing descriptive statistics.

Files

Data.rar this is the data but compressed so if you want to run the script on your pc you need to extract the files and put it in the same directory of the script, the data files are in CSV

bikeshare.py our Python script

Libraries

Pandas and NumPY

Python version

This repository has been built with Python 3.