Update log_book_of_Yifan_XU_for_mooc-rr.md

parent 5eaf2e6c
...@@ -82,12 +82,16 @@ To be honest, I found that some quizzes in this mooc are quite confusing, espici ...@@ -82,12 +82,16 @@ To be honest, I found that some quizzes in this mooc are quite confusing, espici
## exercise 3-1: ## exercise 3-1:
The task is to modify the given jupyter notebook. Use a local file contaning the data instead of a url. If this file doe not exist, download it from the website of Réseau Sentinelles. Note that State: finished.
Note: The task is to modify the given jupyter notebook. Use a local file contaning the data instead of a url. If this file doe not exist, download it from the website of Réseau Sentinelles. Note that
the download link has changed. The old one is "http://www.sentiweb.fr/datasets/incidence-PAY-3.csv". We shoudl use the new one: "https://www.sentiweb.fr/datasets/all/inc-3-PAY.csv". the download link has changed. The old one is "http://www.sentiweb.fr/datasets/incidence-PAY-3.csv". We shoudl use the new one: "https://www.sentiweb.fr/datasets/all/inc-3-PAY.csv".
More importantly, when run the code "sorted_data['inc'].plot()", there is an error. I checked my code carefully. It is correct. So it seemd to be a problem of this MOOC system. More importantly, when run the code "sorted_data['inc'].plot()", there is an error. I checked my code carefully. It is correct. So it seemd to be a problem of this MOOC system.
## exercise 3-2: ## exercise 3-2:
This task is to perform the same analysis of the incidence of influenza-like illness to the incidence of chickenpox. The downloaded url is "https://www.sentiweb.fr/datasets/all/inc-7-PAY.csv". We can download it from the website of State: finished.
Note: This task is to perform the same analysis of the incidence of influenza-like illness to the incidence of chickenpox. The downloaded url is "https://www.sentiweb.fr/datasets/all/inc-7-PAY.csv". We can download it from the website of
Réseau Sentinelles and find this url in the browser download history. Note that there is no missing data points in this data file, and this exercise requires to choose September 1st as the beginning of each annual period. For other details, please see Réseau Sentinelles and find this url in the browser download history. Note that there is no missing data points in this data file, and this exercise requires to choose September 1st as the beginning of each annual period. For other details, please see
my jupyter notebook for the exercise 3-2. my jupyter notebook for the exercise 3-2.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment