Skip to content

LENLIE/pdsnd_github

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UDACITY - Python Bikeshare Project

Date:

Project has been created on 28/04/2019

Bikeshare Python Project:

This project is part of Udacity's Programming for Data Science Nanodegree.

Description:

This script is used to explore data related to bike share systems for Chicago, New York City, and Washington. It imports data from csv files and computes descriptive statistics from the data. It takes in users' raw input to create an interactive experience in the terminal to present these statistics.

Files:

  • chicago.csv
  • new-york-city.csv
  • washington.csv

Credits:

Copied seconds to days converter from following source:
https://stackoverflow.com/questions/4048651/python-function-to-convert-seconds-into-minutes-hours-and-days

Counting unique values with bands:
https://stackoverflow.com/questions/38309729/count-unique-values-with-pandas-per-groups/38309823

Get position in a list:
https://stackoverflow.com/questions/4081672/position-in-an-list

Select rows for a specific month in Pandas:
https://stackoverflow.com/questions/50265938/select-rows-for-a-specific-month-in-pandas

Obtain mode from column in groupby [duplicate] >> Removed from code:
https://stackoverflow.com/questions/48645354/obtain-mode-from-column-in-groupby

Pandas - Sort by most frequent value combinations:
https://www.reddit.com/r/learnpython/comments/7s99rk/pandas_sort_by_most_frequent_value_combinations/

About

GitHub project (Project 3) repository for PDSND

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%