Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.38 KB

File metadata and controls

29 lines (21 loc) · 1.38 KB

Date created: This project is created on Sep. 10th, 2023.

Bikeshare Data Analysis Project

Description

This project is developed to analyze and provide insights from bikeshare data from Chicago, New York City, and Washington. It allows the users to explore various statistics and information about bikes usage in each city.

Files used

  • bikeshare.py: The main python file which includes the required scripts to perform the bikeshare data analysis.
  • chicago.csv: The chicago's bikeshare dataset file.
  • new_york_city.csv: The New York City's bikeshare dataset file.
  • washington.csv: The Washington's bikeshare dataset file.

Credits

This project was completed as part of the Programming for Data Science Nanodegree offered by Udacity. Its already the final project of Introduction to Python Programming course on the whole program.

Udacity Nanodegree Program:

Python Libraries:

Prerequisites

Before running the code, make sure you have the following dependencies installed:

  • Python 3.11
  • Pandas: Install pandas using pip install pandas
  • NumPy: Install NumPy using pip install numpy