forked from udacity/pdsnd_github
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
15 lines (14 loc) · 823 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Bikeshare project
Extracting statistical information from data
Prepared by Boris Kushnarev
Class: Programming for Data Science
Udacity
References:
Saving plots into a file: https://stackoverflow.com/questions/9622163/save-plot-to-image-file-instead-of-displaying-it-using-matplotlib
Clear information about plot: https://stackoverflow.com/questions/741877/how-do-i-tell-matplotlib-that-i-am-done-with-a-plot
Getting the row count on pandas dataframe: https://stackoverflow.com/questions/15943769/how-do-i-get-the-row-count-of-a-pandas-dataframe
Open and display .png file in python using PIL: https://stackoverflow.com/questions/10372887/open-and-display-png-file-in-python-using-pil
Python documentation
Pandas documentation
Automated the boring stuff with Python by Al Sweigart
Lectures for Programming for Data Science