47hub / pdsnd_github

GitHub project (Project 3) repository for PDSND

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note: Please fork the current Udacity repository so that you will have a remote repository in your Github account. Clone the remote repository to your local machine. Later, as a part of the project "Post your Work on Github", you will push your proposed changes to the remote repository in your Github account.

Date created

2024-02-02

Project Title

Udacity Bikeshare Repository

Description

This Python script analyzes bikeshare data for various cities based on user-specified filters such as city, month, and day. It utilizes Pandas and NumPy to load, filter, and compute statistics on the data.

The script prompts users for input, extracts relevant information, and presents insights such as the most common month, day, start station, end station, trip duration, and user statistics. Additionally, users can opt to view individual trip data. The script provides a user-friendly interface to explore bikeshare trends efficiently.

Files used

bikeshare.py

Credits

Udacity

About

GitHub project (Project 3) repository for PDSND


Languages

Language:Python 100.0%