wambugu71 / pdsnd_github_wambugu_kinyua

GitHub project (Project 3) repository for PDSND

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Date created

  • Created on 13/11/23.

Project Title

__ Udacity Programming for Data science ND __

Description

  • The aim of this project is to analyse the US bike share datasets.
  • we are to explore the dataset so as to gain insights from the datasets.
  • The student had to write the code to import the datasets and answer some intresting questions from the datasets, which was in an interactive session by the user keying in the raw inputs.

Files used

files used in the project are:

  1. bikeshre.py
  2. washington.csv
  3. new_y0rk_city.csv
  4. chicago.csv
  • They are from the respective cities as the files are named.
  • The datasets have the same headers / columns but different values from each city.

Requirements

  • python libraries used :
  1. numpy
  2. pandas
  • installation:
pip install numpy  
pip install pandas  

Credits

  • Project files provided by Udacity. Completed by wambugu kinyua

About

GitHub project (Project 3) repository for PDSND


Languages

Language:Python 100.0%