Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The information for what each part is supposed to do is given in the pictures below by saying what each analysis does. There is some

The information for what each part is supposed to do is given in the pictures below by saying what each analysis does. There is some code given for formatting and to make it easier about all the parts needed to do from where it says Getting Started. Please help.

image text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribed

Assignment Divvy is a well-known bike sharing system in Chicago. The company makes data available1 about their stations, ridership, etc. The assignment is to perform some basic analysis of their ridership data. In particular, your task is to write functions that perform the following four analyses: 1, Total # of rides 2. Average duration of a ride, in seconds 3. Average percentage of riders, per gender 4. Average age of riders, per gender 5. Histogram of ride duration, total and per gender 6. Total # of rides starting and ending at a given station 7. The station with the most rides starting, and ending Submissions will be collected via zybooks section 25.11 in the cs109 zybook or section 8.11 in the cs110 zybook. You can work in MATLAB, Octave, or zybooks for this project. Data files The input file is a CSV file ("comma-separated values") that contains ridership data. Each line of the file contains information about one particular ride: the id of the station where the ride started, the id of the station where the ride ended, the bike id, ride duration, etc. Here's the actual file format: 66,171,5292,23,857,1989,1 1 https://www.divvybikes.com/system-data CS 109: http://www.joehummel.net/cs109.html Page I of 10 Assignment Divvy is a well-known bike sharing system in Chicago. The company makes data available1 about their stations, ridership, etc. The assignment is to perform some basic analysis of their ridership data. In particular, your task is to write functions that perform the following four analyses: 1, Total # of rides 2. Average duration of a ride, in seconds 3. Average percentage of riders, per gender 4. Average age of riders, per gender 5. Histogram of ride duration, total and per gender 6. Total # of rides starting and ending at a given station 7. The station with the most rides starting, and ending Submissions will be collected via zybooks section 25.11 in the cs109 zybook or section 8.11 in the cs110 zybook. You can work in MATLAB, Octave, or zybooks for this project. Data files The input file is a CSV file ("comma-separated values") that contains ridership data. Each line of the file contains information about one particular ride: the id of the station where the ride started, the id of the station where the ride ended, the bike id, ride duration, etc. Here's the actual file format: 66,171,5292,23,857,1989,1 1 https://www.divvybikes.com/system-data CS 109: http://www.joehummel.net/cs109.html Page I of 10

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Moving Objects Databases

Authors: Ralf Hartmut Güting, Markus Schneider

1st Edition

0120887991, 978-0120887996

More Books

Students also viewed these Databases questions

Question

Know the three main dimensions of the service environment.

Answered: 1 week ago

Question

Understand the roles of signs, symbols, and artifacts.

Answered: 1 week ago

Question

Discuss the key ambient conditions and their effects on customers.

Answered: 1 week ago