https://github.com/walterthesmart/r-bikeshare
https://github.com/walterthesmart/r-bikeshare
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/walterthesmart/r-bikeshare
- Owner: walterthesmart
- Created: 2022-07-01T09:19:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-01T09:46:38.000Z (almost 3 years ago)
- Last Synced: 2025-01-16T13:59:50.070Z (5 months ago)
- Language: R
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bikeshare Data Exploration
Three questions were answered in this analysis:
1) What is the total travel time for users in different cities? What is the average travel time for users in different cities? What is the total travel time for female and male users in different cities?
A table is used to sum the total travel time for users in each city.
Using the by() function, average for each city was gotten.
Using a boxplot, comparison between Male ad female travel data was made2)What is the most common start station?
Using a table function, the mostly frequented station for each city was gotten and compared with that of other cities3) What is the Customer/subscriber distribution by Gender?
Using a summary table and bar chart we explored the gender distribution of usertypes for each city and did a comparative studies between the three cities### Data used in this analysis are:
- chicago.csv
- washington.csv and
- newyork.csv
All contained in the csv folder in the project folders### Credits
Data used for this analysis is provided by motivateco.com a bike hare system provider