02/21/2020
Bikeshare Data Analysis For Udacity's Programming for Data Science Course
This project utilized the R programming language to analyze the random data pulled from 3 cites, New York, Chicago, and Washington. There are 3 plots.
- Compares each city on a monthly basis.
- Compares the total rental count by the day of the week across all data for each city.
- Compares trip durations in minutes to each city utilizing a scatterplot.
Files utilized were the randomly pulled data for each city.
- new-york-city.csv
- washington.csv
- chicago.csv
Links I have found helpful during this project:
- https://stackoverflow.com/questions/10309564/reorder-factor-levels-by-day-of-the-week-in-r
- https://stackoverflow.com/questions/8901330/multiple-histograms-with-ggplot2-position
- https://groups.google.com/forum/#!topic/ggplot2/Pwq6hO7r90w
- https://stackoverflow.com/questions/14169620/add-a-month-to-a-date
- https://ggplot2.tidyverse.org/reference/facet_wrap.html