Skip to content

kacit/pdsnd_github

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Date created

16th September 2022

Last update

18th September 2022

Project Title

An application to display and analyse Bikeshare data for the US cities of Chicago, New York City and Washington

Description

This application will display and analyse Bikeshare data for the US cities of Chicago, New York City and Washington.

The data was supplied in comma separated value files (.csv) format, with the first row containing column names.

There are two parts to the app:

  1. this part allows the user to print to console a full 'pandas' dataframe dataset, or just a part of the data, according to the user's choice of city, columns & rows.

  2. this part allows the user to run various statistical analysis on their chosen city dataset.

'Pandas' needs to be installed for the application to run.

Optionally,'Colorama' and 'Rich' should also be installed to enhance the visual experience. The application will check for and install these modules if any are found missing.

Files used

bikeshare.py README.md chicago.csv (not included) washington.csv (not included) new_york_city.csv (not included)

Credits

This project is a fork of the Udacity original at https://github.com/udacity/pdsnd_github.git.

The original project was initiated by rbUdacProjects (Ruchi B), added to by SudKul (Sudhanshu Kulshrestha), with a final contribution on this fork (bikeshare.py) made by kacit (Keith Corbett)

About

GitHub project (Project 3) repository for PDSND

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%