subject

Write a function named "internet_histogram" that takes no parameters and does not return a value. there will be a file named "survey. csv" in the testing environment containing survey results as described above (the file has a header line which much be addressed by your code). write a new file named "histogram. csv" containing 2 columns representing "internet_use, frequency" and no header line that will contain a histogram of the results of responders ages 33 to 56 including the endpoint ages. your file will have exactly 6 lines with internet_use values of 1-5 corresponding to the intfreq results and 6 for responders who answered 2 to eminuse. read the survey results file and track how many responders in this age range answered with each of these 6 options and write these counts to your "histogram. csv" file in order of internet_use starting with 1.

example histogram. csv:

1,5

2,7

3,0

4,1

5,2

6,4

this is need write in python way.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 02:00
When jen is planning to upgrade to a monitor with a better resolution, what should she be looking for in the new monitor?
Answers: 1
question
Computers and Technology, 22.06.2019 21:00
Simon says is a memory game where "simon" outputs a sequence of 10 characters (r, g, b, y) and the user must repeat the sequence. create a for loop that compares the two strings starting from index 0. for each match, add one point to userscore. upon a mismatch, exit the loop using a break statement. assume simonpattern and userpattern are always the same length. ex: the following patterns yield a userscore of 4: simonpattern: rrgbryybgy userpattern: rrgbbrybgy
Answers: 2
question
Computers and Technology, 24.06.2019 00:00
Visualizing a game of “tag” to remember the meaning of contagious
Answers: 3
question
Computers and Technology, 24.06.2019 07:00
Why do we mark tlc plates with pencil and not with pen
Answers: 2
You know the right answer?
Write a function named "internet_histogram" that takes no parameters and does not return a value. th...
Questions
question
History, 14.04.2020 17:25
Questions on the website: 13722367