21/06/2019
US Bikeshare Data Analytics
In this project, I made use of Python to explore data related to bike share systems for three major cities in the United States Chicago, New York City, and Washington. I wrote code to import the data and answer interesting questions about it by computing descriptive statistics. I also wrote a script that takes in raw input to create an interactive experience in the terminal to present these statistics.
190527_Project2_DAND_US_Bikeshare.py chicago.csv new_york_city.csv washington.csv
http://queirozf.com/entries/pandas-dataframe-plot-examples-with-matplotlib-pyplot https://matplotlib.org/3.1.0/tutorials/colors/colormaps.html https://stackoverflow.com/questions/48590268/pandas-get-the-most-frequent-values-of-a-column https://www.reddit.com/r/learnpython/comments/7s99rk/pandas_sort_by_most_frequent_value_combinations/ https://www.marsja.se/python-pandas-groupby-tutorial-examples/ https://pyformat.info/ https://wiki.python.org/moin/HelpOnFormatting https://docs.python.org/3/library/string.html#format-string-syntax https://py-tutorial-de.readthedocs.io/de/python-3.3/stdlib2.html https://www.w3schools.com/python/python_try_except.asp https://pythonspot.com/matplotlib-pie-chart/ https://www.grund-wissen.de/informatik/python/scipy/matplotlib.html https://matplotlib.org/3.1.0/gallery/pie_and_polar_charts/pie_features.html https://pythontic.com/visualization/charts/piechart