From 4d9db5a071691f0c4025f4ace3cd5a69d600c901 Mon Sep 17 00:00:00 2001 From: c4489d0ac1b4dc0c3726033b10607283 Date: Tue, 7 Jun 2022 08:33:50 +0000 Subject: [PATCH] module 3 - finished --- journal/Readme.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/journal/Readme.md b/journal/Readme.md index 82e7ec5..fc5d385 100644 --- a/journal/Readme.md +++ b/journal/Readme.md @@ -237,4 +237,31 @@ In the Web browser’s download history We remove the data points before continuing with the analysis +**QuizP 07** + +*Why do we have to transform the week labels?* + + Pandas cannot interpret the format of the original data + + *What's the point of checking that the distance between two consecutive weeks is seven days?* + + - The check would find weeks completely absent from the dataset + - The check could have identified mistakes in the date conversion + +*Which methods did we use to verify our work?* + +- Visual inspection +- Code written specifically for verification + +**QuizP 10** + +*Why did we choose the first of August as the beginning of each annual period?* + +The incidence of influenza-like illness is weakest around that date + +*Why don’t our annual periods contain exactly 52 weeks?* + +A year has always more than 7 x 52 days + + -- 2.18.1