From a71bd6954968dc1999bcf83af382e6de00c8c99b Mon Sep 17 00:00:00 2001 From: "Jean-Paul R. Soucy" Date: Tue, 15 Feb 2022 03:03:10 +0000 Subject: [PATCH] New data: 2022-02-14. See data notes. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DATA NOTES: - IMPORTANT NOTICE: Due to recent changes in the availability of COVID-19 testing, case counts can no longer be considered a reliable indicator of spread. - Niagara (ON) did not report today due to data quality issues. - BC testing is from the 3-day daily values reported on the BCCDC dashboard rather than the cumulative value reported in the lab CSV, as the lab CSV was not updated today. - SK data reporting will continue in the near future when we determine how to integrate the newly reported data format. - Recovered & active case values should be discarded, as BC has stopped reporting these metrics. - See notice in “RECENT CHANGES” section below regarding NS cases since 2021-12-10. - See notice in “RECENT CHANGES” section below regarding PE cases since 2021-11-02. NOTICE: Most of our data collection is automated. PLEASE CONTACT US REGARDING ANY ERRORS YOU MAY FIND. https://opencovid.ca/contact-us/ NEWS RELEVANT TO COVID-19 DATA: Beginning 2022-02-07, Saskatchewan will only be reporting a limited set of data once per week on Thursdays. See the following for more details: https://www.saskatchewan.ca/government/news-and-media/2022/february/03/living-with-covid-transition-of-public-health-management RECENT CHANGES TO THE DATASET: SK total doses number has been fixed retroactively to include third doses. Previously it included only first and second doses, unlike other provinces. Additionally, added historical NU third doses reported in the vaccine coverage file provided by PHAC (https://health-infobase.canada.ca/covid-19/vaccination-coverage). BC recovered: As of 2021-02-10, BC will no longer report the number of active or recovered cases. “February 10, 2022: Active Cases have been removed from the dashboard as the values no longer reflect active community transmission numbers.” PE recovered: From now on, recovered values will be calculated as total cases - active cases - deaths, based primarily on the data provided in the daily press releases. This value has been recalculated back to the date of the first reported deaths in PEI (2022-01-14). [UPDATE, 2022-01-31: As of today, it appears that PEI is now appropriately accounting for deaths in the recovered value posted to their dashboard.] NS is again reporting the number of doses administered (1st, 2nd, 3rd) on their dashboard, which will be used going forward. Some ON Public Health Unit (PHU) datasets have been retired and replaced with the Ontario Ministry of Health dataset, rewriting their cases, mortality and recovered datasets back to 2020-04-01. You can track this here: https://github.com/ccodwg/Covid19Canada/issues/97 NU cumulative testing number has been replaced by the time series of tests completed from the Public Health Agency of Canada (https://health-infobase.canada.ca/covid-19/epidemiological-summary-covid-19-cases.html). The reason for this is that the previously reported value, number of people tested, somehow decreased by ~80% and has not been corrected for several days. Since 2021-11-02, cases and recovered for PE have been based on the number of cases reported by PHAC on weekdays (https://health-infobase.canada.ca/covid-19/epidemiological-summary-covid-19-cases.html) and the daily press releases on weekends (https://www.princeedwardisland.ca/en/news), as the PHAC dataset is not updated over the weekend. This change is due to the very inconsistent updating of the usual data source, the PEI dashboard (https://www.princeedwardisland.ca/en/information/health-and-wellness/covid-19-testing-and-case-data). The data reported by PHAC seems to match the data reported in press releases. [Note that historical values for 2021-11-02 to 2021-12-20 were re-calculated on 2021-12-20. 2021-11-02 was selected because it was not too far back and there was agreement in the number of cumulative cases reported by PHAC and the province on this day (319).] [GitHub issue #89] Additional doses (booster doses, 3rd doses, 4th doses) doses are now being reported for most provinces in a new dataset: vaccine_additionaldoses_timeseries_prov / vaccine_additionaldoses_timeseries_canada.csv First doses may be calculated as: total doses administered – vaccine completion (2nd doses) – additional doses. --- data_notes.txt | 7 +- ...phac_n_tests_performed_timeseries_prov.csv | 45 + .../nt/nt_active_timeseries_subhr.csv | 7 + .../nt/nt_cases_timeseries_subhr.csv | 28 + .../qc/qc_testing_datasets_prov.csv | 1411 +++++++++-------- .../active_timeseries_canada.csv | 1 + timeseries_canada/cases_timeseries_canada.csv | 1 + .../mortality_timeseries_canada.csv | 1 + .../recovered_timeseries_canada.csv | 1 + .../testing_timeseries_canada.csv | 1 + ...cine_additionaldoses_timeseries_canada.csv | 1 + ...ccine_administration_timeseries_canada.csv | 1 + .../vaccine_completion_timeseries_canada.csv | 1 + ...vaccine_distribution_timeseries_canada.csv | 1 + timeseries_hr/cases_timeseries_hr.csv | 102 ++ timeseries_hr/mortality_timeseries_hr.csv | 102 ++ .../sk_new_cases_timeseries_hr_combined.csv | 95 ++ ...k_new_mortality_timeseries_hr_combined.csv | 95 ++ timeseries_prov/active_timeseries_prov.csv | 14 + timeseries_prov/cases_timeseries_prov.csv | 14 + timeseries_prov/mortality_timeseries_prov.csv | 14 + timeseries_prov/recovered_timeseries_prov.csv | 14 + timeseries_prov/testing_timeseries_prov.csv | 14 + ...accine_additionaldoses_timeseries_prov.csv | 13 + ...vaccine_administration_timeseries_prov.csv | 13 + .../vaccine_completion_timeseries_prov.csv | 13 + .../vaccine_distribution_timeseries_prov.csv | 13 + update_time.txt | 2 +- 28 files changed, 1317 insertions(+), 708 deletions(-) diff --git a/data_notes.txt b/data_notes.txt index 8e1ce902..fc2d13e9 100644 --- a/data_notes.txt +++ b/data_notes.txt @@ -1,11 +1,12 @@ -New data: 2022-02-13. See data notes. +New data: 2022-02-14. See data notes. DATA NOTES: - IMPORTANT NOTICE: Due to recent changes in the availability of COVID-19 testing, case counts can no longer be considered a reliable indicator of spread. +- Niagara (ON) did not report today due to data quality issues. +- BC testing is from the 3-day daily values reported on the BCCDC dashboard rather than the cumulative value reported in the lab CSV, as the lab CSV was not updated today. - SK data reporting will continue in the near future when we determine how to integrate the newly reported data format. -- Halton (ON) case, mortality and recovered time series has been rewritten back to 2020-04-01 (see note in the “Recent Changes” section for more details). #97 -- Some QC data were not updated yesterday (2022-02-11) for an unknown reason. +- Recovered & active case values should be discarded, as BC has stopped reporting these metrics. - See notice in “RECENT CHANGES” section below regarding NS cases since 2021-12-10. - See notice in “RECENT CHANGES” section below regarding PE cases since 2021-11-02. diff --git a/official_datasets/can/phac_n_tests_performed_timeseries_prov.csv b/official_datasets/can/phac_n_tests_performed_timeseries_prov.csv index 14439f99..9c0eab3c 100644 --- a/official_datasets/can/phac_n_tests_performed_timeseries_prov.csv +++ b/official_datasets/can/phac_n_tests_performed_timeseries_prov.csv @@ -741,6 +741,9 @@ "AB",2022-02-08,6767215,3560 "AB",2022-02-09,6771484,4269 "AB",2022-02-10,6777232,5748 +"AB",2022-02-11,6777232,0 +"AB",2022-02-12,6777232,0 +"AB",2022-02-13,6777232,0 "BC",2020-01-31,0,0 "BC",2020-02-01,0,0 "BC",2020-02-02,0,0 @@ -1483,6 +1486,9 @@ "BC",2022-02-08,5502900,7472 "BC",2022-02-09,5510028,7128 "BC",2022-02-10,5519303,9275 +"BC",2022-02-11,5529166,9863 +"BC",2022-02-12,5538815,9649 +"BC",2022-02-13,5538815,0 "CAN",2020-01-31,0,0 "CAN",2020-02-01,0,0 "CAN",2020-02-02,0,0 @@ -2225,6 +2231,9 @@ "CAN",2022-02-08,57137952,48799 "CAN",2022-02-09,57195710,57758 "CAN",2022-02-10,57270143,74433 +"CAN",2022-02-11,57311862,41719 +"CAN",2022-02-12,57351760,39898 +"CAN",2022-02-13,57357225,5465 "MB",2020-01-31,0,0 "MB",2020-02-01,0,0 "MB",2020-02-02,0,0 @@ -2967,6 +2976,9 @@ "MB",2022-02-08,1435501,1249 "MB",2022-02-09,1436777,1276 "MB",2022-02-10,1438277,1500 +"MB",2022-02-11,1439706,1429 +"MB",2022-02-12,1441304,1598 +"MB",2022-02-13,1441304,0 "NB",2020-01-31,0,0 "NB",2020-02-01,0,0 "NB",2020-02-02,0,0 @@ -3709,6 +3721,9 @@ "NB",2022-02-08,706035,1179 "NB",2022-02-09,707332,1297 "NB",2022-02-10,708960,1628 +"NB",2022-02-11,710586,1626 +"NB",2022-02-12,712357,1771 +"NB",2022-02-13,713686,1329 "NL",2020-01-31,0,0 "NL",2020-02-01,0,0 "NL",2020-02-02,0,0 @@ -4451,6 +4466,9 @@ "NL",2022-02-08,552818,952 "NL",2022-02-09,553678,860 "NL",2022-02-10,555122,1444 +"NL",2022-02-11,556298,1176 +"NL",2022-02-12,557862,1564 +"NL",2022-02-13,557862,0 "NS",2020-01-31,0,0 "NS",2020-02-01,0,0 "NS",2020-02-02,0,0 @@ -5193,6 +5211,9 @@ "NS",2022-02-08,1730449,2085 "NS",2022-02-09,1732496,2047 "NS",2022-02-10,1735252,2756 +"NS",2022-02-11,1738247,2995 +"NS",2022-02-12,1740638,2391 +"NS",2022-02-13,1742900,2262 "NT",2020-01-31,0,0 "NT",2020-02-01,0,0 "NT",2020-02-02,0,0 @@ -5935,6 +5956,9 @@ "NT",2022-02-08,39886,8 "NT",2022-02-09,39903,17 "NT",2022-02-10,39929,26 +"NT",2022-02-11,39945,16 +"NT",2022-02-12,39959,14 +"NT",2022-02-13,39959,0 "NU",2020-01-31,0,0 "NU",2020-02-01,0,0 "NU",2020-02-02,0,0 @@ -6677,6 +6701,9 @@ "NU",2022-02-08,32620,441 "NU",2022-02-09,32915,295 "NU",2022-02-10,33093,178 +"NU",2022-02-11,33285,192 +"NU",2022-02-12,33285,0 +"NU",2022-02-13,33285,0 "ON",2020-01-31,0,0 "ON",2020-02-01,0,0 "ON",2020-02-02,0,0 @@ -7419,6 +7446,9 @@ "ON",2022-02-08,22619113,12880 "ON",2022-02-09,22634901,15788 "ON",2022-02-10,22657807,22906 +"ON",2022-02-11,22680224,22417 +"ON",2022-02-12,22701160,20936 +"ON",2022-02-13,22701160,0 "PE",2020-01-31,0,0 "PE",2020-02-01,0,0 "PE",2020-02-02,0,0 @@ -8161,6 +8191,9 @@ "PE",2022-02-08,255639,74 "PE",2022-02-09,255702,63 "PE",2022-02-10,255752,50 +"PE",2022-02-11,255799,47 +"PE",2022-02-12,255861,62 +"PE",2022-02-13,255861,0 "QC",2020-01-31,0,0 "QC",2020-02-01,0,0 "QC",2020-02-02,0,0 @@ -8903,6 +8936,9 @@ "QC",2022-02-08,16032623,17309 "QC",2022-02-09,16055715,23092 "QC",2022-02-10,16082494,26779 +"QC",2022-02-11,16082494,0 +"QC",2022-02-12,16082494,0 +"QC",2022-02-13,16082494,0 "RT",2020-01-31,0,0 "RT",2020-02-01,0,0 "RT",2020-02-02,0,0 @@ -9645,6 +9681,9 @@ "RT",2022-02-08,76,0 "RT",2022-02-09,76,0 "RT",2022-02-10,76,0 +"RT",2022-02-11,76,0 +"RT",2022-02-12,76,0 +"RT",2022-02-13,76,0 "SK",2020-01-31,0,0 "SK",2020-02-01,0,0 "SK",2020-02-02,0,0 @@ -10387,6 +10426,9 @@ "SK",2022-02-08,1453948,1590 "SK",2022-02-09,1455574,1626 "SK",2022-02-10,1457717,2143 +"SK",2022-02-11,1459675,1958 +"SK",2022-02-12,1461588,1913 +"SK",2022-02-13,1463462,1874 "YT",2020-01-31,0,0 "YT",2020-02-01,0,0 "YT",2020-02-02,0,0 @@ -11129,3 +11171,6 @@ "YT",2022-02-08,9129,0 "YT",2022-02-09,9129,0 "YT",2022-02-10,9129,0 +"YT",2022-02-11,9129,0 +"YT",2022-02-12,9129,0 +"YT",2022-02-13,9129,0 diff --git a/official_datasets/nt/nt_active_timeseries_subhr.csv b/official_datasets/nt/nt_active_timeseries_subhr.csv index 01e87cab..ecd7e60b 100644 --- a/official_datasets/nt/nt_active_timeseries_subhr.csv +++ b/official_datasets/nt/nt_active_timeseries_subhr.csv @@ -2785,3 +2785,10 @@ "active","NT","Northwest Territories","Sahtu","2022-02-13","22","0" "active","NT","Northwest Territories","Tłı̨chǫ","2022-02-13","36","0" "active","NT","Northwest Territories","Yellowknife","2022-02-13","397","0" +"active","NT","Northwest Territories","Beaufort Delta","2022-02-14","259","39" +"active","NT","Northwest Territories","Dehcho","2022-02-14","68","5" +"active","NT","Northwest Territories","Fort Smith","2022-02-14","167","43" +"active","NT","Northwest Territories","Hay River","2022-02-14","38","-19" +"active","NT","Northwest Territories","Sahtu","2022-02-14","29","7" +"active","NT","Northwest Territories","Tłı̨chǫ","2022-02-14","34","-2" +"active","NT","Northwest Territories","Yellowknife","2022-02-14","318","-79" diff --git a/official_datasets/nt/nt_cases_timeseries_subhr.csv b/official_datasets/nt/nt_cases_timeseries_subhr.csv index eb2738a4..365fdbe2 100644 --- a/official_datasets/nt/nt_cases_timeseries_subhr.csv +++ b/official_datasets/nt/nt_cases_timeseries_subhr.csv @@ -3289,3 +3289,31 @@ "cases_cumulative_residents","NT","Northwest Territories","Tłı̨chǫ","2022-02-13","1078","0" "cases_cumulative_nonresidents","NT","Northwest Territories","Yellowknife","2022-02-13","282","0" "cases_cumulative_residents","NT","Northwest Territories","Yellowknife","2022-02-13","3457","0" +"cases_cumulative_nonresidents","NT","Northwest Territories","Beaufort Delta","2022-02-14","9","0" +"cases_cumulative_residents","NT","Northwest Territories","Beaufort Delta","2022-02-14","1197","129" +"cases_cumulative_nonresidents","NT","Northwest Territories","Dehcho","2022-02-14","4","1" +"cases_cumulative_residents","NT","Northwest Territories","Dehcho","2022-02-14","473","23" +"cases_cumulative_nonresidents","NT","Northwest Territories","Fort Smith","2022-02-14","6","5" +"cases_cumulative_residents","NT","Northwest Territories","Fort Smith","2022-02-14","397","70" +"cases_cumulative_nonresidents","NT","Northwest Territories","Hay River","2022-02-14","14","1" +"cases_cumulative_residents","NT","Northwest Territories","Hay River","2022-02-14","472","13" +"cases_cumulative_nonresidents","NT","Northwest Territories","Sahtu","2022-02-14","19","0" +"cases_cumulative_residents","NT","Northwest Territories","Sahtu","2022-02-14","504","14" +"cases_cumulative_nonresidents","NT","Northwest Territories","Tłı̨chǫ","2022-02-14","2","0" +"cases_cumulative_residents","NT","Northwest Territories","Tłı̨chǫ","2022-02-14","1092","14" +"cases_cumulative_nonresidents","NT","Northwest Territories","Yellowknife","2022-02-14","292","10" +"cases_cumulative_residents","NT","Northwest Territories","Yellowknife","2022-02-14","3529","72" +"cases_cumulative_nonresidents","NT","Northwest Territories","Beaufort Delta","2022-02-14","9","0" +"cases_cumulative_residents","NT","Northwest Territories","Beaufort Delta","2022-02-14","1197","129" +"cases_cumulative_nonresidents","NT","Northwest Territories","Dehcho","2022-02-14","4","1" +"cases_cumulative_residents","NT","Northwest Territories","Dehcho","2022-02-14","473","23" +"cases_cumulative_nonresidents","NT","Northwest Territories","Fort Smith","2022-02-14","6","5" +"cases_cumulative_residents","NT","Northwest Territories","Fort Smith","2022-02-14","397","70" +"cases_cumulative_nonresidents","NT","Northwest Territories","Hay River","2022-02-14","14","1" +"cases_cumulative_residents","NT","Northwest Territories","Hay River","2022-02-14","472","13" +"cases_cumulative_nonresidents","NT","Northwest Territories","Sahtu","2022-02-14","19","0" +"cases_cumulative_residents","NT","Northwest Territories","Sahtu","2022-02-14","504","14" +"cases_cumulative_nonresidents","NT","Northwest Territories","Tłı̨chǫ","2022-02-14","2","0" +"cases_cumulative_residents","NT","Northwest Territories","Tłı̨chǫ","2022-02-14","1092","14" +"cases_cumulative_nonresidents","NT","Northwest Territories","Yellowknife","2022-02-14","292","10" +"cases_cumulative_residents","NT","Northwest Territories","Yellowknife","2022-02-14","3529","72" diff --git a/official_datasets/qc/qc_testing_datasets_prov.csv b/official_datasets/qc/qc_testing_datasets_prov.csv index 187f2d15..6d8a26f3 100644 --- a/official_datasets/qc/qc_testing_datasets_prov.csv +++ b/official_datasets/qc/qc_testing_datasets_prov.csv @@ -45,707 +45,710 @@ "44",2020-03-06,"Quebec",259,1,258,49,1,48,2.04,0,0 "45",2020-03-07,"Quebec",290,1,289,40,0,40,0,0,0 "46",2020-03-08,"Quebec",318,1,317,34,0,34,0,353,353 -"47",2020-03-09,"Quebec",371,1,370,63,0,63,0,68,421 -"48",2020-03-10,"Quebec",486,1,485,129,0,129,0,145,566 -"49",2020-03-11,"Quebec",669,3,666,211,2,209,0.95,225,791 -"50",2020-03-12,"Quebec",967,5,962,335,2,333,0.6,377,1168 -"51",2020-03-13,"Quebec",1191,6,1185,276,1,275,0.36,287,1455 -"52",2020-03-14,"Quebec",1749,7,1742,659,1,658,0.15,695,2150 -"53",2020-03-15,"Quebec",2391,9,2382,770,2,768,0.26,811,2961 -"54",2020-03-16,"Quebec",3318,14,3304,1082,5,1077,0.46,1157,4118 -"55",2020-03-17,"Quebec",4537,18,4519,1402,4,1398,0.29,1459,5577 -"56",2020-03-18,"Quebec",5798,26,5772,1472,8,1464,0.54,2246,7823 -"57",2020-03-19,"Quebec",8378,74,8304,3035,48,2987,1.58,3597,11420 -"58",2020-03-20,"Quebec",11433,149,11284,3563,75,3488,2.1,3990,15410 -"59",2020-03-21,"Quebec",15096,288,14808,4218,139,4079,3.3,3995,19405 -"60",2020-03-22,"Quebec",18434,459,17975,3829,171,3658,4.47,4434,23839 -"61",2020-03-23,"Quebec",22485,717,21768,4772,258,4514,5.41,3952,27791 -"62",2020-03-24,"Quebec",25683,937,24746,3766,220,3546,5.84,4024,31815 -"63",2020-03-25,"Quebec",30111,1186,28925,5256,249,5007,4.74,5394,37209 -"64",2020-03-26,"Quebec",35151,1530,33621,5958,344,5614,5.77,5299,42508 -"65",2020-03-27,"Quebec",40572,1963,38609,6360,433,5927,6.81,6119,48627 -"66",2020-03-28,"Quebec",45528,2368,43160,5923,405,5518,6.84,5773,54400 -"67",2020-03-29,"Quebec",51607,2868,48739,7248,500,6748,6.9,6856,61256 -"68",2020-03-30,"Quebec",58348,3471,54877,8007,603,7404,7.53,7511,68767 -"69",2020-03-31,"Quebec",64329,4224,60105,7231,753,6478,10.41,7569,76336 -"70",2020-04-01,"Quebec",69485,4798,64687,6288,574,5714,9.13,6493,82829 -"71",2020-04-02,"Quebec",74995,5513,69482,6761,715,6046,10.58,7182,90011 -"72",2020-04-03,"Quebec",80694,6126,74568,7009,613,6396,8.75,7743,97754 -"73",2020-04-04,"Quebec",84543,6749,77794,4959,623,4336,12.56,4990,102744 -"74",2020-04-05,"Quebec",87261,7255,80006,3590,506,3084,14.09,3978,106722 -"75",2020-04-06,"Quebec",90726,7867,82859,4442,612,3830,13.78,4805,111527 -"76",2020-04-07,"Quebec",94713,8687,86026,5110,820,4290,16.05,5394,116921 -"77",2020-04-08,"Quebec",98085,9240,88845,4422,553,3869,12.51,4968,121889 -"78",2020-04-09,"Quebec",102121,10048,92073,5348,808,4540,15.11,5508,127397 -"79",2020-04-10,"Quebec",105762,10611,95151,5045,563,4482,11.16,5267,132664 -"80",2020-04-11,"Quebec",109463,11263,98200,5245,652,4593,12.43,6923,139587 -"81",2020-04-12,"Quebec",113538,12084,101454,6064,821,5243,13.54,6230,145817 -"82",2020-04-13,"Quebec",118064,12944,105120,6918,860,6058,12.43,7016,152833 -"83",2020-04-14,"Quebec",122458,13995,108463,6550,1051,5499,16.05,7174,160007 -"84",2020-04-15,"Quebec",126960,14879,112081,6286,884,5402,14.06,6562,166569 -"85",2020-04-16,"Quebec",131287,15741,115546,6120,862,5258,14.08,6707,173276 -"86",2020-04-17,"Quebec",135187,16575,118612,5815,834,4981,14.34,6363,179639 -"87",2020-04-18,"Quebec",138927,17262,121665,5335,687,4648,12.88,5898,185537 -"88",2020-04-19,"Quebec",142193,17919,124274,4908,657,4251,13.39,5379,190916 -"89",2020-04-20,"Quebec",145478,18618,126860,4794,699,4095,14.58,6336,197252 -"90",2020-04-21,"Quebec",148963,19287,129676,5312,669,4643,12.59,5963,203215 -"91",2020-04-22,"Quebec",153247,20082,133165,6592,795,5797,12.06,8598,211813 -"92",2020-04-23,"Quebec",157433,20828,136605,6345,746,5599,11.76,6600,218413 -"93",2020-04-24,"Quebec",161659,21604,140055,6361,776,5585,12.2,7630,226043 -"94",2020-04-25,"Quebec",165614,22279,143335,6086,675,5411,11.09,6339,232382 -"95",2020-04-26,"Quebec",169024,22883,146141,5703,604,5099,10.59,7013,239395 -"96",2020-04-27,"Quebec",172448,23575,148873,5328,692,4636,12.99,6413,245808 -"97",2020-04-28,"Quebec",176425,24383,152042,6441,808,5633,12.54,7118,252926 -"98",2020-04-29,"Quebec",180939,25230,155709,7111,847,6264,11.91,8801,261727 -"99",2020-04-30,"Quebec",185334,26041,159293,6942,811,6131,11.68,8613,270340 -"100",2020-05-01,"Quebec",189887,26886,163001,7509,845,6664,11.25,9672,280012 -"101",2020-05-02,"Quebec",194035,27644,166391,6767,758,6009,11.2,7809,287821 -"102",2020-05-03,"Quebec",197683,28375,169308,5957,731,5226,12.27,7955,295776 -"103",2020-05-04,"Quebec",200650,28945,171705,4965,570,4395,11.48,6937,302713 -"104",2020-05-05,"Quebec",204891,29789,175102,7255,844,6411,11.63,9117,311830 -"105",2020-05-06,"Quebec",209822,30665,179157,8068,876,7192,10.86,9452,321282 -"106",2020-05-07,"Quebec",214688,31453,183235,7836,788,7048,10.06,10033,331315 -"107",2020-05-08,"Quebec",219822,32145,187677,8167,692,7475,8.47,10831,342146 -"108",2020-05-09,"Quebec",224535,32751,191784,7519,606,6913,8.06,9042,351188 -"109",2020-05-10,"Quebec",228973,33421,195552,7356,670,6686,9.11,8995,360183 -"110",2020-05-11,"Quebec",232852,33981,198871,6334,560,5774,8.84,8981,369164 -"111",2020-05-12,"Quebec",238155,34610,203545,8464,629,7835,7.43,11302,380466 -"112",2020-05-13,"Quebec",244006,35290,208716,9137,680,8457,7.44,11363,391829 -"113",2020-05-14,"Quebec",250376,36005,214371,10009,715,9294,7.14,13169,404998 -"114",2020-05-15,"Quebec",256918,36699,220219,10320,694,9626,6.72,12054,417052 -"115",2020-05-16,"Quebec",263764,37434,226330,10678,735,9943,6.88,13435,430487 -"116",2020-05-17,"Quebec",269056,38059,230997,8533,625,7908,7.32,10203,440690 -"117",2020-05-18,"Quebec",273205,38604,234601,6756,545,6211,8.07,9582,450272 -"118",2020-05-19,"Quebec",278424,39233,239191,8982,629,8353,7,11608,461880 -"119",2020-05-20,"Quebec",284603,39891,244712,10135,658,9477,6.49,12506,474386 -"120",2020-05-21,"Quebec",291457,40545,250912,11780,654,11126,5.55,14572,488958 -"121",2020-05-22,"Quebec",298920,41057,257863,12167,512,11655,4.21,15375,504333 -"122",2020-05-23,"Quebec",306663,41558,265105,12086,501,11585,4.15,13533,517866 -"123",2020-05-24,"Quebec",313608,42100,271508,10830,542,10288,5,12121,529987 -"124",2020-05-25,"Quebec",317869,42458,275411,7181,358,6823,4.99,10112,540099 -"125",2020-05-26,"Quebec",323724,42855,280869,10066,397,9669,3.94,12972,553071 -"126",2020-05-27,"Quebec",331047,43266,287781,12087,411,11676,3.4,14949,568020 -"127",2020-05-28,"Quebec",338334,43650,294684,12031,384,11647,3.19,13868,581888 -"128",2020-05-29,"Quebec",345002,44032,300970,11890,382,11508,3.21,13853,595741 -"129",2020-05-30,"Quebec",351517,44399,307118,11601,367,11234,3.16,12985,608726 -"130",2020-05-31,"Quebec",356761,44646,312115,8368,247,8121,2.95,9458,618184 -"131",2020-06-01,"Quebec",361206,44900,316306,7049,254,6795,3.6,9646,627830 -"132",2020-06-02,"Quebec",366758,45129,321629,9560,229,9331,2.4,12444,640274 -"133",2020-06-03,"Quebec",372795,45363,327432,10076,234,9842,2.32,12490,652764 -"134",2020-06-04,"Quebec",378329,45599,332730,9366,236,9130,2.52,10789,663553 -"135",2020-06-05,"Quebec",384974,45835,339139,10587,236,10351,2.23,12657,676210 -"136",2020-06-06,"Quebec",389860,46048,343812,7995,213,7782,2.66,9576,685786 -"137",2020-06-07,"Quebec",393296,46205,347091,5717,157,5560,2.75,6924,692710 -"138",2020-06-08,"Quebec",396493,46323,350170,5584,118,5466,2.11,7995,700705 -"139",2020-06-09,"Quebec",401306,46494,354812,8716,171,8545,1.96,9676,710381 -"140",2020-06-10,"Quebec",405981,46649,359332,7938,155,7783,1.95,9101,719482 -"141",2020-06-11,"Quebec",410437,46790,363647,7779,141,7638,1.81,9493,728975 -"142",2020-06-12,"Quebec",416057,46941,369116,8985,151,8834,1.68,9480,738455 -"143",2020-06-13,"Quebec",420290,47047,373243,6893,106,6787,1.54,7079,745534 -"144",2020-06-14,"Quebec",423123,47131,375992,4675,84,4591,1.8,5200,750734 -"145",2020-06-15,"Quebec",426378,47222,379156,5337,91,5246,1.71,6812,757546 -"146",2020-06-16,"Quebec",431270,47322,383948,8525,100,8425,1.17,8889,766435 -"147",2020-06-17,"Quebec",436426,47437,388989,8814,115,8699,1.3,9803,776238 -"148",2020-06-18,"Quebec",441681,47540,394141,9054,103,8951,1.14,9876,786114 -"149",2020-06-19,"Quebec",446792,47636,399156,8609,96,8513,1.12,8290,794404 -"150",2020-06-20,"Quebec",451405,47725,403680,7545,89,7456,1.18,7742,802146 -"151",2020-06-21,"Quebec",454399,47800,406599,4991,75,4916,1.5,5880,808026 -"152",2020-06-22,"Quebec",457480,47867,409613,5024,67,4957,1.33,6185,814211 -"153",2020-06-23,"Quebec",461982,47944,414038,7864,77,7787,0.98,7917,822128 -"154",2020-06-24,"Quebec",466776,48026,418750,8098,82,8016,1.01,8113,830241 -"155",2020-06-25,"Quebec",470637,48095,422542,6361,69,6292,1.08,7323,837564 -"156",2020-06-26,"Quebec",475981,48156,427825,8966,61,8905,0.68,9091,846655 -"157",2020-06-27,"Quebec",480880,48230,432650,7730,74,7656,0.96,7788,854443 -"158",2020-06-28,"Quebec",484548,48282,436266,5673,52,5621,0.92,5424,859867 -"159",2020-06-29,"Quebec",488071,48315,439756,5702,33,5669,0.58,6770,866637 -"160",2020-06-30,"Quebec",493207,48402,444805,8324,87,8237,1.05,8879,875516 -"161",2020-07-01,"Quebec",498371,48483,449888,8238,81,8157,0.98,8681,884197 -"162",2020-07-02,"Quebec",502298,48553,453745,6646,70,6576,1.05,7918,892115 -"163",2020-07-03,"Quebec",507213,48639,458574,7833,86,7747,1.1,7919,900034 -"164",2020-07-04,"Quebec",511163,48730,462433,6280,91,6189,1.45,6268,906302 -"165",2020-07-05,"Quebec",514633,48783,465850,5332,53,5279,0.99,5318,911620 -"166",2020-07-06,"Quebec",518823,48847,469976,6502,64,6438,0.98,7302,918922 -"167",2020-07-07,"Quebec",524118,48952,475166,8450,105,8345,1.24,9279,928201 -"168",2020-07-08,"Quebec",530575,49073,481502,10352,121,10231,1.17,10504,938705 -"169",2020-07-09,"Quebec",537456,49193,488263,11576,120,11456,1.04,12034,950739 -"170",2020-07-10,"Quebec",544090,49290,494800,10707,97,10610,0.91,11277,962016 -"171",2020-07-11,"Quebec",550402,49398,501004,9994,108,9886,1.08,10118,972134 -"172",2020-07-12,"Quebec",555468,49472,505996,7700,74,7626,0.96,8215,980349 -"173",2020-07-13,"Quebec",561613,49608,512005,9114,136,8978,1.49,9660,990009 -"174",2020-07-14,"Quebec",569133,49727,519406,11596,119,11477,1.03,12041,1002050 -"175",2020-07-15,"Quebec",577486,49880,527606,13454,153,13301,1.14,14383,1016433 -"176",2020-07-16,"Quebec",586370,50016,536354,14036,136,13900,0.97,14525,1030958 -"177",2020-07-17,"Quebec",596408,50192,546216,15320,176,15144,1.15,16466,1047424 -"178",2020-07-18,"Quebec",605722,50387,555335,13854,195,13659,1.41,13358,1060782 -"179",2020-07-19,"Quebec",613046,50498,562548,10824,111,10713,1.03,10834,1071616 -"180",2020-07-20,"Quebec",620266,50639,569627,10974,141,10833,1.28,11843,1083459 -"181",2020-07-21,"Quebec",629607,50831,578776,14256,192,14064,1.35,14310,1097769 -"182",2020-07-22,"Quebec",639580,51015,588565,15683,184,15499,1.17,16342,1114111 -"183",2020-07-23,"Quebec",649797,51176,598621,16655,161,16494,0.97,16953,1131064 -"184",2020-07-24,"Quebec",658881,51327,607554,14576,151,14425,1.04,15218,1146282 -"185",2020-07-25,"Quebec",666904,51470,615434,12678,143,12535,1.13,12774,1159056 -"186",2020-07-26,"Quebec",674601,51575,623026,11748,105,11643,0.89,10877,1169933 -"187",2020-07-27,"Quebec",682809,51685,631124,12624,110,12514,0.87,13498,1183431 -"188",2020-07-28,"Quebec",692113,51819,640294,14365,134,14231,0.93,15194,1198625 -"189",2020-07-29,"Quebec",702726,51989,650737,17551,170,17381,0.97,18255,1216880 -"190",2020-07-30,"Quebec",712590,52144,660446,16565,155,16410,0.94,17032,1233912 -"191",2020-07-31,"Quebec",722069,52263,669806,16150,119,16031,0.74,16733,1250645 -"192",2020-08-01,"Quebec",731158,52383,678775,14846,120,14726,0.81,13918,1264563 -"193",2020-08-02,"Quebec",737604,52481,685123,10201,98,10103,0.96,10325,1274888 -"194",2020-08-03,"Quebec",745018,52618,692400,11775,137,11638,1.16,12429,1287317 -"195",2020-08-04,"Quebec",755255,52765,702490,16244,147,16097,0.9,16293,1303610 -"196",2020-08-05,"Quebec",765116,52885,712231,16412,120,16292,0.73,16472,1320082 -"197",2020-08-06,"Quebec",775296,52987,722309,17057,102,16955,0.6,18077,1338159 -"198",2020-08-07,"Quebec",784419,53104,731315,16076,117,15959,0.73,16650,1354809 -"199",2020-08-08,"Quebec",793201,53219,739982,14115,115,14000,0.81,14636,1369445 -"200",2020-08-09,"Quebec",799973,53307,746666,10695,88,10607,0.82,9305,1378750 -"201",2020-08-10,"Quebec",806411,53386,753025,10764,79,10685,0.73,11649,1390399 -"202",2020-08-11,"Quebec",815581,53492,762089,15405,106,15299,0.69,16239,1406638 -"203",2020-08-12,"Quebec",824900,53588,771312,16742,96,16646,0.57,17137,1423775 -"204",2020-08-13,"Quebec",834248,53666,780582,17198,78,17120,0.45,17890,1441665 -"205",2020-08-14,"Quebec",843091,53729,789362,15056,63,14993,0.42,15765,1457430 -"206",2020-08-15,"Quebec",850597,53786,796811,12318,57,12261,0.46,11809,1469239 -"207",2020-08-16,"Quebec",856532,53833,802699,9591,47,9544,0.49,9762,1479001 -"208",2020-08-17,"Quebec",863616,53884,809732,11451,51,11400,0.45,12276,1491277 -"209",2020-08-18,"Quebec",872520,53967,818553,15153,83,15070,0.55,15783,1507060 -"210",2020-08-19,"Quebec",881845,54056,827789,16602,89,16513,0.54,17062,1524122 -"211",2020-08-20,"Quebec",891057,54159,836898,16612,103,16509,0.62,17833,1541955 -"212",2020-08-21,"Quebec",898483,54255,844228,13646,96,13550,0.7,14303,1556258 -"213",2020-08-22,"Quebec",905515,54340,851175,12290,85,12205,0.69,12096,1568354 -"214",2020-08-23,"Quebec",910769,54386,856383,8726,46,8680,0.53,8680,1577034 -"215",2020-08-24,"Quebec",916325,54439,861886,9593,53,9540,0.55,10773,1587807 -"216",2020-08-25,"Quebec",924645,54552,870093,14929,113,14816,0.76,15707,1603514 -"217",2020-08-26,"Quebec",932883,54678,878205,15211,126,15085,0.83,16197,1619711 -"218",2020-08-27,"Quebec",940538,54775,885763,15268,97,15171,0.64,16377,1636088 -"219",2020-08-28,"Quebec",948146,54903,893243,14557,128,14429,0.88,14098,1650186 -"220",2020-08-29,"Quebec",954786,55021,899765,11872,118,11754,0.99,11861,1662047 -"221",2020-08-30,"Quebec",960415,55138,905277,9435,117,9318,1.24,10236,1672283 -"222",2020-08-31,"Quebec",966522,55270,911252,10631,132,10499,1.24,11762,1684045 -"223",2020-09-01,"Quebec",975377,55454,919923,15499,184,15315,1.19,15891,1699936 -"224",2020-09-02,"Quebec",983815,55619,928196,15849,165,15684,1.04,17166,1717102 -"225",2020-09-03,"Quebec",994031,55836,938195,18622,217,18405,1.17,20219,1737321 -"226",2020-09-04,"Quebec",1003474,56035,947439,16994,199,16795,1.17,17329,1754650 -"227",2020-09-05,"Quebec",1012306,56253,956053,14744,218,14526,1.48,14050,1768700 -"228",2020-09-06,"Quebec",1020198,56444,963754,12498,191,12307,1.53,12097,1780797 -"229",2020-09-07,"Quebec",1028106,56595,971511,12802,151,12651,1.18,13663,1794460 -"230",2020-09-08,"Quebec",1038301,56800,981501,16504,205,16299,1.24,17857,1812317 -"231",2020-09-09,"Quebec",1051316,57045,994271,21891,245,21646,1.12,22961,1835278 -"232",2020-09-10,"Quebec",1064610,57288,1007322,22724,243,22481,1.07,24857,1860135 -"233",2020-09-11,"Quebec",1078268,57634,1020634,23496,346,23150,1.47,22180,1882315 -"234",2020-09-12,"Quebec",1090965,57964,1033001,21363,330,21033,1.54,21723,1904038 -"235",2020-09-13,"Quebec",1102891,58248,1044643,18674,284,18390,1.52,18360,1922398 -"236",2020-09-14,"Quebec",1114701,58497,1056204,18884,249,18635,1.32,21115,1943513 -"237",2020-09-15,"Quebec",1129054,58816,1070238,23561,319,23242,1.35,23823,1967336 -"238",2020-09-16,"Quebec",1144819,59134,1085685,26323,318,26005,1.21,27515,1994851 -"239",2020-09-17,"Quebec",1159848,59493,1100355,25379,359,25020,1.41,27165,2022016 -"240",2020-09-18,"Quebec",1176938,59987,1116951,30041,494,29547,1.64,30293,2052309 -"241",2020-09-19,"Quebec",1190159,60434,1129725,22798,447,22351,1.96,23090,2075399 -"242",2020-09-20,"Quebec",1204082,60934,1143148,22819,500,22319,2.19,22065,2097464 -"243",2020-09-21,"Quebec",1217905,61438,1156467,22323,504,21819,2.26,25634,2123098 -"244",2020-09-22,"Quebec",1232947,61971,1170976,25400,533,24867,2.1,27667,2150765 -"245",2020-09-23,"Quebec",1248738,62629,1186109,27423,658,26765,2.4,28523,2179288 -"246",2020-09-24,"Quebec",1265658,63362,1202296,30206,733,29473,2.43,30659,2209947 -"247",2020-09-25,"Quebec",1281383,64148,1217235,28618,786,27832,2.75,31242,2241189 -"248",2020-09-26,"Quebec",1296312,65022,1231290,26583,874,25709,3.29,25842,2267031 -"249",2020-09-27,"Quebec",1309485,65941,1243544,22777,919,21858,4.03,22718,2289749 -"250",2020-09-28,"Quebec",1323784,66810,1256974,24636,869,23767,3.53,25763,2315512 -"251",2020-09-29,"Quebec",1339337,67781,1271556,28775,971,27804,3.37,30549,2346061 -"252",2020-09-30,"Quebec",1354533,68846,1285687,29375,1065,28310,3.63,31442,2377503 -"253",2020-10-01,"Quebec",1369042,69955,1299087,29247,1109,28138,3.79,30762,2408265 -"254",2020-10-02,"Quebec",1385059,71257,1313802,30848,1302,29546,4.22,30620,2438885 -"255",2020-10-03,"Quebec",1399254,72294,1326960,27162,1037,26125,3.82,27184,2466069 -"256",2020-10-04,"Quebec",1411476,73211,1338265,22398,917,21481,4.09,21685,2487754 -"257",2020-10-05,"Quebec",1423177,74015,1349162,22052,804,21248,3.65,24124,2511878 -"258",2020-10-06,"Quebec",1437858,75107,1362751,28692,1092,27600,3.81,30086,2541964 -"259",2020-10-07,"Quebec",1450739,76102,1374637,27585,995,26590,3.61,29573,2571537 -"260",2020-10-08,"Quebec",1465208,77203,1388005,31090,1101,29989,3.54,31480,2603017 -"261",2020-10-09,"Quebec",1478021,78262,1399759,26618,1059,25559,3.98,26886,2629903 -"262",2020-10-10,"Quebec",1488768,79227,1409541,22396,965,21431,4.31,21808,2651711 -"263",2020-10-11,"Quebec",1499173,80205,1418968,19595,978,18617,4.99,19646,2671357 -"264",2020-10-12,"Quebec",1507700,80900,1426800,17130,695,16435,4.06,18943,2690300 -"265",2020-10-13,"Quebec",1518335,81922,1436413,22480,1022,21458,4.55,23386,2713686 -"266",2020-10-14,"Quebec",1530818,83094,1447724,28160,1172,26988,4.16,29784,2743470 -"267",2020-10-15,"Quebec",1542736,84263,1458473,27123,1169,25954,4.31,28028,2771498 -"268",2020-10-16,"Quebec",1553377,85504,1467873,24296,1241,23055,5.11,24287,2795785 -"269",2020-10-17,"Quebec",1562241,86397,1475844,19987,893,19094,4.47,20595,2816380 -"270",2020-10-18,"Quebec",1570519,87191,1483328,17125,794,16331,4.64,17932,2834312 -"271",2020-10-19,"Quebec",1578893,88072,1490821,18558,881,17677,4.75,20202,2854514 -"272",2020-10-20,"Quebec",1590366,89133,1501233,25555,1061,24494,4.15,26379,2880893 -"273",2020-10-21,"Quebec",1600830,90103,1510727,25331,970,24361,3.83,26288,2907181 -"274",2020-10-22,"Quebec",1611164,91020,1520144,25979,917,25062,3.53,26581,2933762 -"275",2020-10-23,"Quebec",1621254,92047,1529207,25107,1027,24080,4.09,26032,2959794 -"276",2020-10-24,"Quebec",1630390,92940,1537450,21273,893,20380,4.2,21007,2980801 -"277",2020-10-25,"Quebec",1639128,93829,1545299,18276,889,17387,4.86,18578,2999379 -"278",2020-10-26,"Quebec",1646535,94546,1551989,17193,717,16476,4.17,19614,3018993 -"279",2020-10-27,"Quebec",1657159,95617,1561542,25586,1071,24515,4.19,27010,3046003 -"280",2020-10-28,"Quebec",1666975,96546,1570429,25386,929,24457,3.66,26642,3072645 -"281",2020-10-29,"Quebec",1676526,97557,1578969,25872,1011,24861,3.91,27993,3100638 -"282",2020-10-30,"Quebec",1686396,98531,1587865,25258,974,24284,3.86,25279,3125917 -"283",2020-10-31,"Quebec",1695115,99597,1595518,21599,1066,20533,4.94,22487,3148404 -"284",2020-11-01,"Quebec",1702811,100511,1602300,16870,914,15956,5.42,17057,3165461 -"285",2020-11-02,"Quebec",1710469,101340,1609129,17982,829,17153,4.61,19597,3185058 -"286",2020-11-03,"Quebec",1720297,102402,1617895,24223,1062,23161,4.38,25563,3210621 -"287",2020-11-04,"Quebec",1730394,103542,1626852,27384,1140,26244,4.16,28925,3239546 -"288",2020-11-05,"Quebec",1740693,104874,1635819,27457,1332,26125,4.85,29776,3269322 -"289",2020-11-06,"Quebec",1750445,106132,1644313,26430,1258,25172,4.76,26951,3296273 -"290",2020-11-07,"Quebec",1759992,107402,1652590,22048,1270,20778,5.76,21884,3318157 -"291",2020-11-08,"Quebec",1768589,108616,1659973,18913,1214,17699,6.42,19848,3338005 -"292",2020-11-09,"Quebec",1777631,109916,1667715,19848,1300,18548,6.55,21851,3359856 -"293",2020-11-10,"Quebec",1787301,111178,1676123,25807,1262,24545,4.89,28078,3387934 -"294",2020-11-11,"Quebec",1798081,112438,1685643,27946,1260,26686,4.51,28916,3416850 -"295",2020-11-12,"Quebec",1808979,113833,1695146,28660,1395,27265,4.87,29846,3446696 -"296",2020-11-13,"Quebec",1820101,115259,1704842,29336,1426,27910,4.86,29512,3476208 -"297",2020-11-14,"Quebec",1829797,116397,1713400,25810,1138,24672,4.41,26864,3503072 -"298",2020-11-15,"Quebec",1838741,117508,1721233,20617,1111,19506,5.39,21685,3524757 -"299",2020-11-16,"Quebec",1847436,118537,1728899,20576,1029,19547,5,23289,3548046 -"300",2020-11-17,"Quebec",1858544,119796,1738748,28821,1259,27562,4.37,30045,3578091 -"301",2020-11-18,"Quebec",1869368,121040,1748328,30453,1244,29209,4.08,33422,3611513 -"302",2020-11-19,"Quebec",1879369,122224,1757145,30130,1184,28946,3.93,31696,3643209 -"303",2020-11-20,"Quebec",1888935,123366,1765569,29403,1142,28261,3.88,31469,3674678 -"304",2020-11-21,"Quebec",1898097,124455,1773642,25517,1089,24428,4.27,26091,3700769 -"305",2020-11-22,"Quebec",1906741,125727,1781014,21115,1272,19843,6.02,21378,3722147 -"306",2020-11-23,"Quebec",1914057,126712,1787345,18916,985,17931,5.21,21697,3743844 -"307",2020-11-24,"Quebec",1923727,127985,1795742,28833,1273,27560,4.42,31323,3775167 -"308",2020-11-25,"Quebec",1934189,129407,1804782,30838,1422,29416,4.61,32144,3807311 -"309",2020-11-26,"Quebec",1944173,130776,1813397,30629,1369,29260,4.47,31484,3838795 -"310",2020-11-27,"Quebec",1953365,132185,1821180,28328,1409,26919,4.97,28679,3867474 -"311",2020-11-28,"Quebec",1961619,133458,1828161,25574,1273,24301,4.98,24064,3891538 -"312",2020-11-29,"Quebec",1970186,134701,1835485,21240,1243,19997,5.85,21555,3913093 -"313",2020-11-30,"Quebec",1978766,136110,1842656,21526,1409,20117,6.55,24081,3937174 -"314",2020-12-01,"Quebec",1989443,137694,1851749,31522,1584,29938,5.03,33469,3970643 -"315",2020-12-02,"Quebec",2000121,139299,1860822,31415,1605,29810,5.11,33582,4004225 -"316",2020-12-03,"Quebec",2011621,141008,1870613,35039,1709,33330,4.88,36097,4040322 -"317",2020-12-04,"Quebec",2022108,142598,1879510,31305,1590,29715,5.08,30974,4071296 -"318",2020-12-05,"Quebec",2033609,144295,1889314,30843,1697,29146,5.5,31206,4102502 -"319",2020-12-06,"Quebec",2043570,145791,1897779,24369,1496,22873,6.14,25279,4127781 -"320",2020-12-07,"Quebec",2053076,147283,1905793,24695,1492,23203,6.04,27674,4155455 -"321",2020-12-08,"Quebec",2063909,149032,1914877,32655,1749,30906,5.36,34484,4189939 -"322",2020-12-09,"Quebec",2075310,150826,1924484,34194,1794,32400,5.25,36265,4226204 -"323",2020-12-10,"Quebec",2087088,152641,1934447,36425,1815,34610,4.98,38716,4264920 -"324",2020-12-11,"Quebec",2099081,154641,1944440,38262,2000,36262,5.23,38662,4303582 -"325",2020-12-12,"Quebec",2110496,156504,1953992,31971,1863,30108,5.83,32572,4336154 -"326",2020-12-13,"Quebec",2120474,158188,1962286,25437,1684,23753,6.62,25552,4361706 -"327",2020-12-14,"Quebec",2130706,160072,1970634,26202,1884,24318,7.19,30984,4392690 -"328",2020-12-15,"Quebec",2142143,161938,1980205,34812,1866,32946,5.36,38352,4431042 -"329",2020-12-16,"Quebec",2153588,164059,1989529,35833,2121,33712,5.92,37128,4468170 -"330",2020-12-17,"Quebec",2165794,166249,1999545,37636,2190,35446,5.82,39721,4507891 -"331",2020-12-18,"Quebec",2177470,168273,2009197,36011,2024,33987,5.62,36362,4544253 -"332",2020-12-19,"Quebec",2188782,170433,2018349,32695,2160,30535,6.61,32116,4576369 -"333",2020-12-20,"Quebec",2199546,172426,2027120,27265,1993,25272,7.31,27322,4603691 -"334",2020-12-21,"Quebec",2210514,174425,2036089,28906,1999,26907,6.92,33046,4636737 -"335",2020-12-22,"Quebec",2221481,176625,2044856,36090,2200,33890,6.1,36991,4673728 -"336",2020-12-23,"Quebec",2233404,178996,2054408,39413,2371,37042,6.02,40024,4713752 -"337",2020-12-24,"Quebec",2243889,181406,2062483,33739,2410,31329,7.14,32837,4746589 -"338",2020-12-25,"Quebec",2252322,183724,2068598,25181,2318,22863,9.21,25009,4771598 -"339",2020-12-26,"Quebec",2259726,185776,2073950,18649,2052,16597,11,19679,4791277 -"340",2020-12-27,"Quebec",2267331,188012,2079319,19988,2236,17752,11.19,20377,4811654 -"341",2020-12-28,"Quebec",2274874,190158,2084716,22183,2146,20037,9.67,26114,4837768 -"342",2020-12-29,"Quebec",2284809,193256,2091553,34172,3098,31074,9.07,36496,4874264 -"343",2020-12-30,"Quebec",2295226,196256,2098970,35436,3000,32436,8.47,36092,4910356 -"344",2020-12-31,"Quebec",2304493,198800,2105693,30070,2544,27526,8.46,30196,4940552 -"345",2021-01-01,"Quebec",2312667,201222,2111445,24321,2422,21899,9.96,23471,4964023 -"346",2021-01-02,"Quebec",2320393,203507,2116886,20520,2285,18235,11.14,21865,4985888 -"347",2021-01-03,"Quebec",2328325,205844,2122481,21029,2337,18692,11.11,21620,5007508 -"348",2021-01-04,"Quebec",2337023,208353,2128670,26035,2509,23526,9.64,28487,5035995 -"349",2021-01-05,"Quebec",2347013,210981,2136032,34162,2628,31534,7.69,36519,5072514 -"350",2021-01-06,"Quebec",2357745,213628,2144117,37103,2647,34456,7.13,39258,5111772 -"351",2021-01-07,"Quebec",2368890,216419,2152471,38780,2791,35989,7.2,38620,5150392 -"352",2021-01-08,"Quebec",2379663,218930,2160733,36906,2511,34395,6.8,35547,5185939 -"353",2021-01-09,"Quebec",2388821,220911,2167910,28455,1981,26474,6.96,28839,5214778 -"354",2021-01-10,"Quebec",2397869,223145,2174724,24898,2234,22664,8.97,25858,5240636 -"355",2021-01-11,"Quebec",2405740,224982,2180758,25302,1837,23465,7.26,28528,5269164 -"356",2021-01-12,"Quebec",2415694,227135,2188559,34604,2153,32451,6.22,35797,5304961 -"357",2021-01-13,"Quebec",2425047,229170,2195877,36913,2035,34878,5.51,38932,5343893 -"358",2021-01-14,"Quebec",2434278,231117,2203161,35947,1947,34000,5.42,37291,5381184 -"359",2021-01-15,"Quebec",2444539,233108,2211431,36207,1991,34216,5.5,35727,5416911 -"360",2021-01-16,"Quebec",2453403,234887,2218516,29554,1779,27775,6.02,28594,5445505 -"361",2021-01-17,"Quebec",2460597,236260,2224337,21541,1373,20168,6.37,22472,5467977 -"362",2021-01-18,"Quebec",2467597,237631,2229966,22641,1371,21270,6.06,25104,5493081 -"363",2021-01-19,"Quebec",2476797,239198,2237599,33280,1567,31713,4.71,35209,5528290 -"364",2021-01-20,"Quebec",2485881,240804,2245077,34900,1606,33294,4.6,37072,5565362 -"365",2021-01-21,"Quebec",2495805,242470,2253335,37996,1666,36330,4.38,39191,5604553 -"366",2021-01-22,"Quebec",2504593,243961,2260632,34406,1491,32915,4.33,35042,5639595 -"367",2021-01-23,"Quebec",2513312,245340,2267972,28704,1379,27325,4.8,28669,5668264 -"368",2021-01-24,"Quebec",2520297,246473,2273824,21178,1133,20045,5.35,21835,5690099 -"369",2021-01-25,"Quebec",2527879,247645,2280234,24193,1172,23021,4.84,28081,5718180 -"370",2021-01-26,"Quebec",2537429,248989,2288440,34366,1344,33022,3.91,36075,5754255 -"371",2021-01-27,"Quebec",2546980,250249,2296731,35870,1260,34610,3.51,37303,5791558 -"372",2021-01-28,"Quebec",2556067,251553,2304514,34493,1304,33189,3.78,35428,5826986 -"373",2021-01-29,"Quebec",2565079,252829,2312250,33061,1276,31785,3.86,33039,5860025 -"374",2021-01-30,"Quebec",2573623,254039,2319584,27514,1210,26304,4.4,27329,5887354 -"375",2021-01-31,"Quebec",2580642,254954,2325688,20366,915,19451,4.49,22387,5909741 -"376",2021-02-01,"Quebec",2587700,255835,2331865,23360,881,22479,3.77,26978,5936719 -"377",2021-02-02,"Quebec",2597002,257009,2339993,33895,1174,32721,3.46,35094,5971813 -"378",2021-02-03,"Quebec",2605439,258110,2347329,31265,1101,30164,3.52,32935,6004748 -"379",2021-02-04,"Quebec",2613821,259113,2354708,32247,1003,31244,3.11,34315,6039063 -"380",2021-02-05,"Quebec",2623199,260339,2362860,32454,1226,31228,3.78,33777,6072840 -"381",2021-02-06,"Quebec",2630822,261413,2369409,25000,1074,23926,4.3,24529,6097369 -"382",2021-02-07,"Quebec",2637414,262231,2375183,19125,818,18307,4.28,19827,6117196 -"383",2021-02-08,"Quebec",2644400,262975,2381425,21990,744,21246,3.38,25318,6142514 -"384",2021-02-09,"Quebec",2653753,263902,2389851,31723,927,30796,2.92,33653,6176167 -"385",2021-02-10,"Quebec",2663029,265050,2397979,31319,1148,30171,3.67,33188,6209355 -"386",2021-02-11,"Quebec",2672318,266020,2406298,31556,970,30586,3.07,34395,6243750 -"387",2021-02-12,"Quebec",2681732,267049,2414683,32136,1029,31107,3.2,30749,6274499 -"388",2021-02-13,"Quebec",2689905,267862,2422043,24413,813,23600,3.33,24295,6298794 -"389",2021-02-14,"Quebec",2696897,268572,2428325,19169,710,18459,3.7,19063,6317857 -"390",2021-02-15,"Quebec",2704256,269233,2435023,22028,661,21367,3,25819,6343676 -"391",2021-02-16,"Quebec",2713395,270030,2443365,31208,797,30411,2.55,31558,6375234 -"392",2021-02-17,"Quebec",2721766,270816,2450950,29612,786,28826,2.65,30126,6405360 -"393",2021-02-18,"Quebec",2731144,271664,2459480,32281,848,31433,2.63,33068,6438428 -"394",2021-02-19,"Quebec",2738915,272416,2466499,27370,752,26618,2.75,27518,6465946 -"395",2021-02-20,"Quebec",2746143,273162,2472981,22526,746,21780,3.31,22701,6488647 -"396",2021-02-21,"Quebec",2752853,273952,2478901,18434,790,17644,4.29,19081,6507728 -"397",2021-02-22,"Quebec",2760323,274567,2485756,22628,615,22013,2.72,23554,6531282 -"398",2021-02-23,"Quebec",2770581,275370,2495211,33189,803,32386,2.42,34181,6565463 -"399",2021-02-24,"Quebec",2780675,276208,2504467,33383,838,32545,2.51,34787,6600250 -"400",2021-02-25,"Quebec",2789395,276978,2512417,30068,770,29298,2.56,32233,6632483 -"401",2021-02-26,"Quebec",2798265,277849,2520416,29472,871,28601,2.96,30695,6663178 -"402",2021-02-27,"Quebec",2805932,278510,2527422,22754,661,22093,2.9,23795,6686973 -"403",2021-02-28,"Quebec",2812282,279080,2533202,18057,570,17487,3.16,19073,6706046 -"404",2021-03-01,"Quebec",2819436,279604,2539832,21763,524,21239,2.41,21811,6727857 -"405",2021-03-02,"Quebec",2828039,280425,2547614,28176,821,27355,2.91,28595,6756452 -"406",2021-03-03,"Quebec",2836148,281157,2554991,27845,732,27113,2.63,27933,6784385 -"407",2021-03-04,"Quebec",2844443,282019,2562424,28949,862,28087,2.98,28566,6812951 -"408",2021-03-05,"Quebec",2852073,282749,2569324,26516,730,25786,2.75,25978,6838929 -"409",2021-03-06,"Quebec",2859145,283425,2575720,21953,676,21277,3.08,22372,6861301 -"410",2021-03-07,"Quebec",2865501,283996,2581505,17974,571,17403,3.18,18483,6879784 -"411",2021-03-08,"Quebec",2873025,284588,2588437,22683,592,22091,2.61,22398,6902182 -"412",2021-03-09,"Quebec",2881767,285327,2596440,30069,739,29330,2.46,29655,6931837 -"413",2021-03-10,"Quebec",2890268,286033,2604235,29718,706,29012,2.38,29175,6961012 -"414",2021-03-11,"Quebec",2899907,286945,2612962,32635,912,31723,2.79,29507,6990519 -"415",2021-03-12,"Quebec",2908672,287760,2620912,28842,815,28027,2.83,28466,7018985 -"416",2021-03-13,"Quebec",2916055,288387,2627668,22421,627,21794,2.8,23159,7042144 -"417",2021-03-14,"Quebec",2922897,288952,2633945,18536,565,17971,3.05,18232,7060376 -"418",2021-03-15,"Quebec",2931735,289608,2642127,26157,656,25501,2.51,23432,7083808 -"419",2021-03-16,"Quebec",2945198,290656,2654542,39331,1048,38283,2.66,31945,7115753 -"420",2021-03-17,"Quebec",2956331,291565,2664766,35085,909,34176,2.59,33670,7149423 -"421",2021-03-18,"Quebec",2966473,292377,2674096,33245,812,32433,2.44,32943,7182366 -"422",2021-03-19,"Quebec",2976405,293160,2683245,31751,783,30968,2.47,31995,7214361 -"423",2021-03-20,"Quebec",2984039,293752,2690287,22592,592,22000,2.62,24609,7238970 -"424",2021-03-21,"Quebec",2990429,294241,2696188,18944,489,18455,2.58,21447,7260417 -"425",2021-03-22,"Quebec",3003832,295300,2708532,36443,1059,35384,2.91,25675,7286092 -"426",2021-03-23,"Quebec",3016526,296256,2720270,37586,956,36630,2.54,35129,7321221 -"427",2021-03-24,"Quebec",3029329,297278,2732051,39054,1022,38032,2.62,39663,7360884 -"428",2021-03-25,"Quebec",3038017,298086,2739931,29958,808,29150,2.7,35960,7396844 -"429",2021-03-26,"Quebec",3047631,298976,2748655,30998,890,30108,2.87,33671,7430515 -"430",2021-03-27,"Quebec",3057632,299906,2757726,29188,930,28258,3.19,26993,7457508 -"431",2021-03-28,"Quebec",3066440,300756,2765684,24341,850,23491,3.49,24804,7482312 -"432",2021-03-29,"Quebec",3077093,301741,2775352,31600,985,30615,3.12,31079,7513391 -"433",2021-03-30,"Quebec",3090536,302990,2787546,41336,1249,40087,3.02,40181,7553572 -"434",2021-03-31,"Quebec",3101882,304135,2797747,36526,1145,35381,3.13,41490,7595062 -"435",2021-04-01,"Quebec",3115113,305417,2809696,40994,1282,39712,3.13,39493,7634555 -"436",2021-04-02,"Quebec",3127139,306724,2820415,38576,1307,37269,3.39,37296,7671851 -"437",2021-04-03,"Quebec",3137544,307957,2829587,29774,1233,28541,4.14,29439,7701290 -"438",2021-04-04,"Quebec",3146838,309058,2837780,26195,1101,25094,4.2,26511,7727801 -"439",2021-04-05,"Quebec",3157267,310263,2847004,30146,1205,28941,4,29871,7757672 -"440",2021-04-06,"Quebec",3170376,312186,2858190,39224,1923,37301,4.9,39323,7796995 -"441",2021-04-07,"Quebec",3184740,313778,2870962,45597,1592,44005,3.49,45432,7842427 -"442",2021-04-08,"Quebec",3200420,316036,2884384,49980,2258,47722,4.52,50185,7892612 -"443",2021-04-09,"Quebec",3214323,317917,2896406,42770,1881,40889,4.4,39836,7932448 -"444",2021-04-10,"Quebec",3227305,319566,2907739,37808,1649,36159,4.36,36631,7969079 -"445",2021-04-11,"Quebec",3238312,320960,2917352,30266,1394,28872,4.61,29600,7998679 -"446",2021-04-12,"Quebec",3250398,322368,2928030,35250,1408,33842,3.99,34863,8033542 -"447",2021-04-13,"Quebec",3264410,323889,2940521,44713,1521,43192,3.4,42876,8076418 -"448",2021-04-14,"Quebec",3279086,325442,2953644,46558,1553,45005,3.34,46418,8122836 -"449",2021-04-15,"Quebec",3293119,327098,2966021,46319,1656,44663,3.58,46360,8169196 -"450",2021-04-16,"Quebec",3305442,328510,2976932,41573,1412,40161,3.4,41179,8210375 -"451",2021-04-17,"Quebec",3316288,329728,2986560,34260,1218,33042,3.56,33967,8244342 -"452",2021-04-18,"Quebec",3325319,330766,2994553,27878,1038,26840,3.72,27653,8271995 -"453",2021-04-19,"Quebec",3335689,331919,3003770,33973,1153,32820,3.39,32975,8304970 -"454",2021-04-20,"Quebec",3347844,333162,3014682,42611,1243,41368,2.92,42157,8347127 -"455",2021-04-21,"Quebec",3359935,334282,3025653,43544,1120,42424,2.57,43535,8390662 -"456",2021-04-22,"Quebec",3371019,335335,3035684,42993,1053,41940,2.45,43205,8433867 -"457",2021-04-23,"Quebec",3381952,336552,3045400,40270,1217,39053,3.02,39814,8473681 -"458",2021-04-24,"Quebec",3391144,337373,3053771,31749,821,30928,2.59,31689,8505370 -"459",2021-04-25,"Quebec",3399695,338268,3061427,27971,895,27076,3.2,27272,8532642 -"460",2021-04-26,"Quebec",3409214,339288,3069926,32665,1020,31645,3.12,31021,8563663 -"461",2021-04-27,"Quebec",3420750,340391,3080359,41499,1103,40396,2.66,40018,8603681 -"462",2021-04-28,"Quebec",3431856,341512,3090344,42501,1121,41380,2.64,42382,8646063 -"463",2021-04-29,"Quebec",3442373,342596,3099777,41309,1084,40225,2.62,41949,8688012 -"464",2021-04-30,"Quebec",3452996,343689,3109307,38776,1093,37683,2.82,36867,8724879 -"465",2021-05-01,"Quebec",3461611,344569,3117042,30349,880,29469,2.9,30471,8755350 -"466",2021-05-02,"Quebec",3469230,345391,3123839,24928,822,24106,3.3,24114,8779464 -"467",2021-05-03,"Quebec",3478630,346220,3132410,33583,829,32754,2.47,32380,8811844 -"468",2021-05-04,"Quebec",3489635,347093,3142542,40586,873,39713,2.15,39818,8851662 -"469",2021-05-05,"Quebec",3500427,347992,3152435,40794,899,39895,2.2,40198,8891860 -"470",2021-05-06,"Quebec",3510617,349003,3161614,40399,1011,39388,2.5,40562,8932422 -"471",2021-05-07,"Quebec",3519791,350012,3169779,33937,1009,32928,2.97,32613,8965035 -"472",2021-05-08,"Quebec",3527652,350714,3176938,28106,702,27404,2.5,27340,8992375 -"473",2021-05-09,"Quebec",3534620,351392,3183228,23868,678,23190,2.84,22950,9015325 -"474",2021-05-10,"Quebec",3543499,352134,3191365,31777,742,31035,2.34,30752,9046077 -"475",2021-05-11,"Quebec",3553585,352940,3200645,39416,806,38610,2.04,38138,9084215 -"476",2021-05-12,"Quebec",3563326,353794,3209532,39139,854,38285,2.18,38239,9122454 -"477",2021-05-13,"Quebec",3572537,354666,3217871,36691,872,35819,2.38,34613,9157067 -"478",2021-05-14,"Quebec",3581327,355543,3225784,33107,877,32230,2.65,33012,9190079 -"479",2021-05-15,"Quebec",3588001,356159,3231842,25174,616,24558,2.45,25491,9215570 -"480",2021-05-16,"Quebec",3594440,356690,3237750,22791,531,22260,2.33,22877,9238447 -"481",2021-05-17,"Quebec",3602363,357260,3245103,29179,570,28609,1.95,27799,9266246 -"482",2021-05-18,"Quebec",3611215,357880,3253335,35212,620,34592,1.76,33757,9300003 -"483",2021-05-19,"Quebec",3619778,358651,3261127,35336,771,34565,2.18,35155,9335158 -"484",2021-05-20,"Quebec",3626966,359259,3267707,29788,608,29180,2.04,29451,9364609 -"485",2021-05-21,"Quebec",3633415,359838,3273577,26540,579,25961,2.18,25818,9390427 -"486",2021-05-22,"Quebec",3638546,360257,3278289,19877,419,19458,2.11,19231,9409658 -"487",2021-05-23,"Quebec",3643414,360631,3282783,17693,374,17319,2.11,16123,9425781 -"488",2021-05-24,"Quebec",3648539,361002,3287537,20716,371,20345,1.79,19779,9445560 -"489",2021-05-25,"Quebec",3655047,361452,3293595,27334,450,26884,1.65,26706,9472266 -"490",2021-05-26,"Quebec",3661934,361917,3300017,29526,465,29061,1.57,29750,9502016 -"491",2021-05-27,"Quebec",3667976,362341,3305635,25694,424,25270,1.65,25207,9527223 -"492",2021-05-28,"Quebec",3673328,362719,3310609,23257,378,22879,1.63,22800,9550023 -"493",2021-05-29,"Quebec",3678241,363026,3315215,18780,307,18473,1.63,18895,9568918 -"494",2021-05-30,"Quebec",3682640,363256,3319384,16793,230,16563,1.37,16512,9585430 -"495",2021-05-31,"Quebec",3688485,363514,3324971,23398,258,23140,1.1,22820,9608250 -"496",2021-06-01,"Quebec",3696003,363816,3332187,30004,302,29702,1.01,30349,9638599 -"497",2021-06-02,"Quebec",3702026,364101,3337925,25217,285,24932,1.13,25448,9664047 -"498",2021-06-03,"Quebec",3707804,364361,3343443,24072,260,23812,1.08,24118,9688165 -"499",2021-06-04,"Quebec",3712988,364590,3348398,20685,229,20456,1.11,21030,9709195 -"500",2021-06-05,"Quebec",3717645,364782,3352863,17259,192,17067,1.11,17286,9726481 -"501",2021-06-06,"Quebec",3721817,364945,3356872,15031,163,14868,1.08,14895,9741376 -"502",2021-06-07,"Quebec",3727275,365110,3362165,21244,165,21079,0.78,21177,9762553 -"503",2021-06-08,"Quebec",3733347,365307,3368040,24160,197,23963,0.82,25101,9787654 -"504",2021-06-09,"Quebec",3738834,365555,3373279,22790,248,22542,1.09,23596,9811250 -"505",2021-06-10,"Quebec",3743849,365754,3378095,19665,199,19466,1.01,20079,9831329 -"506",2021-06-11,"Quebec",3748665,365910,3382755,19665,156,19509,0.79,19323,9850652 -"507",2021-06-12,"Quebec",3753061,366048,3387013,16201,138,16063,0.85,15978,9866630 -"508",2021-06-13,"Quebec",3757385,366167,3391218,15773,119,15654,0.75,15672,9882302 -"509",2021-06-14,"Quebec",3762763,366283,3396480,21024,116,20908,0.55,20173,9902475 -"510",2021-06-15,"Quebec",3769630,366443,3403187,26728,160,26568,0.6,27104,9929579 -"511",2021-06-16,"Quebec",3775714,366605,3409109,22812,162,22650,0.71,23465,9953044 -"512",2021-06-17,"Quebec",3781019,366779,3414240,20777,174,20603,0.84,20307,9973351 -"513",2021-06-18,"Quebec",3785727,366913,3418814,18113,134,17979,0.74,17289,9990640 -"514",2021-06-19,"Quebec",3790727,367001,3423726,17313,88,17225,0.51,17302,10007942 -"515",2021-06-20,"Quebec",3795449,367094,3428355,17041,93,16948,0.55,16607,10024549 -"516",2021-06-21,"Quebec",3800904,367183,3433721,20658,89,20569,0.43,20061,10044610 -"517",2021-06-22,"Quebec",3806815,367288,3439527,22243,105,22138,0.47,22348,10066958 -"518",2021-06-23,"Quebec",3811846,367364,3444482,19726,76,19650,0.39,20802,10087760 -"519",2021-06-24,"Quebec",3816642,367440,3449202,17603,76,17527,0.43,18196,10105956 -"520",2021-06-25,"Quebec",3820931,367546,3453385,15844,106,15738,0.67,15540,10121496 -"521",2021-06-26,"Quebec",3825479,367616,3457863,16710,70,16640,0.42,16765,10138261 -"522",2021-06-27,"Quebec",3829868,367669,3462199,15631,53,15578,0.34,15111,10153372 -"523",2021-06-28,"Quebec",3835119,367765,3467354,19280,96,19184,0.5,18982,10172354 -"524",2021-06-29,"Quebec",3840336,367862,3472474,18369,97,18272,0.53,19320,10191674 -"525",2021-06-30,"Quebec",3845005,367931,3477074,17566,69,17497,0.39,18515,10210189 -"526",2021-07-01,"Quebec",3849314,368001,3481313,14956,70,14886,0.47,15296,10225485 -"527",2021-07-02,"Quebec",3853487,368053,3485434,13837,52,13785,0.38,14115,10239600 -"528",2021-07-03,"Quebec",3857212,368103,3489109,12848,50,12798,0.39,13649,10253249 -"529",2021-07-04,"Quebec",3860618,368137,3492481,11807,34,11773,0.29,11722,10264971 -"530",2021-07-05,"Quebec",3865310,368232,3497078,16439,95,16344,0.58,17292,10282263 -"531",2021-07-06,"Quebec",3870338,368306,3502032,17726,74,17652,0.42,18376,10300639 -"532",2021-07-07,"Quebec",3875545,368386,3507159,16699,80,16619,0.48,17815,10318454 -"533",2021-07-08,"Quebec",3880801,368444,3512357,16674,58,16616,0.35,16849,10335303 -"534",2021-07-09,"Quebec",3885687,368504,3517183,15019,60,14959,0.4,12633,10347936 -"535",2021-07-10,"Quebec",3889723,368560,3521163,12609,56,12553,0.44,13084,10361020 -"536",2021-07-11,"Quebec",3893582,368614,3524968,11775,54,11721,0.46,11417,10372437 -"537",2021-07-12,"Quebec",3898356,368664,3529692,15940,50,15890,0.31,16073,10388510 -"538",2021-07-13,"Quebec",3903517,368753,3534764,17253,89,17164,0.52,18609,10407119 -"539",2021-07-14,"Quebec",3908243,368833,3539410,15529,80,15449,0.52,16182,10423301 -"540",2021-07-15,"Quebec",3913064,368928,3544136,15611,95,15516,0.61,16011,10439312 -"541",2021-07-16,"Quebec",3917610,369000,3548610,13922,72,13850,0.52,14576,10453888 -"542",2021-07-17,"Quebec",3921468,369071,3552397,11887,71,11816,0.6,12304,10466192 -"543",2021-07-18,"Quebec",3924579,369128,3555451,10036,57,9979,0.57,9777,10475969 -"544",2021-07-19,"Quebec",3929205,369220,3559985,15022,92,14930,0.61,15018,10490987 -"545",2021-07-20,"Quebec",3933990,369309,3564681,15318,89,15229,0.58,15822,10506809 -"546",2021-07-21,"Quebec",3938769,369396,3569373,15537,87,15450,0.56,15038,10521847 -"547",2021-07-22,"Quebec",3943788,369526,3574262,15218,130,15088,0.85,16310,10538157 -"548",2021-07-23,"Quebec",3948325,369629,3578696,13970,103,13867,0.74,14562,10552719 -"549",2021-07-24,"Quebec",3952262,369709,3582553,11708,80,11628,0.68,12126,10564845 -"550",2021-07-25,"Quebec",3955712,369773,3585939,10348,64,10284,0.62,10155,10575000 -"551",2021-07-26,"Quebec",3959955,369881,3590074,13921,108,13813,0.78,16413,10591413 -"552",2021-07-27,"Quebec",3964524,369990,3594534,14445,109,14336,0.75,15208,10606621 -"553",2021-07-28,"Quebec",3969096,370112,3598984,14785,122,14663,0.83,15706,10622327 -"554",2021-07-29,"Quebec",3973610,370256,3603354,14049,144,13905,1.02,14500,10636827 -"555",2021-07-30,"Quebec",3978285,370422,3607863,14307,166,14141,1.16,14551,10651378 -"556",2021-07-31,"Quebec",3982306,370578,3611728,11778,156,11622,1.32,12676,10664054 -"557",2021-08-01,"Quebec",3986386,370697,3615689,11401,119,11282,1.04,11341,10675395 -"558",2021-08-02,"Quebec",3991336,370865,3620471,15750,168,15582,1.07,15781,10691176 -"559",2021-08-03,"Quebec",3997011,371053,3625958,17154,188,16966,1.1,17952,10709128 -"560",2021-08-04,"Quebec",4003566,371345,3632221,18326,292,18034,1.59,18829,10727957 -"561",2021-08-05,"Quebec",4009894,371616,3638278,17615,271,17344,1.54,17872,10745829 -"562",2021-08-06,"Quebec",4015595,371853,3643742,16835,237,16598,1.41,17047,10762876 -"563",2021-08-07,"Quebec",4020992,372100,3648892,14874,247,14627,1.66,15558,10778434 -"564",2021-08-08,"Quebec",4025526,372311,3653215,13076,211,12865,1.61,12940,10791374 -"565",2021-08-09,"Quebec",4031321,372582,3658739,18058,271,17787,1.5,18277,10809651 -"566",2021-08-10,"Quebec",4037587,372911,3664676,17952,329,17623,1.83,18427,10828078 -"567",2021-08-11,"Quebec",4043511,373314,3670197,18614,403,18211,2.17,17632,10845710 -"568",2021-08-12,"Quebec",4049357,373687,3675670,17258,373,16885,2.16,17938,10863648 -"569",2021-08-13,"Quebec",4055840,374069,3681771,17674,382,17292,2.16,18009,10881657 -"570",2021-08-14,"Quebec",4061587,374474,3687113,16123,405,15718,2.51,16389,10898046 -"571",2021-08-15,"Quebec",4066708,374782,3691926,14669,308,14361,2.1,14257,10912303 -"572",2021-08-16,"Quebec",4072386,375152,3697234,18133,370,17763,2.04,18100,10930403 -"573",2021-08-17,"Quebec",4078354,375581,3702773,19063,429,18634,2.25,18806,10949209 -"574",2021-08-18,"Quebec",4084422,376060,3708362,19847,479,19368,2.41,20315,10969524 -"575",2021-08-19,"Quebec",4090683,376596,3714087,19231,536,18695,2.79,19021,10988545 -"576",2021-08-20,"Quebec",4095751,377086,3718665,16981,490,16491,2.89,17227,11005772 -"577",2021-08-21,"Quebec",4100811,377458,3723353,15806,372,15434,2.35,15211,11020983 -"578",2021-08-22,"Quebec",4104890,377785,3727105,12657,327,12330,2.58,12497,11033480 -"579",2021-08-23,"Quebec",4110118,378198,3731920,17852,413,17439,2.31,17549,11051029 -"580",2021-08-24,"Quebec",4116221,378764,3737457,20479,566,19913,2.76,20613,11071642 -"581",2021-08-25,"Quebec",4122720,379421,3743299,21491,657,20834,3.06,20201,11091843 -"582",2021-08-26,"Quebec",4129115,380050,3749065,21720,629,21091,2.9,20634,11112477 -"583",2021-08-27,"Quebec",4135180,380551,3754629,19651,501,19150,2.55,18698,11131175 -"584",2021-08-28,"Quebec",4140419,381049,3759370,17353,498,16855,2.87,16280,11147455 -"585",2021-08-29,"Quebec",4145788,381461,3764327,17567,412,17155,2.35,16646,11164101 -"586",2021-08-30,"Quebec",4151972,382022,3769950,20529,561,19968,2.73,20319,11184420 -"587",2021-08-31,"Quebec",4159023,382727,3776296,23525,705,22820,3,22961,11207381 -"588",2021-09-01,"Quebec",4165693,383543,3782150,23026,816,22210,3.54,20566,11227947 -"589",2021-09-02,"Quebec",4172390,384298,3788092,22748,755,21993,3.32,22151,11250098 -"590",2021-09-03,"Quebec",4178651,384948,3793703,20784,650,20134,3.13,19821,11269919 -"591",2021-09-04,"Quebec",4183913,385571,3798342,17601,623,16978,3.54,17016,11286935 -"592",2021-09-05,"Quebec",4189089,386055,3803034,16806,484,16322,2.88,16713,11303648 -"593",2021-09-06,"Quebec",4195054,386650,3808404,20805,595,20210,2.86,19715,11323363 -"594",2021-09-07,"Quebec",4201930,387276,3814654,24189,626,23563,2.59,25155,11348518 -"595",2021-09-08,"Quebec",4209537,388036,3821501,27694,760,26934,2.74,27641,11376159 -"596",2021-09-09,"Quebec",4218158,388991,3829167,29430,955,28475,3.24,27166,11403325 -"597",2021-09-10,"Quebec",4226021,389865,3836156,25795,874,24921,3.39,25454,11428779 -"598",2021-09-11,"Quebec",4232970,390511,3842459,22701,646,22055,2.85,22217,11450996 -"599",2021-09-12,"Quebec",4239126,391120,3848006,22089,609,21480,2.76,21130,11472126 -"600",2021-09-13,"Quebec",4246521,391792,3854729,26275,672,25603,2.56,25602,11497728 -"601",2021-09-14,"Quebec",4255808,392535,3863273,32285,743,31542,2.3,31501,11529229 -"602",2021-09-15,"Quebec",4265212,393359,3871853,33128,824,32304,2.49,31701,11560930 -"603",2021-09-16,"Quebec",4275193,394172,3881021,33680,813,32867,2.41,32578,11593508 -"604",2021-09-17,"Quebec",4283721,394974,3888747,29182,802,28380,2.75,28826,11622334 -"605",2021-09-18,"Quebec",4290991,395614,3895377,25221,640,24581,2.54,25000,11647334 -"606",2021-09-19,"Quebec",4297595,396232,3901363,23785,618,23167,2.6,22720,11670054 -"607",2021-09-20,"Quebec",4305415,396867,3908548,28400,635,27765,2.24,27704,11697758 -"608",2021-09-21,"Quebec",4313838,397477,3916361,31283,610,30673,1.95,31350,11729108 -"609",2021-09-22,"Quebec",4324138,398261,3925877,37126,784,36342,2.11,36146,11765254 -"610",2021-09-23,"Quebec",4333496,398979,3934517,33140,718,32422,2.17,32232,11797486 -"611",2021-09-24,"Quebec",4342212,399765,3942447,31618,786,30832,2.49,31452,11828938 -"612",2021-09-25,"Quebec",4349180,400346,3948834,24391,581,23810,2.38,24041,11852979 -"613",2021-09-26,"Quebec",4354946,400832,3954114,21975,486,21489,2.21,20748,11873727 -"614",2021-09-27,"Quebec",4362731,401328,3961403,28628,496,28132,1.73,27339,11901066 -"615",2021-09-28,"Quebec",4371255,401897,3969358,31971,569,31402,1.78,31456,11932522 -"616",2021-09-29,"Quebec",4381026,402599,3978427,34940,702,34238,2.01,35216,11967738 -"617",2021-09-30,"Quebec",4389762,403182,3986580,31181,583,30598,1.87,29901,11997639 -"618",2021-10-01,"Quebec",4397773,403802,3993971,28639,620,28019,2.16,27140,12024779 -"619",2021-10-02,"Quebec",4404431,404193,4000238,23025,391,22634,1.7,21903,12046682 -"620",2021-10-03,"Quebec",4410409,404626,4005783,21555,433,21122,2.01,20731,12067413 -"621",2021-10-04,"Quebec",4417702,405101,4012601,28028,475,27553,1.69,26512,12093925 -"622",2021-10-05,"Quebec",4426248,405630,4020618,32890,529,32361,1.61,32030,12125955 -"623",2021-10-06,"Quebec",4435281,406239,4029042,32555,609,31946,1.87,31069,12157024 -"624",2021-10-07,"Quebec",4444372,406857,4037515,32362,618,31744,1.91,31908,12188932 -"625",2021-10-08,"Quebec",4452520,407449,4045071,28787,592,28195,2.06,27674,12216606 -"626",2021-10-09,"Quebec",4458865,407976,4050889,22359,527,21832,2.36,22031,12238637 -"627",2021-10-10,"Quebec",4464734,408396,4056338,19838,420,19418,2.12,19003,12257640 -"628",2021-10-11,"Quebec",4471410,408817,4062593,23947,421,23526,1.76,22847,12280487 -"629",2021-10-12,"Quebec",4478974,409398,4069576,29219,581,28638,1.99,28010,12308497 -"630",2021-10-13,"Quebec",4488018,410036,4077982,33624,638,32986,1.9,34093,12342590 -"631",2021-10-14,"Quebec",4496983,410722,4086261,32159,686,31473,2.13,32152,12374742 -"632",2021-10-15,"Quebec",4505190,411514,4093676,28008,792,27216,2.83,26975,12401717 -"633",2021-10-16,"Quebec",4512121,411936,4100185,23492,422,23070,1.8,22642,12424359 -"634",2021-10-17,"Quebec",4518246,412284,4105962,21236,348,20888,1.64,21110,12445469 -"635",2021-10-18,"Quebec",4525926,412699,4113227,27509,415,27094,1.51,26497,12471966 -"636",2021-10-19,"Quebec",4534526,413478,4121048,31391,779,30612,2.48,30440,12502406 -"637",2021-10-20,"Quebec",4542267,413882,4128385,28984,404,28580,1.39,27631,12530037 -"638",2021-10-21,"Quebec",4549707,414288,4135419,27941,406,27535,1.45,26931,12556968 -"639",2021-10-22,"Quebec",4557049,414726,4142323,25753,438,25315,1.7,24679,12581647 -"640",2021-10-23,"Quebec",4563640,415090,4148550,22405,364,22041,1.62,21435,12603082 -"641",2021-10-24,"Quebec",4569292,415429,4153863,20797,339,20458,1.63,20305,12623387 -"642",2021-10-25,"Quebec",4575776,415784,4159992,25645,355,25290,1.38,25291,12648678 -"643",2021-10-26,"Quebec",4584313,416232,4168081,32259,448,31811,1.39,31970,12680648 -"644",2021-10-27,"Quebec",4591919,416705,4175214,29409,473,28936,1.61,28908,12709556 -"645",2021-10-28,"Quebec",4599698,417255,4182443,28930,550,28380,1.9,28673,12738229 -"646",2021-10-29,"Quebec",4606643,417794,4188849,25203,539,24664,2.14,23865,12762094 -"647",2021-10-30,"Quebec",4612695,418328,4194367,21747,534,21213,2.46,20904,12782998 -"648",2021-10-31,"Quebec",4618465,418816,4199649,20700,488,20212,2.36,20717,12803715 -"649",2021-11-01,"Quebec",4625157,419293,4205864,26409,477,25932,1.81,25573,12829288 -"650",2021-11-02,"Quebec",4633359,419824,4213535,31707,531,31176,1.67,29685,12858973 -"651",2021-11-03,"Quebec",4641484,420458,4221026,29809,634,29175,2.13,27531,12886504 -"652",2021-11-04,"Quebec",4649480,421118,4228362,31017,660,30357,2.13,30241,12916745 -"653",2021-11-05,"Quebec",4656902,421713,4235189,27279,595,26684,2.18,26542,12943287 -"654",2021-11-06,"Quebec",4663580,422293,4241287,24376,580,23796,2.38,23424,12966711 -"655",2021-11-07,"Quebec",4668943,422793,4246150,21700,500,21200,2.3,21669,12988380 -"656",2021-11-08,"Quebec",4675816,423315,4252501,27024,522,26502,1.93,26555,13014935 -"657",2021-11-09,"Quebec",4684316,424033,4260283,33694,718,32976,2.13,33498,13048433 -"658",2021-11-10,"Quebec",4691874,424709,4267165,29709,676,29033,2.28,29748,13078181 -"659",2021-11-11,"Quebec",4699317,425406,4273911,28638,697,27941,2.43,28680,13106861 -"660",2021-11-12,"Quebec",4706721,426118,4280603,28079,712,27367,2.54,28305,13135166 -"661",2021-11-13,"Quebec",4712845,426623,4286222,22118,505,21613,2.28,22555,13157721 -"662",2021-11-14,"Quebec",4718255,427161,4291094,20680,538,20142,2.6,20376,13178097 -"663",2021-11-15,"Quebec",4725005,427752,4297253,27054,591,26463,2.18,26609,13204706 -"664",2021-11-16,"Quebec",4733051,428453,4304598,32856,701,32155,2.13,32145,13236851 -"665",2021-11-17,"Quebec",4741250,429237,4312013,31067,784,30283,2.52,30927,13267778 -"666",2021-11-18,"Quebec",4748902,429955,4318947,29421,718,28703,2.44,29227,13297005 -"667",2021-11-19,"Quebec",4755874,430719,4325155,25784,764,25020,2.96,24757,13321762 -"668",2021-11-20,"Quebec",4762480,431438,4331042,23897,719,23178,3.01,23538,13345300 -"669",2021-11-21,"Quebec",4768379,432097,4336282,22353,659,21694,2.95,22002,13367302 -"670",2021-11-22,"Quebec",4775364,432831,4342533,28252,734,27518,2.6,27902,13395204 -"671",2021-11-23,"Quebec",4783841,433708,4350133,33264,877,32387,2.64,32548,13427752 -"672",2021-11-24,"Quebec",4792200,434686,4357514,32181,978,31203,3.04,31250,13459002 -"673",2021-11-25,"Quebec",4801484,435854,4365630,34479,1168,33311,3.39,33215,13492217 -"674",2021-11-26,"Quebec",4809887,436852,4373035,31457,998,30459,3.17,31906,13524123 -"675",2021-11-27,"Quebec",4816560,437660,4378900,24397,808,23589,3.31,24500,13548623 -"676",2021-11-28,"Quebec",4822612,438374,4384238,23628,714,22914,3.02,23640,13572263 -"677",2021-11-29,"Quebec",4830076,439288,4390788,30055,914,29141,3.04,29009,13601272 -"678",2021-11-30,"Quebec",4839001,440405,4398596,35545,1117,34428,3.14,35037,13636309 -"679",2021-12-01,"Quebec",4848426,441700,4406726,36163,1295,34868,3.58,35504,13671813 -"680",2021-12-02,"Quebec",4857959,443149,4414810,36078,1449,34629,4.02,35726,13707539 -"681",2021-12-03,"Quebec",4867417,444542,4422875,34937,1393,33544,3.99,34846,13742385 -"682",2021-12-04,"Quebec",4875769,445788,4429981,29932,1246,28686,4.16,29545,13771930 -"683",2021-12-05,"Quebec",4882719,446931,4435788,26139,1143,24996,4.37,25684,13797614 -"684",2021-12-06,"Quebec",4891048,448209,4442839,31786,1278,30508,4.02,31491,13829105 -"685",2021-12-07,"Quebec",4900752,449751,4451001,36570,1542,35028,4.22,36489,13865594 -"686",2021-12-08,"Quebec",4911052,451714,4459338,39965,1963,38002,4.91,39837,13905431 -"687",2021-12-09,"Quebec",4921979,453682,4468297,40071,1968,38103,4.91,39767,13945198 -"688",2021-12-10,"Quebec",4932076,455696,4476380,38394,2014,36380,5.25,38156,13983354 -"689",2021-12-11,"Quebec",4942056,457391,4484665,34622,1695,32927,4.9,34063,14017417 -"690",2021-12-12,"Quebec",4951027,459022,4492005,31141,1631,29510,5.24,30836,14048253 -"691",2021-12-13,"Quebec",4961916,461174,4500742,37147,2152,34995,5.79,35854,14084107 -"692",2021-12-14,"Quebec",4974871,463830,4511041,44101,2656,41445,6.02,42778,14126885 -"693",2021-12-15,"Quebec",4988840,467143,4521697,44726,3313,41413,7.41,44911,14171796 -"694",2021-12-16,"Quebec",5004004,471101,4532903,47398,3958,43440,8.35,46691,14218487 -"695",2021-12-17,"Quebec",5019044,475334,4543710,47370,4233,43137,8.94,45493,14263980 -"696",2021-12-18,"Quebec",5034265,479948,4554317,46445,4614,41831,9.93,45534,14309514 -"697",2021-12-19,"Quebec",5049452,484261,4565191,42309,4313,37996,10.19,43912,14353426 -"698",2021-12-20,"Quebec",5067239,490711,4576528,48628,6450,42178,13.26,50526,14403952 -"699",2021-12-21,"Quebec",5087146,498806,4588340,54973,8095,46878,14.73,52927,14456879 -"700",2021-12-22,"Quebec",5111168,509885,4601283,62556,11079,51477,17.71,60496,14517375 -"701",2021-12-23,"Quebec",5133469,521287,4612182,58322,11402,46920,19.55,55863,14573238 -"702",2021-12-24,"Quebec",5155375,532552,4622823,54980,11265,43715,20.49,53334,14626572 -"703",2021-12-25,"Quebec",5173466,542782,4630684,42983,10230,32753,23.8,44022,14670594 -"704",2021-12-26,"Quebec",5191397,552918,4638479,40505,10136,30369,25.02,40759,14711353 -"705",2021-12-27,"Quebec",5212911,565890,4647021,47584,12972,34612,27.26,48190,14759543 -"706",2021-12-28,"Quebec",5236578,580859,4655719,52602,14969,37633,28.46,53990,14813533 -"707",2021-12-29,"Quebec",5262493,599001,4663492,58649,18142,40507,30.93,59054,14872587 -"708",2021-12-30,"Quebec",5288203,616980,4671223,58996,17979,41017,30.47,58866,14931453 -"709",2021-12-31,"Quebec",5311754,633360,4678394,53268,16380,36888,30.75,54750,14986203 -"710",2022-01-01,"Quebec",5331479,647575,4683904,45489,14215,31274,31.25,47731,15033934 -"711",2022-01-02,"Quebec",5350753,661162,4689591,44770,13587,31183,30.35,47044,15080978 -"712",2022-01-03,"Quebec",5371126,674617,4696509,47327,13455,33872,28.43,48167,15129145 -"713",2022-01-04,"Quebec",5394418,691567,4702851,54038,16950,37088,31.37,56042,15185187 -"714",2022-01-05,"Quebec",5419258,708708,4710550,59233,17141,42092,28.94,61305,15246492 -"715",2022-01-06,"Quebec",5442214,724429,4717785,55917,15721,40196,28.11,59361,15305853 -"716",2022-01-07,"Quebec",5461598,737573,4724025,49924,13144,36780,26.33,51438,15357291 -"717",2022-01-08,"Quebec",5475101,746337,4728764,41746,8764,32982,20.99,42220,15399511 -"718",2022-01-09,"Quebec",5487972,753996,4733976,37432,7659,29773,20.46,39191,15438702 -"719",2022-01-10,"Quebec",5498998,760866,4738132,35376,6870,28506,19.42,38412,15477114 -"720",2022-01-11,"Quebec",5510301,767937,4742364,41403,7071,34332,17.08,43256,15520370 -"721",2022-01-12,"Quebec",5521123,774415,4746708,39454,6478,32976,16.42,42551,15562921 -"722",2022-01-13,"Quebec",5532642,780314,4752328,41839,5899,35940,14.1,43620,15606541 -"723",2022-01-14,"Quebec",5543509,785639,4757870,39123,5325,33798,13.61,39770,15646311 -"724",2022-01-15,"Quebec",5553749,790463,4763286,35752,4824,30928,13.49,35816,15682127 -"725",2022-01-16,"Quebec",5562224,794404,4767820,27991,3941,24050,14.08,29042,15711169 -"726",2022-01-17,"Quebec",5571809,798779,4773030,32964,4375,28589,13.27,34015,15745184 -"727",2022-01-18,"Quebec",5582007,803806,4778201,37146,5027,32119,13.53,38945,15784129 -"728",2022-01-19,"Quebec",5593073,808528,4784545,39270,4722,34548,12.02,41258,15825387 -"729",2022-01-20,"Quebec",5602988,812791,4790197,34803,4263,30540,12.25,35240,15860627 -"730",2022-01-21,"Quebec",5611118,816591,4794527,33017,3800,29217,11.51,35009,15895636 -"731",2022-01-22,"Quebec",5618846,819609,4799237,28453,3018,25435,10.61,30014,15925650 -"732",2022-01-23,"Quebec",5624760,822201,4802559,20823,2592,18231,12.45,21730,15947380 -"733",2022-01-24,"Quebec",5632409,825556,4806853,27885,3355,24530,12.03,30020,15977400 -"734",2022-01-25,"Quebec",5639771,829471,4810300,31815,3915,27900,12.31,33768,16011168 -"735",2022-01-26,"Quebec",5647034,832974,4814060,29732,3503,26229,11.78,31898,16043066 -"736",2022-01-27,"Quebec",5653804,836425,4817379,28595,3451,25144,12.07,30192,16073258 -"737",2022-01-28,"Quebec",5660431,839538,4820893,27493,3113,24380,11.32,28493,16101751 -"738",2022-01-29,"Quebec",5666375,842069,4824306,22192,2531,19661,11.41,23575,16125326 -"739",2022-01-30,"Quebec",5672707,844435,4828272,20089,2366,17723,11.78,20874,16146200 -"740",2022-01-31,"Quebec",5679994,847448,4832546,25782,3013,22769,11.69,27253,16173453 -"741",2022-02-01,"Quebec",5687468,851077,4836391,29766,3629,26137,12.19,29924,16203377 -"742",2022-02-02,"Quebec",5693926,854321,4839605,26221,3244,22977,12.37,28889,16232266 -"743",2022-02-03,"Quebec",5699522,857049,4842473,24517,2728,21789,11.13,26867,16259133 -"744",2022-02-04,"Quebec",5705172,859664,4845508,24139,2615,21524,10.83,26137,16285270 -"745",2022-02-05,"Quebec",5710468,861689,4848779,19250,2025,17225,10.52,20801,16306071 -"746",2022-02-06,"Quebec",5715929,863631,4852298,17404,1942,15462,11.16,17845,16323916 -"747",2022-02-07,"Quebec",5722159,866277,4855882,23052,2646,20406,11.48,23135,16347051 -"748",2022-02-08,"Quebec",5728894,869097,4859797,26779,2820,23959,10.53,27193,16374244 -"749",2022-02-09,"Quebec",5729182,869253,4859929,0,0,0,NA,23042,16397286 -"750",2022-02-10,NA,NA,NA,NA,NA,NA,NA,NA,0,16397286 +"47",2020-03-09,"Quebec",368,1,367,63,0,63,0,68,421 +"48",2020-03-10,"Quebec",482,1,481,129,0,129,0,145,566 +"49",2020-03-11,"Quebec",665,3,662,211,2,209,0.95,225,791 +"50",2020-03-12,"Quebec",960,5,955,335,2,333,0.6,377,1168 +"51",2020-03-13,"Quebec",1184,6,1178,276,1,275,0.36,287,1455 +"52",2020-03-14,"Quebec",1742,7,1735,659,1,658,0.15,695,2150 +"53",2020-03-15,"Quebec",2383,9,2374,770,2,768,0.26,811,2961 +"54",2020-03-16,"Quebec",3305,14,3291,1082,5,1077,0.46,1157,4118 +"55",2020-03-17,"Quebec",4521,18,4503,1402,4,1398,0.29,1459,5577 +"56",2020-03-18,"Quebec",5779,26,5753,1472,8,1464,0.54,2246,7823 +"57",2020-03-19,"Quebec",8351,74,8277,3035,48,2987,1.58,3597,11420 +"58",2020-03-20,"Quebec",11398,149,11249,3563,75,3488,2.1,3990,15410 +"59",2020-03-21,"Quebec",15052,288,14764,4218,139,4079,3.3,3995,19405 +"60",2020-03-22,"Quebec",18383,459,17924,3829,171,3658,4.47,4434,23839 +"61",2020-03-23,"Quebec",22425,717,21708,4772,258,4514,5.41,3952,27791 +"62",2020-03-24,"Quebec",25618,937,24681,3766,220,3546,5.84,4024,31815 +"63",2020-03-25,"Quebec",30039,1186,28853,5256,249,5007,4.74,5394,37209 +"64",2020-03-26,"Quebec",35064,1530,33534,5958,344,5614,5.77,5299,42508 +"65",2020-03-27,"Quebec",40473,1963,38510,6360,433,5927,6.81,6119,48627 +"66",2020-03-28,"Quebec",45418,2368,43050,5923,405,5518,6.84,5773,54400 +"67",2020-03-29,"Quebec",51483,2868,48615,7248,500,6748,6.9,6856,61256 +"68",2020-03-30,"Quebec",58203,3471,54732,8007,603,7404,7.53,7511,68767 +"69",2020-03-31,"Quebec",64164,4224,59940,7231,753,6478,10.41,7569,76336 +"70",2020-04-01,"Quebec",69311,4798,64513,6288,574,5714,9.13,6493,82829 +"71",2020-04-02,"Quebec",74803,5513,69290,6761,715,6046,10.58,7182,90011 +"72",2020-04-03,"Quebec",80488,6126,74362,7009,613,6396,8.75,7743,97754 +"73",2020-04-04,"Quebec",84323,6749,77574,4959,623,4336,12.56,4990,102744 +"74",2020-04-05,"Quebec",87030,7255,79775,3590,506,3084,14.09,3978,106722 +"75",2020-04-06,"Quebec",90485,7867,82618,4442,612,3830,13.78,4805,111527 +"76",2020-04-07,"Quebec",94460,8687,85773,5110,820,4290,16.05,5394,116921 +"77",2020-04-08,"Quebec",97824,9240,88584,4422,553,3869,12.51,4968,121889 +"78",2020-04-09,"Quebec",101855,10048,91807,5348,808,4540,15.11,5508,127397 +"79",2020-04-10,"Quebec",105490,10611,94879,5045,563,4482,11.16,5267,132664 +"80",2020-04-11,"Quebec",109183,11263,97920,5245,652,4593,12.43,6923,139587 +"81",2020-04-12,"Quebec",113251,12084,101167,6064,821,5243,13.54,6230,145817 +"82",2020-04-13,"Quebec",117760,12944,104816,6918,860,6058,12.43,7016,152833 +"83",2020-04-14,"Quebec",122139,13995,108144,6550,1051,5499,16.05,7174,160007 +"84",2020-04-15,"Quebec",126630,14879,111751,6286,884,5402,14.06,6562,166569 +"85",2020-04-16,"Quebec",130949,15741,115208,6120,862,5258,14.08,6707,173276 +"86",2020-04-17,"Quebec",134835,16575,118260,5815,834,4981,14.34,6363,179639 +"87",2020-04-18,"Quebec",138564,17262,121302,5335,687,4648,12.88,5898,185537 +"88",2020-04-19,"Quebec",141817,17919,123898,4908,657,4251,13.39,5379,190916 +"89",2020-04-20,"Quebec",145086,18618,126468,4794,699,4095,14.58,6336,197252 +"90",2020-04-21,"Quebec",148562,19287,129275,5312,669,4643,12.59,5963,203215 +"91",2020-04-22,"Quebec",152826,20082,132744,6592,795,5797,12.06,8598,211813 +"92",2020-04-23,"Quebec",156999,20828,136171,6345,746,5599,11.76,6600,218413 +"93",2020-04-24,"Quebec",161212,21604,139608,6361,776,5585,12.2,7630,226043 +"94",2020-04-25,"Quebec",165159,22279,142880,6086,675,5411,11.09,6339,232382 +"95",2020-04-26,"Quebec",168555,22883,145672,5703,604,5099,10.59,7013,239395 +"96",2020-04-27,"Quebec",171965,23575,148390,5328,692,4636,12.99,6413,245808 +"97",2020-04-28,"Quebec",175924,24383,151541,6441,808,5633,12.54,7118,252926 +"98",2020-04-29,"Quebec",180426,25230,155196,7111,847,6264,11.91,8801,261727 +"99",2020-04-30,"Quebec",184805,26041,158764,6942,811,6131,11.68,8613,270340 +"100",2020-05-01,"Quebec",189341,26886,162455,7509,845,6664,11.25,9672,280012 +"101",2020-05-02,"Quebec",193482,27644,165838,6767,758,6009,11.2,7809,287821 +"102",2020-05-03,"Quebec",197121,28375,168746,5957,731,5226,12.27,7955,295776 +"103",2020-05-04,"Quebec",200072,28945,171127,4965,570,4395,11.48,6937,302713 +"104",2020-05-05,"Quebec",204301,29789,174512,7255,844,6411,11.63,9117,311830 +"105",2020-05-06,"Quebec",209225,30665,178560,8068,876,7192,10.86,9452,321282 +"106",2020-05-07,"Quebec",214084,31453,182631,7836,788,7048,10.06,10033,331315 +"107",2020-05-08,"Quebec",219209,32145,187064,8167,692,7475,8.47,10831,342146 +"108",2020-05-09,"Quebec",223912,32751,191161,7519,606,6913,8.06,9042,351188 +"109",2020-05-10,"Quebec",228342,33421,194921,7356,670,6686,9.11,8995,360183 +"110",2020-05-11,"Quebec",232213,33981,198232,6334,560,5774,8.84,8981,369164 +"111",2020-05-12,"Quebec",237504,34610,202894,8464,629,7835,7.43,11302,380466 +"112",2020-05-13,"Quebec",243340,35290,208050,9137,680,8457,7.44,11363,391829 +"113",2020-05-14,"Quebec",249701,36005,213696,10009,715,9294,7.14,13169,404998 +"114",2020-05-15,"Quebec",256226,36699,219527,10320,694,9626,6.72,12054,417052 +"115",2020-05-16,"Quebec",263060,37434,225626,10678,735,9943,6.88,13435,430487 +"116",2020-05-17,"Quebec",268344,38059,230285,8533,625,7908,7.32,10203,440690 +"117",2020-05-18,"Quebec",272484,38604,233880,6756,545,6211,8.07,9582,450272 +"118",2020-05-19,"Quebec",277693,39233,238460,8982,629,8353,7,11608,461880 +"119",2020-05-20,"Quebec",283855,39891,243964,10135,658,9477,6.49,12506,474386 +"120",2020-05-21,"Quebec",290684,40545,250139,11780,654,11126,5.55,14572,488958 +"121",2020-05-22,"Quebec",298121,41057,257064,12167,512,11655,4.21,15375,504333 +"122",2020-05-23,"Quebec",305836,41558,264278,12086,501,11585,4.15,13533,517866 +"123",2020-05-24,"Quebec",312764,42100,270664,10830,542,10288,5,12121,529987 +"124",2020-05-25,"Quebec",317016,42458,274558,7181,358,6823,4.99,10112,540099 +"125",2020-05-26,"Quebec",322861,42855,280006,10066,397,9669,3.94,12972,553071 +"126",2020-05-27,"Quebec",330163,43266,286897,12087,411,11676,3.4,14949,568020 +"127",2020-05-28,"Quebec",337432,43650,293782,12031,384,11647,3.19,13868,581888 +"128",2020-05-29,"Quebec",344076,44032,300044,11890,382,11508,3.21,13853,595741 +"129",2020-05-30,"Quebec",350567,44399,306168,11601,367,11234,3.16,12985,608726 +"130",2020-05-31,"Quebec",355804,44646,311158,8368,247,8121,2.95,9458,618184 +"131",2020-06-01,"Quebec",360242,44900,315342,7049,254,6795,3.6,9646,627830 +"132",2020-06-02,"Quebec",365778,45129,320649,9560,229,9331,2.4,12444,640274 +"133",2020-06-03,"Quebec",371799,45363,326436,10076,234,9842,2.32,12490,652764 +"134",2020-06-04,"Quebec",377328,45599,331729,9366,236,9130,2.52,10789,663553 +"135",2020-06-05,"Quebec",383961,45835,338126,10587,236,10351,2.23,12657,676210 +"136",2020-06-06,"Quebec",388835,46048,342787,7995,213,7782,2.66,9576,685786 +"137",2020-06-07,"Quebec",392269,46205,346064,5717,157,5560,2.75,6924,692710 +"138",2020-06-08,"Quebec",395464,46323,349141,5584,118,5466,2.11,7995,700705 +"139",2020-06-09,"Quebec",400268,46494,353774,8716,171,8545,1.96,9676,710381 +"140",2020-06-10,"Quebec",404936,46649,358287,7938,155,7783,1.95,9101,719482 +"141",2020-06-11,"Quebec",409387,46790,362597,7779,141,7638,1.81,9493,728975 +"142",2020-06-12,"Quebec",414998,46941,368057,8985,151,8834,1.68,9480,738455 +"143",2020-06-13,"Quebec",419219,47047,372172,6893,106,6787,1.54,7079,745534 +"144",2020-06-14,"Quebec",422049,47131,374918,4675,84,4591,1.8,5200,750734 +"145",2020-06-15,"Quebec",425303,47222,378081,5337,91,5246,1.71,6812,757546 +"146",2020-06-16,"Quebec",430182,47322,382860,8525,100,8425,1.17,8889,766435 +"147",2020-06-17,"Quebec",435328,47437,387891,8814,115,8699,1.3,9803,776238 +"148",2020-06-18,"Quebec",440570,47540,393030,9054,103,8951,1.14,9876,786114 +"149",2020-06-19,"Quebec",445671,47636,398035,8609,96,8513,1.12,8290,794404 +"150",2020-06-20,"Quebec",450272,47725,402547,7545,89,7456,1.18,7742,802146 +"151",2020-06-21,"Quebec",453262,47800,405462,4991,75,4916,1.5,5880,808026 +"152",2020-06-22,"Quebec",456338,47867,408471,5024,67,4957,1.33,6185,814211 +"153",2020-06-23,"Quebec",460824,47944,412880,7864,77,7787,0.98,7917,822128 +"154",2020-06-24,"Quebec",465600,48026,417574,8098,82,8016,1.01,8113,830241 +"155",2020-06-25,"Quebec",469451,48095,421356,6361,69,6292,1.08,7323,837564 +"156",2020-06-26,"Quebec",474777,48156,426621,8966,61,8905,0.68,9091,846655 +"157",2020-06-27,"Quebec",479656,48230,431426,7730,74,7656,0.96,7788,854443 +"158",2020-06-28,"Quebec",483315,48282,435033,5673,52,5621,0.92,5424,859867 +"159",2020-06-29,"Quebec",486835,48315,438520,5702,33,5669,0.58,6770,866637 +"160",2020-06-30,"Quebec",491956,48402,443554,8324,87,8237,1.05,8879,875516 +"161",2020-07-01,"Quebec",497109,48483,448626,8238,81,8157,0.98,8681,884197 +"162",2020-07-02,"Quebec",501029,48553,452476,6646,70,6576,1.05,7918,892115 +"163",2020-07-03,"Quebec",505932,48639,457293,7833,86,7747,1.1,7919,900034 +"164",2020-07-04,"Quebec",509875,48730,461145,6280,91,6189,1.45,6268,906302 +"165",2020-07-05,"Quebec",513342,48783,464559,5332,53,5279,0.99,5318,911620 +"166",2020-07-06,"Quebec",517530,48847,468683,6502,64,6438,0.98,7302,918922 +"167",2020-07-07,"Quebec",522820,48952,473868,8450,105,8345,1.24,9279,928201 +"168",2020-07-08,"Quebec",529263,49073,480190,10352,121,10231,1.17,10504,938705 +"169",2020-07-09,"Quebec",536132,49193,486939,11576,120,11456,1.04,12034,950739 +"170",2020-07-10,"Quebec",542749,49290,493459,10707,97,10610,0.91,11277,962016 +"171",2020-07-11,"Quebec",549052,49398,499654,9994,108,9886,1.08,10118,972134 +"172",2020-07-12,"Quebec",554105,49472,504633,7700,74,7626,0.96,8215,980349 +"173",2020-07-13,"Quebec",560242,49608,510634,9114,136,8978,1.49,9660,990009 +"174",2020-07-14,"Quebec",567757,49727,518030,11596,119,11477,1.03,12041,1002050 +"175",2020-07-15,"Quebec",576102,49880,526222,13454,153,13301,1.14,14383,1016433 +"176",2020-07-16,"Quebec",584977,50016,534961,14036,136,13900,0.97,14525,1030958 +"177",2020-07-17,"Quebec",595008,50192,544816,15320,176,15144,1.15,16466,1047424 +"178",2020-07-18,"Quebec",604310,50387,553923,13854,195,13659,1.41,13358,1060782 +"179",2020-07-19,"Quebec",611621,50498,561123,10824,111,10713,1.03,10834,1071616 +"180",2020-07-20,"Quebec",618825,50639,568186,10974,141,10833,1.28,11843,1083459 +"181",2020-07-21,"Quebec",628154,50831,577323,14256,192,14064,1.35,14310,1097769 +"182",2020-07-22,"Quebec",638108,51015,587093,15683,184,15499,1.17,16342,1114111 +"183",2020-07-23,"Quebec",648317,51176,597141,16655,161,16494,0.97,16953,1131064 +"184",2020-07-24,"Quebec",657388,51327,606061,14576,151,14425,1.04,15218,1146282 +"185",2020-07-25,"Quebec",665395,51470,613925,12678,143,12535,1.13,12774,1159056 +"186",2020-07-26,"Quebec",673082,51575,621507,11748,105,11643,0.89,10877,1169933 +"187",2020-07-27,"Quebec",681277,51685,629592,12624,110,12514,0.87,13498,1183431 +"188",2020-07-28,"Quebec",690569,51819,638750,14365,134,14231,0.93,15194,1198625 +"189",2020-07-29,"Quebec",701163,51989,649174,17551,170,17381,0.97,18255,1216880 +"190",2020-07-30,"Quebec",711008,52144,658864,16565,155,16410,0.94,17032,1233912 +"191",2020-07-31,"Quebec",720475,52263,668212,16150,119,16031,0.74,16733,1250645 +"192",2020-08-01,"Quebec",729550,52383,677167,14846,120,14726,0.81,13918,1264563 +"193",2020-08-02,"Quebec",735986,52481,683505,10201,98,10103,0.96,10325,1274888 +"194",2020-08-03,"Quebec",743395,52618,690777,11775,137,11638,1.16,12429,1287317 +"195",2020-08-04,"Quebec",753611,52765,700846,16244,147,16097,0.9,16293,1303610 +"196",2020-08-05,"Quebec",763459,52885,710574,16412,120,16292,0.73,16472,1320082 +"197",2020-08-06,"Quebec",773632,52987,720645,17057,102,16955,0.6,18077,1338159 +"198",2020-08-07,"Quebec",782740,53104,729636,16076,117,15959,0.73,16650,1354809 +"199",2020-08-08,"Quebec",791511,53219,738292,14115,115,14000,0.81,14636,1369445 +"200",2020-08-09,"Quebec",798277,53307,744970,10695,88,10607,0.82,9305,1378750 +"201",2020-08-10,"Quebec",804704,53386,751318,10764,79,10685,0.73,11649,1390399 +"202",2020-08-11,"Quebec",813863,53492,760371,15405,106,15299,0.69,16239,1406638 +"203",2020-08-12,"Quebec",823164,53588,769576,16742,96,16646,0.57,17137,1423775 +"204",2020-08-13,"Quebec",832494,53666,778828,17198,78,17120,0.45,17890,1441665 +"205",2020-08-14,"Quebec",841328,53729,787599,15056,63,14993,0.42,15765,1457430 +"206",2020-08-15,"Quebec",848821,53786,795035,12318,57,12261,0.46,11809,1469239 +"207",2020-08-16,"Quebec",854749,53833,800916,9591,47,9544,0.49,9762,1479001 +"208",2020-08-17,"Quebec",861822,53884,807938,11451,51,11400,0.45,12276,1491277 +"209",2020-08-18,"Quebec",870711,53967,816744,15153,83,15070,0.55,15783,1507060 +"210",2020-08-19,"Quebec",880019,54056,825963,16602,89,16513,0.54,17062,1524122 +"211",2020-08-20,"Quebec",889214,54159,835055,16612,103,16509,0.62,17833,1541955 +"212",2020-08-21,"Quebec",896625,54255,842370,13646,96,13550,0.7,14303,1556258 +"213",2020-08-22,"Quebec",903649,54340,849309,12290,85,12205,0.69,12096,1568354 +"214",2020-08-23,"Quebec",908899,54386,854513,8726,46,8680,0.53,8680,1577034 +"215",2020-08-24,"Quebec",914446,54439,860007,9593,53,9540,0.55,10773,1587807 +"216",2020-08-25,"Quebec",922752,54552,868200,14929,113,14816,0.76,15707,1603514 +"217",2020-08-26,"Quebec",930985,54678,876307,15211,126,15085,0.83,16197,1619711 +"218",2020-08-27,"Quebec",938627,54775,883852,15268,97,15171,0.64,16377,1636088 +"219",2020-08-28,"Quebec",946222,54903,891319,14557,128,14429,0.88,14098,1650186 +"220",2020-08-29,"Quebec",952852,55021,897831,11872,118,11754,0.99,11861,1662047 +"221",2020-08-30,"Quebec",958473,55138,903335,9435,117,9318,1.24,10236,1672283 +"222",2020-08-31,"Quebec",964574,55270,909304,10631,132,10499,1.24,11762,1684045 +"223",2020-09-01,"Quebec",973417,55454,917963,15499,184,15315,1.19,15891,1699936 +"224",2020-09-02,"Quebec",981841,55619,926222,15849,165,15684,1.04,17166,1717102 +"225",2020-09-03,"Quebec",992042,55836,936206,18622,217,18405,1.17,20219,1737321 +"226",2020-09-04,"Quebec",1001468,56035,945433,16994,199,16795,1.17,17329,1754650 +"227",2020-09-05,"Quebec",1010288,56253,954035,14744,218,14526,1.48,14050,1768700 +"228",2020-09-06,"Quebec",1018167,56444,961723,12498,191,12307,1.53,12097,1780797 +"229",2020-09-07,"Quebec",1026064,56595,969469,12802,151,12651,1.18,13663,1794460 +"230",2020-09-08,"Quebec",1036246,56800,979446,16504,205,16299,1.24,17857,1812317 +"231",2020-09-09,"Quebec",1049239,57045,992194,21891,245,21646,1.12,22961,1835278 +"232",2020-09-10,"Quebec",1062514,57288,1005226,22724,243,22481,1.07,24857,1860135 +"233",2020-09-11,"Quebec",1076159,57634,1018525,23496,346,23150,1.47,22180,1882315 +"234",2020-09-12,"Quebec",1088842,57964,1030878,21363,330,21033,1.54,21723,1904038 +"235",2020-09-13,"Quebec",1100750,58248,1042502,18674,284,18390,1.52,18360,1922398 +"236",2020-09-14,"Quebec",1112547,58497,1054050,18884,249,18635,1.32,21115,1943513 +"237",2020-09-15,"Quebec",1126877,58816,1068061,23561,319,23242,1.35,23823,1967336 +"238",2020-09-16,"Quebec",1142625,59134,1083491,26323,318,26005,1.21,27515,1994851 +"239",2020-09-17,"Quebec",1157627,59493,1098134,25379,359,25020,1.41,27165,2022016 +"240",2020-09-18,"Quebec",1174683,59987,1114696,30041,494,29547,1.64,30293,2052309 +"241",2020-09-19,"Quebec",1187891,60434,1127457,22798,447,22351,1.96,23090,2075399 +"242",2020-09-20,"Quebec",1201794,60934,1140860,22819,500,22319,2.19,22065,2097464 +"243",2020-09-21,"Quebec",1215599,61438,1154161,22323,504,21819,2.26,25634,2123098 +"244",2020-09-22,"Quebec",1230620,61971,1168649,25400,533,24867,2.1,27667,2150765 +"245",2020-09-23,"Quebec",1246394,62629,1183765,27423,658,26765,2.4,28523,2179288 +"246",2020-09-24,"Quebec",1263294,63362,1199932,30206,733,29473,2.43,30659,2209947 +"247",2020-09-25,"Quebec",1278986,64148,1214838,28618,786,27832,2.75,31242,2241189 +"248",2020-09-26,"Quebec",1293892,65022,1228870,26583,874,25709,3.29,25842,2267031 +"249",2020-09-27,"Quebec",1307045,65941,1241104,22777,919,21858,4.03,22718,2289749 +"250",2020-09-28,"Quebec",1321326,66810,1254516,24636,869,23767,3.53,25763,2315512 +"251",2020-09-29,"Quebec",1336860,67781,1269079,28775,971,27804,3.37,30549,2346061 +"252",2020-09-30,"Quebec",1352042,68846,1283196,29375,1065,28310,3.63,31442,2377503 +"253",2020-10-01,"Quebec",1366521,69955,1296566,29247,1109,28138,3.79,30762,2408265 +"254",2020-10-02,"Quebec",1382515,71257,1311258,30848,1302,29546,4.22,30620,2438885 +"255",2020-10-03,"Quebec",1396685,72294,1324391,27162,1037,26125,3.82,27184,2466069 +"256",2020-10-04,"Quebec",1408889,73211,1335678,22398,917,21481,4.09,21685,2487754 +"257",2020-10-05,"Quebec",1420578,74015,1346563,22052,804,21248,3.65,24124,2511878 +"258",2020-10-06,"Quebec",1435236,75107,1360129,28692,1092,27600,3.81,30086,2541964 +"259",2020-10-07,"Quebec",1448093,76102,1371991,27585,995,26590,3.61,29573,2571537 +"260",2020-10-08,"Quebec",1462538,77203,1385335,31090,1101,29989,3.54,31480,2603017 +"261",2020-10-09,"Quebec",1475338,78262,1397076,26618,1059,25559,3.98,26886,2629903 +"262",2020-10-10,"Quebec",1486072,79227,1406845,22396,965,21431,4.31,21808,2651711 +"263",2020-10-11,"Quebec",1496460,80205,1416255,19595,978,18617,4.99,19646,2671357 +"264",2020-10-12,"Quebec",1504976,80900,1424076,17130,695,16435,4.06,18943,2690300 +"265",2020-10-13,"Quebec",1515594,81922,1433672,22480,1022,21458,4.55,23386,2713686 +"266",2020-10-14,"Quebec",1528055,83094,1444961,28160,1172,26988,4.16,29784,2743470 +"267",2020-10-15,"Quebec",1539960,84263,1455697,27123,1169,25954,4.31,28028,2771498 +"268",2020-10-16,"Quebec",1550588,85504,1465084,24296,1241,23055,5.11,24287,2795785 +"269",2020-10-17,"Quebec",1559439,86397,1473042,19987,893,19094,4.47,20595,2816380 +"270",2020-10-18,"Quebec",1567699,87191,1480508,17125,794,16331,4.64,17932,2834312 +"271",2020-10-19,"Quebec",1576058,88072,1487986,18558,881,17677,4.75,20202,2854514 +"272",2020-10-20,"Quebec",1587510,89133,1498377,25555,1061,24494,4.15,26379,2880893 +"273",2020-10-21,"Quebec",1597959,90103,1507856,25331,970,24361,3.83,26288,2907181 +"274",2020-10-22,"Quebec",1608276,91020,1517256,25979,917,25062,3.53,26581,2933762 +"275",2020-10-23,"Quebec",1618318,92047,1526271,25107,1027,24080,4.09,26032,2959794 +"276",2020-10-24,"Quebec",1627445,92940,1534505,21273,893,20380,4.2,21007,2980801 +"277",2020-10-25,"Quebec",1636175,93829,1542346,18276,889,17387,4.86,18578,2999379 +"278",2020-10-26,"Quebec",1643566,94546,1549020,17193,717,16476,4.17,19614,3018993 +"279",2020-10-27,"Quebec",1654171,95617,1558554,25586,1071,24515,4.19,27010,3046003 +"280",2020-10-28,"Quebec",1663973,96546,1567427,25386,929,24457,3.66,26642,3072645 +"281",2020-10-29,"Quebec",1673513,97557,1575956,25872,1011,24861,3.91,27993,3100638 +"282",2020-10-30,"Quebec",1683369,98531,1584838,25258,974,24284,3.86,25279,3125917 +"283",2020-10-31,"Quebec",1692080,99597,1592483,21599,1066,20533,4.94,22487,3148404 +"284",2020-11-01,"Quebec",1699764,100511,1599253,16870,914,15956,5.42,17057,3165461 +"285",2020-11-02,"Quebec",1707410,101340,1606070,17982,829,17153,4.61,19597,3185058 +"286",2020-11-03,"Quebec",1717226,102402,1614824,24223,1062,23161,4.38,25563,3210621 +"287",2020-11-04,"Quebec",1727304,103542,1623762,27384,1140,26244,4.16,28925,3239546 +"288",2020-11-05,"Quebec",1737588,104874,1632714,27457,1332,26125,4.85,29776,3269322 +"289",2020-11-06,"Quebec",1747323,106132,1641191,26430,1258,25172,4.76,26951,3296273 +"290",2020-11-07,"Quebec",1756856,107402,1649454,22048,1270,20778,5.76,21884,3318157 +"291",2020-11-08,"Quebec",1765444,108616,1656828,18913,1214,17699,6.42,19848,3338005 +"292",2020-11-09,"Quebec",1774479,109916,1664563,19848,1300,18548,6.55,21851,3359856 +"293",2020-11-10,"Quebec",1784128,111178,1672950,25807,1262,24545,4.89,28078,3387934 +"294",2020-11-11,"Quebec",1794898,112438,1682460,27946,1260,26686,4.51,28916,3416850 +"295",2020-11-12,"Quebec",1805782,113833,1691949,28660,1395,27265,4.87,29846,3446696 +"296",2020-11-13,"Quebec",1816888,115259,1701629,29336,1426,27910,4.86,29512,3476208 +"297",2020-11-14,"Quebec",1826567,116397,1710170,25810,1138,24672,4.41,26864,3503072 +"298",2020-11-15,"Quebec",1835497,117508,1717989,20617,1111,19506,5.39,21685,3524757 +"299",2020-11-16,"Quebec",1844178,118537,1725641,20576,1029,19547,5,23289,3548046 +"300",2020-11-17,"Quebec",1855267,119796,1735471,28821,1259,27562,4.37,30045,3578091 +"301",2020-11-18,"Quebec",1866073,121040,1745033,30453,1244,29209,4.08,33422,3611513 +"302",2020-11-19,"Quebec",1876057,122224,1753833,30130,1184,28946,3.93,31696,3643209 +"303",2020-11-20,"Quebec",1885604,123366,1762238,29403,1142,28261,3.88,31469,3674678 +"304",2020-11-21,"Quebec",1894756,124455,1770301,25517,1089,24428,4.27,26091,3700769 +"305",2020-11-22,"Quebec",1903386,125727,1777659,21115,1272,19843,6.02,21378,3722147 +"306",2020-11-23,"Quebec",1910696,126712,1783984,18916,985,17931,5.21,21697,3743844 +"307",2020-11-24,"Quebec",1920355,127985,1792370,28833,1273,27560,4.42,31323,3775167 +"308",2020-11-25,"Quebec",1930802,129407,1801395,30838,1422,29416,4.61,32144,3807311 +"309",2020-11-26,"Quebec",1940773,130776,1809997,30629,1369,29260,4.47,31484,3838795 +"310",2020-11-27,"Quebec",1949955,132185,1817770,28328,1409,26919,4.97,28679,3867474 +"311",2020-11-28,"Quebec",1958202,133458,1824744,25574,1273,24301,4.98,24064,3891538 +"312",2020-11-29,"Quebec",1966755,134701,1832054,21240,1243,19997,5.85,21555,3913093 +"313",2020-11-30,"Quebec",1975317,136110,1839207,21526,1409,20117,6.55,24081,3937174 +"314",2020-12-01,"Quebec",1985979,137694,1848285,31522,1584,29938,5.03,33469,3970643 +"315",2020-12-02,"Quebec",1996648,139299,1857349,31415,1605,29810,5.11,33582,4004225 +"316",2020-12-03,"Quebec",2008128,141008,1867120,35039,1709,33330,4.88,36097,4040322 +"317",2020-12-04,"Quebec",2018598,142598,1876000,31305,1590,29715,5.08,30974,4071296 +"318",2020-12-05,"Quebec",2030088,144295,1885793,30843,1697,29146,5.5,31206,4102502 +"319",2020-12-06,"Quebec",2040032,145791,1894241,24369,1496,22873,6.14,25279,4127781 +"320",2020-12-07,"Quebec",2049521,147283,1902238,24695,1492,23203,6.04,27674,4155455 +"321",2020-12-08,"Quebec",2060337,149032,1911305,32655,1749,30906,5.36,34484,4189939 +"322",2020-12-09,"Quebec",2071725,150826,1920899,34194,1794,32400,5.25,36265,4226204 +"323",2020-12-10,"Quebec",2083488,152641,1930847,36425,1815,34610,4.98,38716,4264920 +"324",2020-12-11,"Quebec",2095465,154641,1940824,38262,2000,36262,5.23,38662,4303582 +"325",2020-12-12,"Quebec",2106867,156504,1950363,31971,1863,30108,5.83,32572,4336154 +"326",2020-12-13,"Quebec",2116831,158188,1958643,25437,1684,23753,6.62,25552,4361706 +"327",2020-12-14,"Quebec",2127048,160072,1966976,26202,1884,24318,7.19,30984,4392690 +"328",2020-12-15,"Quebec",2138472,161938,1976534,34812,1866,32946,5.36,38352,4431042 +"329",2020-12-16,"Quebec",2149904,164059,1985845,35833,2121,33712,5.92,37128,4468170 +"330",2020-12-17,"Quebec",2162100,166249,1995851,37636,2190,35446,5.82,39721,4507891 +"331",2020-12-18,"Quebec",2173766,168273,2005493,36011,2024,33987,5.62,36362,4544253 +"332",2020-12-19,"Quebec",2185058,170433,2014625,32695,2160,30535,6.61,32116,4576369 +"333",2020-12-20,"Quebec",2195803,172426,2023377,27265,1993,25272,7.31,27322,4603691 +"334",2020-12-21,"Quebec",2206765,174425,2032340,28906,1999,26907,6.92,33046,4636737 +"335",2020-12-22,"Quebec",2217718,176625,2041093,36090,2200,33890,6.1,36991,4673728 +"336",2020-12-23,"Quebec",2229631,178996,2050635,39413,2371,37042,6.02,40024,4713752 +"337",2020-12-24,"Quebec",2240099,181406,2058693,33739,2410,31329,7.14,32837,4746589 +"338",2020-12-25,"Quebec",2248521,183724,2064797,25181,2318,22863,9.21,25009,4771598 +"339",2020-12-26,"Quebec",2255919,185776,2070143,18649,2052,16597,11,19679,4791277 +"340",2020-12-27,"Quebec",2263514,188012,2075502,19988,2236,17752,11.19,20377,4811654 +"341",2020-12-28,"Quebec",2271051,190158,2080893,22183,2146,20037,9.67,26114,4837768 +"342",2020-12-29,"Quebec",2280977,193256,2087721,34172,3098,31074,9.07,36496,4874264 +"343",2020-12-30,"Quebec",2291381,196256,2095125,35436,3000,32436,8.47,36092,4910356 +"344",2020-12-31,"Quebec",2300639,198800,2101839,30070,2544,27526,8.46,30196,4940552 +"345",2021-01-01,"Quebec",2308804,201222,2107582,24321,2422,21899,9.96,23471,4964023 +"346",2021-01-02,"Quebec",2316526,203507,2113019,20520,2285,18235,11.14,21865,4985888 +"347",2021-01-03,"Quebec",2324453,205844,2118609,21029,2337,18692,11.11,21620,5007508 +"348",2021-01-04,"Quebec",2333139,208353,2124786,26035,2509,23526,9.64,28487,5035995 +"349",2021-01-05,"Quebec",2343113,210981,2132132,34162,2628,31534,7.69,36519,5072514 +"350",2021-01-06,"Quebec",2353828,213628,2140200,37103,2647,34456,7.13,39258,5111772 +"351",2021-01-07,"Quebec",2364961,216419,2148542,38780,2791,35989,7.2,38620,5150392 +"352",2021-01-08,"Quebec",2375717,218930,2156787,36906,2511,34395,6.8,35547,5185939 +"353",2021-01-09,"Quebec",2384863,220911,2163952,28455,1981,26474,6.96,28839,5214778 +"354",2021-01-10,"Quebec",2393897,223145,2170752,24898,2234,22664,8.97,25858,5240636 +"355",2021-01-11,"Quebec",2401758,224982,2176776,25302,1837,23465,7.26,28528,5269164 +"356",2021-01-12,"Quebec",2411707,227135,2184572,34604,2153,32451,6.22,35797,5304961 +"357",2021-01-13,"Quebec",2421047,229170,2191877,36913,2035,34878,5.51,38932,5343893 +"358",2021-01-14,"Quebec",2430271,231117,2199154,35947,1947,34000,5.42,37291,5381184 +"359",2021-01-15,"Quebec",2440524,233108,2207416,36207,1991,34216,5.5,35727,5416911 +"360",2021-01-16,"Quebec",2449378,234887,2214491,29554,1779,27775,6.02,28594,5445505 +"361",2021-01-17,"Quebec",2456560,236260,2220300,21541,1373,20168,6.37,22472,5467977 +"362",2021-01-18,"Quebec",2463555,237631,2225924,22641,1371,21270,6.06,25104,5493081 +"363",2021-01-19,"Quebec",2472746,239198,2233548,33280,1567,31713,4.71,35209,5528290 +"364",2021-01-20,"Quebec",2481825,240804,2241021,34900,1606,33294,4.6,37072,5565362 +"365",2021-01-21,"Quebec",2491730,242470,2249260,37996,1666,36330,4.38,39191,5604553 +"366",2021-01-22,"Quebec",2500506,243960,2256546,34405,1490,32915,4.33,35042,5639595 +"367",2021-01-23,"Quebec",2509221,245339,2263882,28704,1379,27325,4.8,28669,5668264 +"368",2021-01-24,"Quebec",2516200,246472,2269728,21178,1133,20045,5.35,21835,5690099 +"369",2021-01-25,"Quebec",2523772,247644,2276128,24193,1172,23021,4.84,28081,5718180 +"370",2021-01-26,"Quebec",2533308,248988,2284320,34366,1344,33022,3.91,36075,5754255 +"371",2021-01-27,"Quebec",2542852,250248,2292604,35870,1260,34610,3.51,37303,5791558 +"372",2021-01-28,"Quebec",2551930,251552,2300378,34493,1304,33189,3.78,35428,5826986 +"373",2021-01-29,"Quebec",2560931,252828,2308103,33061,1276,31785,3.86,33039,5860025 +"374",2021-01-30,"Quebec",2569464,254038,2315426,27514,1210,26304,4.4,27329,5887354 +"375",2021-01-31,"Quebec",2576477,254953,2321524,20366,915,19451,4.49,22387,5909741 +"376",2021-02-01,"Quebec",2583527,255834,2327693,23360,881,22479,3.77,26978,5936719 +"377",2021-02-02,"Quebec",2592816,257008,2335808,33895,1174,32721,3.46,35094,5971813 +"378",2021-02-03,"Quebec",2601246,258109,2343137,31265,1101,30164,3.52,32935,6004748 +"379",2021-02-04,"Quebec",2609619,259112,2350507,32247,1003,31244,3.11,34315,6039063 +"380",2021-02-05,"Quebec",2618986,260338,2358648,32454,1226,31228,3.78,33777,6072840 +"381",2021-02-06,"Quebec",2626600,261412,2365188,25000,1074,23926,4.3,24529,6097369 +"382",2021-02-07,"Quebec",2633183,262230,2370953,19125,818,18307,4.28,19827,6117196 +"383",2021-02-08,"Quebec",2640159,262974,2377185,21990,744,21246,3.38,25318,6142514 +"384",2021-02-09,"Quebec",2649496,263901,2385595,31723,927,30796,2.92,33653,6176167 +"385",2021-02-10,"Quebec",2658764,265049,2393715,31319,1148,30171,3.67,33188,6209355 +"386",2021-02-11,"Quebec",2668043,266019,2402024,31556,970,30586,3.07,34395,6243750 +"387",2021-02-12,"Quebec",2677449,267048,2410401,32136,1029,31107,3.2,30749,6274499 +"388",2021-02-13,"Quebec",2685622,267861,2417761,24413,813,23600,3.33,24295,6298794 +"389",2021-02-14,"Quebec",2692607,268571,2424036,19169,710,18459,3.7,19063,6317857 +"390",2021-02-15,"Quebec",2699958,269232,2430726,22028,661,21367,3,25819,6343676 +"391",2021-02-16,"Quebec",2709078,270029,2439049,31208,797,30411,2.55,31558,6375234 +"392",2021-02-17,"Quebec",2717441,270815,2446626,29612,786,28826,2.65,30126,6405360 +"393",2021-02-18,"Quebec",2726805,271663,2455142,32281,848,31433,2.63,33068,6438428 +"394",2021-02-19,"Quebec",2734571,272415,2462156,27370,752,26618,2.75,27518,6465946 +"395",2021-02-20,"Quebec",2741785,273161,2468624,22526,746,21780,3.31,22701,6488647 +"396",2021-02-21,"Quebec",2748488,273951,2474537,18434,790,17644,4.29,19081,6507728 +"397",2021-02-22,"Quebec",2755951,274566,2481385,22628,615,22013,2.72,23554,6531282 +"398",2021-02-23,"Quebec",2766197,275369,2490828,33189,803,32386,2.42,34181,6565463 +"399",2021-02-24,"Quebec",2776274,276207,2500067,33383,838,32545,2.51,34787,6600250 +"400",2021-02-25,"Quebec",2784981,276977,2508004,30068,770,29298,2.56,32233,6632483 +"401",2021-02-26,"Quebec",2793842,277848,2515994,29472,871,28601,2.96,30695,6663178 +"402",2021-02-27,"Quebec",2801503,278509,2522994,22754,661,22093,2.9,23795,6686973 +"403",2021-02-28,"Quebec",2807840,279079,2528761,18057,570,17487,3.16,19073,6706046 +"404",2021-03-01,"Quebec",2814985,279603,2535382,21763,524,21239,2.41,21811,6727857 +"405",2021-03-02,"Quebec",2823578,280424,2543154,28176,821,27355,2.91,28595,6756452 +"406",2021-03-03,"Quebec",2831675,281156,2550519,27845,732,27113,2.63,27933,6784385 +"407",2021-03-04,"Quebec",2839959,282018,2557941,28949,862,28087,2.98,28566,6812951 +"408",2021-03-05,"Quebec",2847578,282748,2564830,26516,730,25786,2.75,25978,6838929 +"409",2021-03-06,"Quebec",2854637,283424,2571213,21953,676,21277,3.08,22372,6861301 +"410",2021-03-07,"Quebec",2860977,283995,2576982,17974,571,17403,3.18,18483,6879784 +"411",2021-03-08,"Quebec",2868492,284587,2583905,22683,592,22091,2.61,22398,6902182 +"412",2021-03-09,"Quebec",2877224,285326,2591898,30069,739,29330,2.46,29655,6931837 +"413",2021-03-10,"Quebec",2885718,286032,2599686,29718,706,29012,2.38,29175,6961012 +"414",2021-03-11,"Quebec",2895350,286944,2608406,32635,912,31723,2.79,29507,6990519 +"415",2021-03-12,"Quebec",2904101,287759,2616342,28842,815,28027,2.83,28466,7018985 +"416",2021-03-13,"Quebec",2911473,288386,2623087,22421,627,21794,2.8,23159,7042144 +"417",2021-03-14,"Quebec",2918303,288951,2629352,18536,565,17971,3.05,18232,7060376 +"418",2021-03-15,"Quebec",2927131,289607,2637524,26157,656,25501,2.51,23432,7083808 +"419",2021-03-16,"Quebec",2940579,290655,2649924,39331,1048,38283,2.66,31945,7115753 +"420",2021-03-17,"Quebec",2951701,291564,2660137,35085,909,34176,2.59,33670,7149423 +"421",2021-03-18,"Quebec",2961836,292376,2669460,33245,812,32433,2.44,32943,7182366 +"422",2021-03-19,"Quebec",2971747,293159,2678588,31751,783,30968,2.47,31995,7214361 +"423",2021-03-20,"Quebec",2979375,293751,2685624,22592,592,22000,2.62,24609,7238970 +"424",2021-03-21,"Quebec",2985754,294240,2691514,18944,489,18455,2.58,21447,7260417 +"425",2021-03-22,"Quebec",2999140,295299,2703841,36443,1059,35384,2.91,25675,7286092 +"426",2021-03-23,"Quebec",3011816,296255,2715561,37586,956,36630,2.54,35129,7321221 +"427",2021-03-24,"Quebec",3024604,297277,2727327,39054,1022,38032,2.62,39663,7360884 +"428",2021-03-25,"Quebec",3033280,298085,2735195,29958,808,29150,2.7,35960,7396844 +"429",2021-03-26,"Quebec",3042881,298975,2743906,30998,890,30108,2.87,33671,7430515 +"430",2021-03-27,"Quebec",3052873,299905,2752968,29188,930,28258,3.19,26993,7457508 +"431",2021-03-28,"Quebec",3061667,300755,2760912,24341,850,23491,3.49,24804,7482312 +"432",2021-03-29,"Quebec",3072305,301740,2770565,31600,985,30615,3.12,31079,7513391 +"433",2021-03-30,"Quebec",3085733,302989,2782744,41336,1249,40087,3.02,40181,7553572 +"434",2021-03-31,"Quebec",3097064,304134,2792930,36526,1145,35381,3.13,41490,7595062 +"435",2021-04-01,"Quebec",3110282,305416,2804866,40994,1282,39712,3.13,39493,7634555 +"436",2021-04-02,"Quebec",3122298,306723,2815575,38576,1307,37269,3.39,37296,7671851 +"437",2021-04-03,"Quebec",3132689,307956,2824733,29774,1233,28541,4.14,29439,7701290 +"438",2021-04-04,"Quebec",3141973,309057,2832916,26195,1101,25094,4.2,26511,7727801 +"439",2021-04-05,"Quebec",3152388,310262,2842126,30146,1205,28941,4,29871,7757672 +"440",2021-04-06,"Quebec",3165481,312185,2853296,39224,1923,37301,4.9,39323,7796995 +"441",2021-04-07,"Quebec",3179836,313777,2866059,45597,1592,44005,3.49,45432,7842427 +"442",2021-04-08,"Quebec",3195502,316035,2879467,49980,2258,47722,4.52,50185,7892612 +"443",2021-04-09,"Quebec",3209385,317916,2891469,42770,1881,40889,4.4,39836,7932448 +"444",2021-04-10,"Quebec",3222356,319565,2902791,37808,1649,36159,4.36,36631,7969079 +"445",2021-04-11,"Quebec",3233352,320959,2912393,30266,1394,28872,4.61,29600,7998679 +"446",2021-04-12,"Quebec",3245425,322367,2923058,35250,1408,33842,3.99,34863,8033542 +"447",2021-04-13,"Quebec",3259423,323888,2935535,44713,1521,43192,3.4,42876,8076418 +"448",2021-04-14,"Quebec",3274087,325441,2948646,46558,1553,45005,3.34,46418,8122836 +"449",2021-04-15,"Quebec",3288105,327097,2961008,46319,1656,44663,3.58,46360,8169196 +"450",2021-04-16,"Quebec",3300412,328509,2971903,41573,1412,40161,3.4,41179,8210375 +"451",2021-04-17,"Quebec",3311241,329727,2981514,34260,1218,33042,3.56,33967,8244342 +"452",2021-04-18,"Quebec",3320256,330765,2989491,27878,1038,26840,3.72,27653,8271995 +"453",2021-04-19,"Quebec",3330618,331918,2998700,33973,1153,32820,3.39,32975,8304970 +"454",2021-04-20,"Quebec",3342766,333161,3009605,42611,1243,41368,2.92,42157,8347127 +"455",2021-04-21,"Quebec",3354845,334281,3020564,43544,1120,42424,2.57,43535,8390662 +"456",2021-04-22,"Quebec",3365918,335334,3030584,42993,1053,41940,2.45,43205,8433867 +"457",2021-04-23,"Quebec",3376842,336551,3040291,40270,1217,39053,3.02,39814,8473681 +"458",2021-04-24,"Quebec",3386026,337372,3048654,31749,821,30928,2.59,31689,8505370 +"459",2021-04-25,"Quebec",3394570,338267,3056303,27971,895,27076,3.2,27272,8532642 +"460",2021-04-26,"Quebec",3404077,339287,3064790,32665,1020,31645,3.12,31021,8563663 +"461",2021-04-27,"Quebec",3415603,340390,3075213,41499,1103,40396,2.66,40018,8603681 +"462",2021-04-28,"Quebec",3426701,341511,3085190,42501,1121,41380,2.64,42382,8646063 +"463",2021-04-29,"Quebec",3437211,342595,3094616,41309,1084,40225,2.62,41949,8688012 +"464",2021-04-30,"Quebec",3447824,343688,3104136,38776,1093,37683,2.82,36867,8724879 +"465",2021-05-01,"Quebec",3456431,344568,3111863,30349,880,29469,2.9,30471,8755350 +"466",2021-05-02,"Quebec",3464043,345390,3118653,24928,822,24106,3.3,24114,8779464 +"467",2021-05-03,"Quebec",3473437,346219,3127218,33583,829,32754,2.47,32380,8811844 +"468",2021-05-04,"Quebec",3484428,347092,3137336,40586,873,39713,2.15,39818,8851662 +"469",2021-05-05,"Quebec",3495216,347991,3147225,40794,899,39895,2.2,40198,8891860 +"470",2021-05-06,"Quebec",3505399,349002,3156397,40399,1011,39388,2.5,40562,8932422 +"471",2021-05-07,"Quebec",3514566,350011,3164555,33937,1009,32928,2.97,32613,8965035 +"472",2021-05-08,"Quebec",3522423,350713,3171710,28106,702,27404,2.5,27340,8992375 +"473",2021-05-09,"Quebec",3529388,351391,3177997,23868,678,23190,2.84,22950,9015325 +"474",2021-05-10,"Quebec",3538262,352133,3186129,31777,742,31035,2.34,30752,9046077 +"475",2021-05-11,"Quebec",3548344,352939,3195405,39416,806,38610,2.04,38138,9084215 +"476",2021-05-12,"Quebec",3558079,353793,3204286,39139,854,38285,2.18,38239,9122454 +"477",2021-05-13,"Quebec",3567281,354665,3212616,36691,872,35819,2.38,34613,9157067 +"478",2021-05-14,"Quebec",3576063,355542,3220521,33107,877,32230,2.65,33012,9190079 +"479",2021-05-15,"Quebec",3582732,356158,3226574,25174,616,24558,2.45,25491,9215570 +"480",2021-05-16,"Quebec",3589164,356689,3232475,22791,531,22260,2.33,22877,9238447 +"481",2021-05-17,"Quebec",3597084,357259,3239825,29179,570,28609,1.95,27799,9266246 +"482",2021-05-18,"Quebec",3605928,357879,3248049,35212,620,34592,1.76,33757,9300003 +"483",2021-05-19,"Quebec",3614481,358650,3255831,35336,771,34565,2.18,35155,9335158 +"484",2021-05-20,"Quebec",3621665,359258,3262407,29788,608,29180,2.04,29451,9364609 +"485",2021-05-21,"Quebec",3628108,359837,3268271,26540,579,25961,2.18,25818,9390427 +"486",2021-05-22,"Quebec",3633235,360256,3272979,19877,419,19458,2.11,19231,9409658 +"487",2021-05-23,"Quebec",3638095,360630,3277465,17693,374,17319,2.11,16123,9425781 +"488",2021-05-24,"Quebec",3643218,361001,3282217,20715,371,20344,1.79,19779,9445560 +"489",2021-05-25,"Quebec",3649721,361451,3288270,27334,450,26884,1.65,26706,9472266 +"490",2021-05-26,"Quebec",3656601,361916,3294685,29526,465,29061,1.57,29750,9502016 +"491",2021-05-27,"Quebec",3662637,362340,3300297,25694,424,25270,1.65,25207,9527223 +"492",2021-05-28,"Quebec",3667987,362718,3305269,23257,378,22879,1.63,22800,9550023 +"493",2021-05-29,"Quebec",3672898,363025,3309873,18780,307,18473,1.63,18895,9568918 +"494",2021-05-30,"Quebec",3677292,363255,3314037,16793,230,16563,1.37,16512,9585430 +"495",2021-05-31,"Quebec",3683132,363513,3319619,23398,258,23140,1.1,22820,9608250 +"496",2021-06-01,"Quebec",3690641,363815,3326826,30004,302,29702,1.01,30349,9638599 +"497",2021-06-02,"Quebec",3696657,364100,3332557,25217,285,24932,1.13,25448,9664047 +"498",2021-06-03,"Quebec",3702428,364360,3338068,24072,260,23812,1.08,24118,9688165 +"499",2021-06-04,"Quebec",3707609,364589,3343020,20685,229,20456,1.11,21030,9709195 +"500",2021-06-05,"Quebec",3712261,364781,3347480,17259,192,17067,1.11,17286,9726481 +"501",2021-06-06,"Quebec",3716427,364944,3351483,15031,163,14868,1.08,14895,9741376 +"502",2021-06-07,"Quebec",3721880,365109,3356771,21244,165,21079,0.78,21177,9762553 +"503",2021-06-08,"Quebec",3727946,365306,3362640,24160,197,23963,0.82,25101,9787654 +"504",2021-06-09,"Quebec",3733427,365554,3367873,22790,248,22542,1.09,23596,9811250 +"505",2021-06-10,"Quebec",3738439,365753,3372686,19666,199,19467,1.01,20079,9831329 +"506",2021-06-11,"Quebec",3743252,365909,3377343,19665,156,19509,0.79,19323,9850652 +"507",2021-06-12,"Quebec",3747645,366047,3381598,16201,138,16063,0.85,15978,9866630 +"508",2021-06-13,"Quebec",3751962,366166,3385796,15773,119,15654,0.75,15672,9882302 +"509",2021-06-14,"Quebec",3757336,366282,3391054,21024,116,20908,0.55,20173,9902475 +"510",2021-06-15,"Quebec",3764193,366442,3397751,26728,160,26568,0.6,27104,9929579 +"511",2021-06-16,"Quebec",3770274,366604,3403670,22812,162,22650,0.71,23465,9953044 +"512",2021-06-17,"Quebec",3775576,366778,3408798,20776,174,20602,0.84,20307,9973351 +"513",2021-06-18,"Quebec",3780282,366912,3413370,18113,134,17979,0.74,17289,9990640 +"514",2021-06-19,"Quebec",3785279,367000,3418279,17313,88,17225,0.51,17302,10007942 +"515",2021-06-20,"Quebec",3789998,367093,3422905,17041,93,16948,0.55,16607,10024549 +"516",2021-06-21,"Quebec",3795449,367182,3428267,20658,89,20569,0.43,20061,10044610 +"517",2021-06-22,"Quebec",3801353,367287,3434066,22243,105,22138,0.47,22348,10066958 +"518",2021-06-23,"Quebec",3806379,367363,3439016,19726,76,19650,0.39,20802,10087760 +"519",2021-06-24,"Quebec",3811173,367439,3443734,17603,76,17527,0.43,18196,10105956 +"520",2021-06-25,"Quebec",3815457,367545,3447912,15844,106,15738,0.67,15540,10121496 +"521",2021-06-26,"Quebec",3819997,367615,3452382,16710,70,16640,0.42,16765,10138261 +"522",2021-06-27,"Quebec",3824380,367668,3456712,15629,53,15576,0.34,15111,10153372 +"523",2021-06-28,"Quebec",3829624,367764,3461860,19280,96,19184,0.5,18982,10172354 +"524",2021-06-29,"Quebec",3834839,367861,3466978,18369,97,18272,0.53,19320,10191674 +"525",2021-06-30,"Quebec",3839503,367930,3471573,17566,69,17497,0.39,18515,10210189 +"526",2021-07-01,"Quebec",3843809,368000,3475809,14956,70,14886,0.47,15296,10225485 +"527",2021-07-02,"Quebec",3847978,368052,3479926,13837,52,13785,0.38,14115,10239600 +"528",2021-07-03,"Quebec",3851696,368102,3483594,12848,50,12798,0.39,13649,10253249 +"529",2021-07-04,"Quebec",3855100,368136,3486964,11807,34,11773,0.29,11722,10264971 +"530",2021-07-05,"Quebec",3859787,368231,3491556,16439,95,16344,0.58,17292,10282263 +"531",2021-07-06,"Quebec",3864812,368305,3496507,17726,74,17652,0.42,18376,10300639 +"532",2021-07-07,"Quebec",3870015,368385,3501630,16699,80,16619,0.48,17815,10318454 +"533",2021-07-08,"Quebec",3875261,368443,3506818,16674,58,16616,0.35,16849,10335303 +"534",2021-07-09,"Quebec",3880145,368503,3511642,15019,60,14959,0.4,12633,10347936 +"535",2021-07-10,"Quebec",3884179,368559,3515620,12609,56,12553,0.44,13084,10361020 +"536",2021-07-11,"Quebec",3888035,368613,3519422,11775,54,11721,0.46,11417,10372437 +"537",2021-07-12,"Quebec",3892805,368663,3524142,15940,50,15890,0.31,16073,10388510 +"538",2021-07-13,"Quebec",3897965,368752,3529213,17253,89,17164,0.52,18609,10407119 +"539",2021-07-14,"Quebec",3902689,368832,3533857,15529,80,15449,0.52,16182,10423301 +"540",2021-07-15,"Quebec",3907505,368927,3538578,15611,95,15516,0.61,16011,10439312 +"541",2021-07-16,"Quebec",3912045,368999,3543046,13922,72,13850,0.52,14576,10453888 +"542",2021-07-17,"Quebec",3915897,369070,3546827,11887,71,11816,0.6,12304,10466192 +"543",2021-07-18,"Quebec",3919006,369127,3549879,10036,57,9979,0.57,9777,10475969 +"544",2021-07-19,"Quebec",3923630,369219,3554411,15022,92,14930,0.61,15018,10490987 +"545",2021-07-20,"Quebec",3928415,369308,3559107,15318,89,15229,0.58,15822,10506809 +"546",2021-07-21,"Quebec",3933186,369395,3563791,15537,87,15450,0.56,15038,10521847 +"547",2021-07-22,"Quebec",3938200,369525,3568675,15218,130,15088,0.85,16310,10538157 +"548",2021-07-23,"Quebec",3942733,369628,3573105,13970,103,13867,0.74,14562,10552719 +"549",2021-07-24,"Quebec",3946666,369708,3576958,11708,80,11628,0.68,12126,10564845 +"550",2021-07-25,"Quebec",3950116,369772,3580344,10348,64,10284,0.62,10155,10575000 +"551",2021-07-26,"Quebec",3954353,369880,3584473,13921,108,13813,0.78,16413,10591413 +"552",2021-07-27,"Quebec",3958915,369989,3588926,14445,109,14336,0.75,15208,10606621 +"553",2021-07-28,"Quebec",3963482,370111,3593371,14785,122,14663,0.83,15706,10622327 +"554",2021-07-29,"Quebec",3967993,370255,3597738,14049,144,13905,1.02,14500,10636827 +"555",2021-07-30,"Quebec",3972667,370421,3602246,14307,166,14141,1.16,14551,10651378 +"556",2021-07-31,"Quebec",3976686,370577,3606109,11778,156,11622,1.32,12676,10664054 +"557",2021-08-01,"Quebec",3980764,370696,3610068,11401,119,11282,1.04,11341,10675395 +"558",2021-08-02,"Quebec",3985710,370864,3614846,15750,168,15582,1.07,15781,10691176 +"559",2021-08-03,"Quebec",3991381,371052,3620329,17154,188,16966,1.1,17952,10709128 +"560",2021-08-04,"Quebec",3997933,371344,3626589,18326,292,18034,1.59,18829,10727957 +"561",2021-08-05,"Quebec",4004256,371615,3632641,17615,271,17344,1.54,17872,10745829 +"562",2021-08-06,"Quebec",4009956,371852,3638104,16835,237,16598,1.41,17047,10762876 +"563",2021-08-07,"Quebec",4015351,372099,3643252,14874,247,14627,1.66,15558,10778434 +"564",2021-08-08,"Quebec",4019883,372310,3647573,13076,211,12865,1.61,12940,10791374 +"565",2021-08-09,"Quebec",4025674,372581,3653093,18058,271,17787,1.5,18277,10809651 +"566",2021-08-10,"Quebec",4031934,372910,3659024,17952,329,17623,1.83,18427,10828078 +"567",2021-08-11,"Quebec",4037853,373313,3664540,18614,403,18211,2.17,17632,10845710 +"568",2021-08-12,"Quebec",4043695,373686,3670009,17258,373,16885,2.16,17938,10863648 +"569",2021-08-13,"Quebec",4050173,374068,3676105,17674,382,17292,2.16,18009,10881657 +"570",2021-08-14,"Quebec",4055915,374473,3681442,16123,405,15718,2.51,16389,10898046 +"571",2021-08-15,"Quebec",4061033,374781,3686252,14669,308,14361,2.1,14257,10912303 +"572",2021-08-16,"Quebec",4066708,375151,3691557,18133,370,17763,2.04,18100,10930403 +"573",2021-08-17,"Quebec",4072674,375580,3697094,19063,429,18634,2.25,18806,10949209 +"574",2021-08-18,"Quebec",4078734,376059,3702675,19847,479,19368,2.41,20315,10969524 +"575",2021-08-19,"Quebec",4084989,376595,3708394,19231,536,18695,2.79,19021,10988545 +"576",2021-08-20,"Quebec",4090055,377085,3712970,16981,490,16491,2.89,17227,11005772 +"577",2021-08-21,"Quebec",4095113,377457,3717656,15806,372,15434,2.35,15211,11020983 +"578",2021-08-22,"Quebec",4099184,377784,3721400,12657,327,12330,2.58,12497,11033480 +"579",2021-08-23,"Quebec",4104410,378197,3726213,17852,413,17439,2.31,17549,11051029 +"580",2021-08-24,"Quebec",4110510,378763,3731747,20479,566,19913,2.76,20613,11071642 +"581",2021-08-25,"Quebec",4117005,379420,3737585,21491,657,20834,3.06,20201,11091843 +"582",2021-08-26,"Quebec",4123399,380049,3743350,21720,629,21091,2.9,20634,11112477 +"583",2021-08-27,"Quebec",4129463,380550,3748913,19651,501,19150,2.55,18698,11131175 +"584",2021-08-28,"Quebec",4134699,381048,3753651,17353,498,16855,2.87,16280,11147455 +"585",2021-08-29,"Quebec",4140065,381460,3758605,17567,412,17155,2.35,16646,11164101 +"586",2021-08-30,"Quebec",4146248,382021,3764227,20529,561,19968,2.73,20319,11184420 +"587",2021-08-31,"Quebec",4153289,382726,3770563,23523,705,22818,3,22961,11207381 +"588",2021-09-01,"Quebec",4159958,383542,3776416,23026,816,22210,3.54,20566,11227947 +"589",2021-09-02,"Quebec",4166651,384297,3782354,22748,755,21993,3.32,22151,11250098 +"590",2021-09-03,"Quebec",4172908,384947,3787961,20784,650,20134,3.13,19821,11269919 +"591",2021-09-04,"Quebec",4178167,385570,3792597,17601,623,16978,3.54,17016,11286935 +"592",2021-09-05,"Quebec",4183340,386054,3797286,16806,484,16322,2.88,16713,11303648 +"593",2021-09-06,"Quebec",4189300,386649,3802651,20805,595,20210,2.86,19715,11323363 +"594",2021-09-07,"Quebec",4196173,387275,3808898,24189,626,23563,2.59,25155,11348518 +"595",2021-09-08,"Quebec",4203777,388035,3815742,27694,760,26934,2.74,27641,11376159 +"596",2021-09-09,"Quebec",4212393,388990,3823403,29430,955,28475,3.24,27166,11403325 +"597",2021-09-10,"Quebec",4220249,389864,3830385,25795,874,24921,3.39,25454,11428779 +"598",2021-09-11,"Quebec",4227195,390510,3836685,22701,646,22055,2.85,22217,11450996 +"599",2021-09-12,"Quebec",4233342,391119,3842223,22089,609,21480,2.76,21130,11472126 +"600",2021-09-13,"Quebec",4240733,391791,3848942,26275,672,25603,2.56,25602,11497728 +"601",2021-09-14,"Quebec",4250016,392534,3857482,32285,743,31542,2.3,31501,11529229 +"602",2021-09-15,"Quebec",4259413,393358,3866055,33128,824,32304,2.49,31701,11560930 +"603",2021-09-16,"Quebec",4269386,394171,3875215,33680,813,32867,2.41,32578,11593508 +"604",2021-09-17,"Quebec",4277909,394973,3882936,29182,802,28380,2.75,28826,11622334 +"605",2021-09-18,"Quebec",4285174,395613,3889561,25221,640,24581,2.54,25000,11647334 +"606",2021-09-19,"Quebec",4291774,396231,3895543,23785,618,23167,2.6,22720,11670054 +"607",2021-09-20,"Quebec",4299589,396866,3902723,28400,635,27765,2.24,27704,11697758 +"608",2021-09-21,"Quebec",4308006,397476,3910530,31283,610,30673,1.95,31350,11729108 +"609",2021-09-22,"Quebec",4318298,398260,3920038,37126,784,36342,2.11,36146,11765254 +"610",2021-09-23,"Quebec",4327647,398978,3928669,33140,718,32422,2.17,32232,11797486 +"611",2021-09-24,"Quebec",4336354,399764,3936590,31618,786,30832,2.49,31452,11828938 +"612",2021-09-25,"Quebec",4343317,400345,3942972,24391,581,23810,2.38,24041,11852979 +"613",2021-09-26,"Quebec",4349079,400831,3948248,21975,486,21489,2.21,20748,11873727 +"614",2021-09-27,"Quebec",4356859,401327,3955532,28628,496,28132,1.73,27339,11901066 +"615",2021-09-28,"Quebec",4365378,401896,3963482,31971,569,31402,1.78,31456,11932522 +"616",2021-09-29,"Quebec",4375145,402598,3972547,34940,702,34238,2.01,35216,11967738 +"617",2021-09-30,"Quebec",4383875,403181,3980694,31181,583,30598,1.87,29901,11997639 +"618",2021-10-01,"Quebec",4391876,403801,3988075,28639,620,28019,2.16,27140,12024779 +"619",2021-10-02,"Quebec",4398530,404192,3994338,23025,391,22634,1.7,21903,12046682 +"620",2021-10-03,"Quebec",4404505,404625,3999880,21555,433,21122,2.01,20731,12067413 +"621",2021-10-04,"Quebec",4411790,405100,4006690,28028,475,27553,1.69,26512,12093925 +"622",2021-10-05,"Quebec",4420329,405629,4014700,32890,529,32361,1.61,32030,12125955 +"623",2021-10-06,"Quebec",4429353,406238,4023115,32555,609,31946,1.87,31069,12157024 +"624",2021-10-07,"Quebec",4438432,406856,4031576,32362,618,31744,1.91,31908,12188932 +"625",2021-10-08,"Quebec",4446575,407448,4039127,28787,592,28195,2.06,27674,12216606 +"626",2021-10-09,"Quebec",4452911,407975,4044936,22359,527,21832,2.36,22031,12238637 +"627",2021-10-10,"Quebec",4458775,408395,4050380,19838,420,19418,2.12,19003,12257640 +"628",2021-10-11,"Quebec",4465444,408816,4056628,23947,421,23526,1.76,22847,12280487 +"629",2021-10-12,"Quebec",4473005,409397,4063608,29219,581,28638,1.99,28010,12308497 +"630",2021-10-13,"Quebec",4482038,410035,4072003,33624,638,32986,1.9,34093,12342590 +"631",2021-10-14,"Quebec",4491000,410721,4080279,32159,686,31473,2.13,32152,12374742 +"632",2021-10-15,"Quebec",4499205,411513,4087692,28008,792,27216,2.83,26975,12401717 +"633",2021-10-16,"Quebec",4506131,411935,4094196,23492,422,23070,1.8,22642,12424359 +"634",2021-10-17,"Quebec",4512246,412283,4099963,21236,348,20888,1.64,21110,12445469 +"635",2021-10-18,"Quebec",4519923,412698,4107225,27509,415,27094,1.51,26497,12471966 +"636",2021-10-19,"Quebec",4528518,413477,4115041,31391,779,30612,2.48,30440,12502406 +"637",2021-10-20,"Quebec",4536249,413881,4122368,28984,404,28580,1.39,27631,12530037 +"638",2021-10-21,"Quebec",4543686,414287,4129399,27941,406,27535,1.45,26931,12556968 +"639",2021-10-22,"Quebec",4551023,414725,4136298,25753,438,25315,1.7,24679,12581647 +"640",2021-10-23,"Quebec",4557610,415089,4142521,22405,364,22041,1.62,21435,12603082 +"641",2021-10-24,"Quebec",4563257,415428,4147829,20797,339,20458,1.63,20305,12623387 +"642",2021-10-25,"Quebec",4569734,415783,4153951,25645,355,25290,1.38,25291,12648678 +"643",2021-10-26,"Quebec",4578251,416231,4162020,32259,448,31811,1.39,31970,12680648 +"644",2021-10-27,"Quebec",4585850,416704,4169146,29409,473,28936,1.61,28908,12709556 +"645",2021-10-28,"Quebec",4593622,417254,4176368,28930,550,28380,1.9,28673,12738229 +"646",2021-10-29,"Quebec",4600560,417793,4182767,25203,539,24664,2.14,23865,12762094 +"647",2021-10-30,"Quebec",4606610,418327,4188283,21747,534,21213,2.46,20904,12782998 +"648",2021-10-31,"Quebec",4612377,418815,4193562,20700,488,20212,2.36,20717,12803715 +"649",2021-11-01,"Quebec",4619063,419292,4199771,26409,477,25932,1.81,25573,12829288 +"650",2021-11-02,"Quebec",4627260,419823,4207437,31707,531,31176,1.67,29685,12858973 +"651",2021-11-03,"Quebec",4635375,420457,4214918,29809,634,29175,2.13,27531,12886504 +"652",2021-11-04,"Quebec",4643366,421117,4222249,31017,660,30357,2.13,30241,12916745 +"653",2021-11-05,"Quebec",4650783,421712,4229071,27279,595,26684,2.18,26542,12943287 +"654",2021-11-06,"Quebec",4657455,422292,4235163,24376,580,23796,2.38,23424,12966711 +"655",2021-11-07,"Quebec",4662815,422792,4240023,21700,500,21200,2.3,21669,12988380 +"656",2021-11-08,"Quebec",4669677,423314,4246363,27024,522,26502,1.93,26555,13014935 +"657",2021-11-09,"Quebec",4678172,424032,4254140,33694,718,32976,2.13,33498,13048433 +"658",2021-11-10,"Quebec",4685716,424708,4261008,29709,676,29033,2.28,29748,13078181 +"659",2021-11-11,"Quebec",4693154,425405,4267749,28638,697,27941,2.43,28680,13106861 +"660",2021-11-12,"Quebec",4700552,426117,4274435,28079,712,27367,2.54,28305,13135166 +"661",2021-11-13,"Quebec",4706672,426622,4280050,22118,505,21613,2.28,22555,13157721 +"662",2021-11-14,"Quebec",4712080,427160,4284920,20680,538,20142,2.6,20376,13178097 +"663",2021-11-15,"Quebec",4718826,427751,4291075,27054,591,26463,2.18,26609,13204706 +"664",2021-11-16,"Quebec",4726866,428452,4298414,32856,701,32155,2.13,32145,13236851 +"665",2021-11-17,"Quebec",4735057,429236,4305821,31067,784,30283,2.52,30927,13267778 +"666",2021-11-18,"Quebec",4742702,429954,4312748,29421,718,28703,2.44,29227,13297005 +"667",2021-11-19,"Quebec",4749666,430718,4318948,25784,764,25020,2.96,24757,13321762 +"668",2021-11-20,"Quebec",4756264,431437,4324827,23897,719,23178,3.01,23538,13345300 +"669",2021-11-21,"Quebec",4762159,432096,4330063,22353,659,21694,2.95,22002,13367302 +"670",2021-11-22,"Quebec",4769144,432830,4336314,28252,734,27518,2.6,27902,13395204 +"671",2021-11-23,"Quebec",4777615,433707,4343908,33264,877,32387,2.64,32548,13427752 +"672",2021-11-24,"Quebec",4785966,434685,4351281,32181,978,31203,3.04,31250,13459002 +"673",2021-11-25,"Quebec",4795245,435853,4359392,34479,1168,33311,3.39,33215,13492217 +"674",2021-11-26,"Quebec",4803643,436851,4366792,31457,998,30459,3.17,31906,13524123 +"675",2021-11-27,"Quebec",4810310,437659,4372651,24397,808,23589,3.31,24500,13548623 +"676",2021-11-28,"Quebec",4816359,438373,4377986,23628,714,22914,3.02,23640,13572263 +"677",2021-11-29,"Quebec",4823818,439287,4384531,30055,914,29141,3.04,29009,13601272 +"678",2021-11-30,"Quebec",4832725,440395,4392330,35536,1108,34428,3.12,35037,13636309 +"679",2021-12-01,"Quebec",4842143,441689,4400454,36162,1294,34868,3.58,35504,13671813 +"680",2021-12-02,"Quebec",4851671,443137,4408534,36076,1448,34628,4.01,35726,13707539 +"681",2021-12-03,"Quebec",4861125,444530,4416595,34937,1393,33544,3.99,34846,13742385 +"682",2021-12-04,"Quebec",4869472,445776,4423696,29932,1246,28686,4.16,29545,13771930 +"683",2021-12-05,"Quebec",4876411,446919,4429492,26138,1143,24995,4.37,25684,13797614 +"684",2021-12-06,"Quebec",4884734,448197,4436537,31786,1278,30508,4.02,31491,13829105 +"685",2021-12-07,"Quebec",4894434,449739,4444695,36569,1542,35027,4.22,36489,13865594 +"686",2021-12-08,"Quebec",4904723,451702,4453021,39965,1963,38002,4.91,39837,13905431 +"687",2021-12-09,"Quebec",4915641,453670,4461971,40071,1968,38103,4.91,39767,13945198 +"688",2021-12-10,"Quebec",4925730,455684,4470046,38394,2014,36380,5.25,38156,13983354 +"689",2021-12-11,"Quebec",4935706,457379,4478327,34622,1695,32927,4.9,34063,14017417 +"690",2021-12-12,"Quebec",4944671,459010,4485661,31140,1631,29509,5.24,30836,14048253 +"691",2021-12-13,"Quebec",4955558,461162,4494396,37147,2152,34995,5.79,35854,14084107 +"692",2021-12-14,"Quebec",4968507,463818,4504689,44101,2656,41445,6.02,42778,14126885 +"693",2021-12-15,"Quebec",4982472,467131,4515341,44726,3313,41413,7.41,44911,14171796 +"694",2021-12-16,"Quebec",4997627,471089,4526538,47398,3958,43440,8.35,46691,14218487 +"695",2021-12-17,"Quebec",5012658,475322,4537336,47370,4233,43137,8.94,45493,14263980 +"696",2021-12-18,"Quebec",5027872,479936,4547936,46445,4614,41831,9.93,45534,14309514 +"697",2021-12-19,"Quebec",5043054,484249,4558805,42309,4313,37996,10.19,43912,14353426 +"698",2021-12-20,"Quebec",5060834,490699,4570135,48628,6450,42178,13.26,50526,14403952 +"699",2021-12-21,"Quebec",5080729,498794,4581935,54973,8095,46878,14.73,52927,14456879 +"700",2021-12-22,"Quebec",5104740,509874,4594866,62557,11080,51477,17.71,60496,14517375 +"701",2021-12-23,"Quebec",5127032,521277,4605755,58336,11403,46933,19.55,55863,14573238 +"702",2021-12-24,"Quebec",5148939,532543,4616396,55011,11266,43745,20.48,53334,14626572 +"703",2021-12-25,"Quebec",5167025,542773,4624252,43019,10230,32789,23.78,44022,14670594 +"704",2021-12-26,"Quebec",5184959,552913,4632046,40569,10140,30429,24.99,40759,14711353 +"705",2021-12-27,"Quebec",5206488,565899,4640589,47676,12986,34690,27.24,48190,14759543 +"706",2021-12-28,"Quebec",5230159,580878,4649281,52693,14979,37714,28.43,53990,14813533 +"707",2021-12-29,"Quebec",5256081,599031,4657050,58725,18153,40572,30.91,59054,14872587 +"708",2021-12-30,"Quebec",5281798,617020,4664778,59071,17989,41082,30.45,58866,14931453 +"709",2021-12-31,"Quebec",5305350,633405,4671945,53332,16385,36947,30.72,54750,14986203 +"710",2022-01-01,"Quebec",5325074,647622,4677452,45525,14217,31308,31.23,47731,15033934 +"711",2022-01-02,"Quebec",5344346,661214,4683132,44837,13592,31245,30.31,47044,15080978 +"712",2022-01-03,"Quebec",5364728,674688,4690040,47395,13474,33921,28.43,48167,15129145 +"713",2022-01-04,"Quebec",5388028,691651,4696377,54110,16963,37147,31.35,56042,15185187 +"714",2022-01-05,"Quebec",5412874,708806,4704068,59304,17155,42149,28.93,61305,15246492 +"715",2022-01-06,"Quebec",5435851,724548,4711303,56036,15742,40294,28.09,59361,15305853 +"716",2022-01-07,"Quebec",5455249,737708,4717541,50003,13160,36843,26.32,51438,15357291 +"717",2022-01-08,"Quebec",5468756,746476,4722280,41786,8768,33018,20.98,42220,15399511 +"718",2022-01-09,"Quebec",5481629,754137,4727492,37472,7661,29811,20.44,39191,15438702 +"719",2022-01-10,"Quebec",5492660,761015,4731645,35440,6878,28562,19.41,38412,15477114 +"720",2022-01-11,"Quebec",5503969,768091,4735878,41469,7076,34393,17.06,43256,15520370 +"721",2022-01-12,"Quebec",5514796,774575,4740221,39504,6484,33020,16.41,42551,15562921 +"722",2022-01-13,"Quebec",5526313,780482,4745831,41892,5907,35985,14.1,43620,15606541 +"723",2022-01-14,"Quebec",5537179,785810,4751369,39176,5328,33848,13.6,39770,15646311 +"724",2022-01-15,"Quebec",5547420,790637,4756783,35785,4827,30958,13.49,35816,15682127 +"725",2022-01-16,"Quebec",5555896,794584,4761312,28021,3947,24074,14.09,29042,15711169 +"726",2022-01-17,"Quebec",5565492,798970,4766522,33034,4386,28648,13.28,34015,15745184 +"727",2022-01-18,"Quebec",5575687,803999,4771688,37180,5029,32151,13.53,38945,15784129 +"728",2022-01-19,"Quebec",5586749,808725,4778024,39301,4726,34575,12.03,41258,15825387 +"729",2022-01-20,"Quebec",5596667,812994,4783673,34844,4269,30575,12.25,35240,15860627 +"730",2022-01-21,"Quebec",5604801,816803,4787998,33057,3809,29248,11.52,35009,15895636 +"731",2022-01-22,"Quebec",5612531,819827,4792704,28478,3024,25454,10.62,30014,15925650 +"732",2022-01-23,"Quebec",5618444,822420,4796024,20837,2593,18244,12.44,21730,15947380 +"733",2022-01-24,"Quebec",5626100,825781,4800319,27935,3361,24574,12.03,30020,15977400 +"734",2022-01-25,"Quebec",5633459,829698,4803761,31848,3917,27931,12.3,33768,16011168 +"735",2022-01-26,"Quebec",5640719,833205,4807514,29764,3507,26257,11.78,31898,16043066 +"736",2022-01-27,"Quebec",5647482,836656,4810826,28616,3451,25165,12.06,30192,16073258 +"737",2022-01-28,"Quebec",5654108,839773,4814335,27525,3117,24408,11.32,28493,16101751 +"738",2022-01-29,"Quebec",5660048,842305,4817743,22208,2532,19676,11.4,23575,16125326 +"739",2022-01-30,"Quebec",5666375,844672,4821703,20104,2367,17737,11.77,20874,16146200 +"740",2022-01-31,"Quebec",5673653,847690,4825963,25816,3018,22798,11.69,27253,16173453 +"741",2022-02-01,"Quebec",5681119,851322,4829797,29797,3632,26165,12.19,29924,16203377 +"742",2022-02-02,"Quebec",5688091,854664,4833427,26832,3342,23490,12.46,28889,16232266 +"743",2022-02-03,"Quebec",5694215,857476,4836739,25168,2812,22356,11.17,26867,16259133 +"744",2022-02-04,"Quebec",5700451,860189,4840262,24846,2713,22133,10.92,26137,16285270 +"745",2022-02-05,"Quebec",5706246,862304,4843942,19846,2115,17731,10.66,20801,16306071 +"746",2022-02-06,"Quebec",5711988,864302,4847686,17746,1998,15748,11.26,17845,16323916 +"747",2022-02-07,"Quebec",5718812,867076,4851736,23750,2774,20976,11.68,23135,16347051 +"748",2022-02-08,"Quebec",5726044,870011,4856033,27399,2935,24464,10.71,27193,16374244 +"749",2022-02-09,"Quebec",5731591,872475,4859116,22736,2464,20272,10.84,23042,16397286 +"750",2022-02-10,"Quebec",5736614,874687,4861927,20154,2212,17942,10.98,20744,16418030 +"751",2022-02-11,"Quebec",5741749,876643,4865106,21295,1956,19339,9.19,21638,16439668 +"752",2022-02-12,"Quebec",5746807,878081,4868726,16603,1438,15165,8.66,17294,16456962 +"753",2022-02-13,"Quebec",5747077,878210,4868867,0,0,0,NA,0,16456962 diff --git a/timeseries_canada/active_timeseries_canada.csv b/timeseries_canada/active_timeseries_canada.csv index 40527367..9a81c368 100644 --- a/timeseries_canada/active_timeseries_canada.csv +++ b/timeseries_canada/active_timeseries_canada.csv @@ -750,3 +750,4 @@ "Canada","11-02-2022",3190491,3009854,35239,145398,-962 "Canada","12-02-2022",3197201,3019385,35326,142490,-2908 "Canada","13-02-2022",3200461,3024444,35342,140675,-1815 +"Canada","14-02-2022",3214528,3044733,35474,134321,-6354 diff --git a/timeseries_canada/cases_timeseries_canada.csv b/timeseries_canada/cases_timeseries_canada.csv index 217caeda..480bc2db 100644 --- a/timeseries_canada/cases_timeseries_canada.csv +++ b/timeseries_canada/cases_timeseries_canada.csv @@ -750,3 +750,4 @@ "Canada","11-02-2022",8070,3190491 "Canada","12-02-2022",6710,3197201 "Canada","13-02-2022",3260,3200461 +"Canada","14-02-2022",14067,3214528 diff --git a/timeseries_canada/mortality_timeseries_canada.csv b/timeseries_canada/mortality_timeseries_canada.csv index 60813ded..8f0415ae 100644 --- a/timeseries_canada/mortality_timeseries_canada.csv +++ b/timeseries_canada/mortality_timeseries_canada.csv @@ -707,3 +707,4 @@ "Canada","11-02-2022",93,35239 "Canada","12-02-2022",87,35326 "Canada","13-02-2022",16,35342 +"Canada","14-02-2022",132,35474 diff --git a/timeseries_canada/recovered_timeseries_canada.csv b/timeseries_canada/recovered_timeseries_canada.csv index 2ce2b98d..8edc4718 100644 --- a/timeseries_canada/recovered_timeseries_canada.csv +++ b/timeseries_canada/recovered_timeseries_canada.csv @@ -732,3 +732,4 @@ "Canada","11-02-2022",8939,3009854 "Canada","12-02-2022",9531,3019385 "Canada","13-02-2022",5059,3024444 +"Canada","14-02-2022",20289,3044733 diff --git a/timeseries_canada/testing_timeseries_canada.csv b/timeseries_canada/testing_timeseries_canada.csv index 3d4ddea0..6759f9ad 100644 --- a/timeseries_canada/testing_timeseries_canada.csv +++ b/timeseries_canada/testing_timeseries_canada.csv @@ -700,3 +700,4 @@ "Canada","11-02-2022",43054,46277433,"" "Canada","12-02-2022",21147,46298580,"" "Canada","13-02-2022",14800,46313380,"" +"Canada","14-02-2022",74046,46387426,"" diff --git a/timeseries_canada/vaccine_additionaldoses_timeseries_canada.csv b/timeseries_canada/vaccine_additionaldoses_timeseries_canada.csv index 7d5f93cd..4c69012b 100644 --- a/timeseries_canada/vaccine_additionaldoses_timeseries_canada.csv +++ b/timeseries_canada/vaccine_additionaldoses_timeseries_canada.csv @@ -367,3 +367,4 @@ "Canada","11-02-2022",78122,16802212 "Canada","12-02-2022",53533,16855745 "Canada","13-02-2022",37578,16893323 +"Canada","14-02-2022",100850,16994173 diff --git a/timeseries_canada/vaccine_administration_timeseries_canada.csv b/timeseries_canada/vaccine_administration_timeseries_canada.csv index df08302e..794d0403 100644 --- a/timeseries_canada/vaccine_administration_timeseries_canada.csv +++ b/timeseries_canada/vaccine_administration_timeseries_canada.csv @@ -426,3 +426,4 @@ "Canada","11-02-2022",125856,79897562 "Canada","12-02-2022",87216,79984778 "Canada","13-02-2022",67210,80051988 +"Canada","14-02-2022",146099,80198087 diff --git a/timeseries_canada/vaccine_completion_timeseries_canada.csv b/timeseries_canada/vaccine_completion_timeseries_canada.csv index cec5f306..f13447ea 100644 --- a/timeseries_canada/vaccine_completion_timeseries_canada.csv +++ b/timeseries_canada/vaccine_completion_timeseries_canada.csv @@ -397,3 +397,4 @@ "Canada","11-02-2022",33504,30540968 "Canada","12-02-2022",23329,30564297 "Canada","13-02-2022",23671,30587968 +"Canada","14-02-2022",39784,30627752 diff --git a/timeseries_canada/vaccine_distribution_timeseries_canada.csv b/timeseries_canada/vaccine_distribution_timeseries_canada.csv index 6fb6a0da..e569b8ce 100644 --- a/timeseries_canada/vaccine_distribution_timeseries_canada.csv +++ b/timeseries_canada/vaccine_distribution_timeseries_canada.csv @@ -427,3 +427,4 @@ "Canada","11-02-2022",-153270,94865076 "Canada","12-02-2022",0,94865076 "Canada","13-02-2022",0,94865076 +"Canada","14-02-2022",0,94865076 diff --git a/timeseries_hr/cases_timeseries_hr.csv b/timeseries_hr/cases_timeseries_hr.csv index 70299141..2f195335 100644 --- a/timeseries_hr/cases_timeseries_hr.csv +++ b/timeseries_hr/cases_timeseries_hr.csv @@ -750,6 +750,7 @@ "Alberta","Calgary","11-02-2022",576,208020 "Alberta","Calgary","12-02-2022",0,208020 "Alberta","Calgary","13-02-2022",0,208020 +"Alberta","Calgary","14-02-2022",892,208912 "Alberta","Central","25-01-2020",0,0 "Alberta","Central","26-01-2020",0,0 "Alberta","Central","27-01-2020",0,0 @@ -1501,6 +1502,7 @@ "Alberta","Central","11-02-2022",168,51234 "Alberta","Central","12-02-2022",0,51234 "Alberta","Central","13-02-2022",0,51234 +"Alberta","Central","14-02-2022",333,51567 "Alberta","Edmonton","25-01-2020",0,0 "Alberta","Edmonton","26-01-2020",0,0 "Alberta","Edmonton","27-01-2020",0,0 @@ -2252,6 +2254,7 @@ "Alberta","Edmonton","11-02-2022",406,164611 "Alberta","Edmonton","12-02-2022",0,164611 "Alberta","Edmonton","13-02-2022",0,164611 +"Alberta","Edmonton","14-02-2022",804,165415 "Alberta","North","25-01-2020",0,0 "Alberta","North","26-01-2020",0,0 "Alberta","North","27-01-2020",0,0 @@ -3003,6 +3006,7 @@ "Alberta","North","11-02-2022",161,56790 "Alberta","North","12-02-2022",0,56790 "Alberta","North","13-02-2022",0,56790 +"Alberta","North","14-02-2022",348,57138 "Alberta","Not Reported","25-01-2020",0,0 "Alberta","Not Reported","26-01-2020",0,0 "Alberta","Not Reported","27-01-2020",0,0 @@ -3754,6 +3758,7 @@ "Alberta","Not Reported","11-02-2022",-19,1013 "Alberta","Not Reported","12-02-2022",0,1013 "Alberta","Not Reported","13-02-2022",0,1013 +"Alberta","Not Reported","14-02-2022",-16,997 "Alberta","South","25-01-2020",0,0 "Alberta","South","26-01-2020",0,0 "Alberta","South","27-01-2020",0,0 @@ -4505,6 +4510,7 @@ "Alberta","South","11-02-2022",108,32497 "Alberta","South","12-02-2022",0,32497 "Alberta","South","13-02-2022",0,32497 +"Alberta","South","14-02-2022",286,32783 "BC","Fraser","25-01-2020",0,0 "BC","Fraser","26-01-2020",0,0 "BC","Fraser","27-01-2020",0,0 @@ -5256,6 +5262,7 @@ "BC","Fraser","11-02-2022",219,154905 "BC","Fraser","12-02-2022",0,154905 "BC","Fraser","13-02-2022",0,154905 +"BC","Fraser","14-02-2022",783,155688 "BC","Interior","25-01-2020",0,0 "BC","Interior","26-01-2020",0,0 "BC","Interior","27-01-2020",0,0 @@ -6007,6 +6014,7 @@ "BC","Interior","11-02-2022",348,56649 "BC","Interior","12-02-2022",0,56649 "BC","Interior","13-02-2022",0,56649 +"BC","Interior","14-02-2022",676,57325 "BC","Island","25-01-2020",0,0 "BC","Island","26-01-2020",0,0 "BC","Island","27-01-2020",0,0 @@ -6758,6 +6766,7 @@ "BC","Island","11-02-2022",182,29926 "BC","Island","12-02-2022",0,29926 "BC","Island","13-02-2022",0,29926 +"BC","Island","14-02-2022",423,30349 "BC","Northern","25-01-2020",0,0 "BC","Northern","26-01-2020",0,0 "BC","Northern","27-01-2020",0,0 @@ -7509,6 +7518,7 @@ "BC","Northern","11-02-2022",163,26915 "BC","Northern","12-02-2022",0,26915 "BC","Northern","13-02-2022",0,26915 +"BC","Northern","14-02-2022",324,27239 "BC","Not Reported","25-01-2020",0,0 "BC","Not Reported","26-01-2020",0,0 "BC","Not Reported","27-01-2020",0,0 @@ -8260,6 +8270,7 @@ "BC","Not Reported","11-02-2022",1,370 "BC","Not Reported","12-02-2022",0,370 "BC","Not Reported","13-02-2022",0,370 +"BC","Not Reported","14-02-2022",0,370 "BC","Vancouver Coastal","25-01-2020",0,0 "BC","Vancouver Coastal","26-01-2020",0,0 "BC","Vancouver Coastal","27-01-2020",0,0 @@ -9011,6 +9022,7 @@ "BC","Vancouver Coastal","11-02-2022",125,69820 "BC","Vancouver Coastal","12-02-2022",0,69820 "BC","Vancouver Coastal","13-02-2022",0,69820 +"BC","Vancouver Coastal","14-02-2022",495,70315 "Manitoba","Interlake-Eastern","25-01-2020",0,0 "Manitoba","Interlake-Eastern","26-01-2020",0,0 "Manitoba","Interlake-Eastern","27-01-2020",0,0 @@ -9762,6 +9774,7 @@ "Manitoba","Interlake-Eastern","11-02-2022",54,10065 "Manitoba","Interlake-Eastern","12-02-2022",0,10065 "Manitoba","Interlake-Eastern","13-02-2022",0,10065 +"Manitoba","Interlake-Eastern","14-02-2022",124,10189 "Manitoba","Northern","25-01-2020",0,0 "Manitoba","Northern","26-01-2020",0,0 "Manitoba","Northern","27-01-2020",0,0 @@ -10513,6 +10526,7 @@ "Manitoba","Northern","11-02-2022",292,15331 "Manitoba","Northern","12-02-2022",0,15331 "Manitoba","Northern","13-02-2022",0,15331 +"Manitoba","Northern","14-02-2022",529,15860 "Manitoba","Not Reported","25-01-2020",0,0 "Manitoba","Not Reported","26-01-2020",0,0 "Manitoba","Not Reported","27-01-2020",0,0 @@ -11264,6 +11278,7 @@ "Manitoba","Not Reported","11-02-2022",0,0 "Manitoba","Not Reported","12-02-2022",0,0 "Manitoba","Not Reported","13-02-2022",0,0 +"Manitoba","Not Reported","14-02-2022",0,0 "Manitoba","Prairie Mountain","25-01-2020",0,0 "Manitoba","Prairie Mountain","26-01-2020",0,0 "Manitoba","Prairie Mountain","27-01-2020",0,0 @@ -12015,6 +12030,7 @@ "Manitoba","Prairie Mountain","11-02-2022",90,12170 "Manitoba","Prairie Mountain","12-02-2022",0,12170 "Manitoba","Prairie Mountain","13-02-2022",0,12170 +"Manitoba","Prairie Mountain","14-02-2022",108,12278 "Manitoba","Southern Health","25-01-2020",0,0 "Manitoba","Southern Health","26-01-2020",0,0 "Manitoba","Southern Health","27-01-2020",0,0 @@ -12766,6 +12782,7 @@ "Manitoba","Southern Health","11-02-2022",40,18155 "Manitoba","Southern Health","12-02-2022",0,18155 "Manitoba","Southern Health","13-02-2022",0,18155 +"Manitoba","Southern Health","14-02-2022",73,18228 "Manitoba","Winnipeg","25-01-2020",0,0 "Manitoba","Winnipeg","26-01-2020",0,0 "Manitoba","Winnipeg","27-01-2020",0,0 @@ -13517,6 +13534,7 @@ "Manitoba","Winnipeg","11-02-2022",188,70123 "Manitoba","Winnipeg","12-02-2022",0,70123 "Manitoba","Winnipeg","13-02-2022",0,70123 +"Manitoba","Winnipeg","14-02-2022",332,70455 "New Brunswick","Not Reported","25-01-2020",0,0 "New Brunswick","Not Reported","26-01-2020",0,0 "New Brunswick","Not Reported","27-01-2020",0,0 @@ -14268,6 +14286,7 @@ "New Brunswick","Not Reported","11-02-2022",0,0 "New Brunswick","Not Reported","12-02-2022",0,0 "New Brunswick","Not Reported","13-02-2022",0,0 +"New Brunswick","Not Reported","14-02-2022",0,0 "New Brunswick","Zone 1 (Moncton area)","25-01-2020",0,0 "New Brunswick","Zone 1 (Moncton area)","26-01-2020",0,0 "New Brunswick","Zone 1 (Moncton area)","27-01-2020",0,0 @@ -15019,6 +15038,7 @@ "New Brunswick","Zone 1 (Moncton area)","11-02-2022",106,9872 "New Brunswick","Zone 1 (Moncton area)","12-02-2022",133,10005 "New Brunswick","Zone 1 (Moncton area)","13-02-2022",99,10104 +"New Brunswick","Zone 1 (Moncton area)","14-02-2022",79,10183 "New Brunswick","Zone 2 (Saint John area)","25-01-2020",0,0 "New Brunswick","Zone 2 (Saint John area)","26-01-2020",0,0 "New Brunswick","Zone 2 (Saint John area)","27-01-2020",0,0 @@ -15770,6 +15790,7 @@ "New Brunswick","Zone 2 (Saint John area)","11-02-2022",79,8003 "New Brunswick","Zone 2 (Saint John area)","12-02-2022",45,8048 "New Brunswick","Zone 2 (Saint John area)","13-02-2022",44,8092 +"New Brunswick","Zone 2 (Saint John area)","14-02-2022",25,8117 "New Brunswick","Zone 3 (Fredericton area)","25-01-2020",0,0 "New Brunswick","Zone 3 (Fredericton area)","26-01-2020",0,0 "New Brunswick","Zone 3 (Fredericton area)","27-01-2020",0,0 @@ -16521,6 +16542,7 @@ "New Brunswick","Zone 3 (Fredericton area)","11-02-2022",63,5359 "New Brunswick","Zone 3 (Fredericton area)","12-02-2022",50,5409 "New Brunswick","Zone 3 (Fredericton area)","13-02-2022",45,5454 +"New Brunswick","Zone 3 (Fredericton area)","14-02-2022",33,5487 "New Brunswick","Zone 4 (Edmundston area)","25-01-2020",0,0 "New Brunswick","Zone 4 (Edmundston area)","26-01-2020",0,0 "New Brunswick","Zone 4 (Edmundston area)","27-01-2020",0,0 @@ -17272,6 +17294,7 @@ "New Brunswick","Zone 4 (Edmundston area)","11-02-2022",53,3379 "New Brunswick","Zone 4 (Edmundston area)","12-02-2022",22,3401 "New Brunswick","Zone 4 (Edmundston area)","13-02-2022",27,3428 +"New Brunswick","Zone 4 (Edmundston area)","14-02-2022",24,3452 "New Brunswick","Zone 5 (Campbellton area)","25-01-2020",0,0 "New Brunswick","Zone 5 (Campbellton area)","26-01-2020",0,0 "New Brunswick","Zone 5 (Campbellton area)","27-01-2020",0,0 @@ -18023,6 +18046,7 @@ "New Brunswick","Zone 5 (Campbellton area)","11-02-2022",11,1471 "New Brunswick","Zone 5 (Campbellton area)","12-02-2022",5,1476 "New Brunswick","Zone 5 (Campbellton area)","13-02-2022",4,1480 +"New Brunswick","Zone 5 (Campbellton area)","14-02-2022",2,1482 "New Brunswick","Zone 6 (Bathurst area)","25-01-2020",0,0 "New Brunswick","Zone 6 (Bathurst area)","26-01-2020",0,0 "New Brunswick","Zone 6 (Bathurst area)","27-01-2020",0,0 @@ -18774,6 +18798,7 @@ "New Brunswick","Zone 6 (Bathurst area)","11-02-2022",39,2293 "New Brunswick","Zone 6 (Bathurst area)","12-02-2022",34,2327 "New Brunswick","Zone 6 (Bathurst area)","13-02-2022",32,2359 +"New Brunswick","Zone 6 (Bathurst area)","14-02-2022",16,2375 "New Brunswick","Zone 7 (Miramichi area)","25-01-2020",0,0 "New Brunswick","Zone 7 (Miramichi area)","26-01-2020",0,0 "New Brunswick","Zone 7 (Miramichi area)","27-01-2020",0,0 @@ -19525,6 +19550,7 @@ "New Brunswick","Zone 7 (Miramichi area)","11-02-2022",8,1930 "New Brunswick","Zone 7 (Miramichi area)","12-02-2022",14,1944 "New Brunswick","Zone 7 (Miramichi area)","13-02-2022",15,1959 +"New Brunswick","Zone 7 (Miramichi area)","14-02-2022",11,1970 "NL","Central","25-01-2020",0,0 "NL","Central","26-01-2020",0,0 "NL","Central","27-01-2020",0,0 @@ -20276,6 +20302,7 @@ "NL","Central","11-02-2022",43,2713 "NL","Central","12-02-2022",0,2713 "NL","Central","13-02-2022",0,2713 +"NL","Central","14-02-2022",74,2787 "NL","Eastern","25-01-2020",0,0 "NL","Eastern","26-01-2020",0,0 "NL","Eastern","27-01-2020",0,0 @@ -21027,6 +21054,7 @@ "NL","Eastern","11-02-2022",168,12951 "NL","Eastern","12-02-2022",0,12951 "NL","Eastern","13-02-2022",0,12951 +"NL","Eastern","14-02-2022",416,13367 "NL","Labrador-Grenfell","25-01-2020",0,0 "NL","Labrador-Grenfell","26-01-2020",0,0 "NL","Labrador-Grenfell","27-01-2020",0,0 @@ -21778,6 +21806,7 @@ "NL","Labrador-Grenfell","11-02-2022",22,1919 "NL","Labrador-Grenfell","12-02-2022",0,1919 "NL","Labrador-Grenfell","13-02-2022",0,1919 +"NL","Labrador-Grenfell","14-02-2022",75,1994 "NL","Not Reported","25-01-2020",0,0 "NL","Not Reported","26-01-2020",0,0 "NL","Not Reported","27-01-2020",0,0 @@ -22529,6 +22558,7 @@ "NL","Not Reported","11-02-2022",0,0 "NL","Not Reported","12-02-2022",0,0 "NL","Not Reported","13-02-2022",0,0 +"NL","Not Reported","14-02-2022",0,0 "NL","Western","25-01-2020",0,0 "NL","Western","26-01-2020",0,0 "NL","Western","27-01-2020",0,0 @@ -23280,6 +23310,7 @@ "NL","Western","11-02-2022",34,2127 "NL","Western","12-02-2022",0,2127 "NL","Western","13-02-2022",0,2127 +"NL","Western","14-02-2022",90,2217 "Nova Scotia","Not Reported","25-01-2020",0,0 "Nova Scotia","Not Reported","26-01-2020",0,0 "Nova Scotia","Not Reported","27-01-2020",0,0 @@ -24031,6 +24062,7 @@ "Nova Scotia","Not Reported","11-02-2022",0,0 "Nova Scotia","Not Reported","12-02-2022",0,0 "Nova Scotia","Not Reported","13-02-2022",0,0 +"Nova Scotia","Not Reported","14-02-2022",0,0 "Nova Scotia","Zone 1 - Western","25-01-2020",0,0 "Nova Scotia","Zone 1 - Western","26-01-2020",0,0 "Nova Scotia","Zone 1 - Western","27-01-2020",0,0 @@ -24782,6 +24814,7 @@ "Nova Scotia","Zone 1 - Western","11-02-2022",100,5841 "Nova Scotia","Zone 1 - Western","12-02-2022",86,5927 "Nova Scotia","Zone 1 - Western","13-02-2022",47,5974 +"Nova Scotia","Zone 1 - Western","14-02-2022",31,6005 "Nova Scotia","Zone 2 - Northern","25-01-2020",0,0 "Nova Scotia","Zone 2 - Northern","26-01-2020",0,0 "Nova Scotia","Zone 2 - Northern","27-01-2020",0,0 @@ -25533,6 +25566,7 @@ "Nova Scotia","Zone 2 - Northern","11-02-2022",79,4580 "Nova Scotia","Zone 2 - Northern","12-02-2022",50,4630 "Nova Scotia","Zone 2 - Northern","13-02-2022",41,4671 +"Nova Scotia","Zone 2 - Northern","14-02-2022",31,4702 "Nova Scotia","Zone 3 - Eastern","25-01-2020",0,0 "Nova Scotia","Zone 3 - Eastern","26-01-2020",0,0 "Nova Scotia","Zone 3 - Eastern","27-01-2020",0,0 @@ -26284,6 +26318,7 @@ "Nova Scotia","Zone 3 - Eastern","11-02-2022",48,6147 "Nova Scotia","Zone 3 - Eastern","12-02-2022",51,6198 "Nova Scotia","Zone 3 - Eastern","13-02-2022",59,6257 +"Nova Scotia","Zone 3 - Eastern","14-02-2022",39,6296 "Nova Scotia","Zone 4 - Central","25-01-2020",0,0 "Nova Scotia","Zone 4 - Central","26-01-2020",0,0 "Nova Scotia","Zone 4 - Central","27-01-2020",0,0 @@ -27035,6 +27070,7 @@ "Nova Scotia","Zone 4 - Central","11-02-2022",162,25537 "Nova Scotia","Zone 4 - Central","12-02-2022",122,25659 "Nova Scotia","Zone 4 - Central","13-02-2022",96,25755 +"Nova Scotia","Zone 4 - Central","14-02-2022",57,25812 "Nunavut","Nunavut","25-01-2020",0,0 "Nunavut","Nunavut","26-01-2020",0,0 "Nunavut","Nunavut","27-01-2020",0,0 @@ -27786,6 +27822,7 @@ "Nunavut","Nunavut","11-02-2022",67,2114 "Nunavut","Nunavut","12-02-2022",0,2114 "Nunavut","Nunavut","13-02-2022",0,2114 +"Nunavut","Nunavut","14-02-2022",120,2234 "NWT","NWT","25-01-2020",0,0 "NWT","NWT","26-01-2020",0,0 "NWT","NWT","27-01-2020",0,0 @@ -28537,6 +28574,7 @@ "NWT","NWT","11-02-2022",167,7343 "NWT","NWT","12-02-2022",0,7343 "NWT","NWT","13-02-2022",0,7343 +"NWT","NWT","14-02-2022",335,7678 "Ontario","Algoma","25-01-2020",0,0 "Ontario","Algoma","26-01-2020",0,0 "Ontario","Algoma","27-01-2020",0,0 @@ -29288,6 +29326,7 @@ "Ontario","Algoma","11-02-2022",75,4330 "Ontario","Algoma","12-02-2022",36,4366 "Ontario","Algoma","13-02-2022",22,4388 +"Ontario","Algoma","14-02-2022",40,4428 "Ontario","Brant","25-01-2020",0,0 "Ontario","Brant","26-01-2020",0,0 "Ontario","Brant","27-01-2020",0,0 @@ -30039,6 +30078,7 @@ "Ontario","Brant","11-02-2022",23,8105 "Ontario","Brant","12-02-2022",0,8105 "Ontario","Brant","13-02-2022",0,8105 +"Ontario","Brant","14-02-2022",48,8153 "Ontario","Chatham-Kent","25-01-2020",0,0 "Ontario","Chatham-Kent","26-01-2020",0,0 "Ontario","Chatham-Kent","27-01-2020",0,0 @@ -30790,6 +30830,7 @@ "Ontario","Chatham-Kent","11-02-2022",49,6454 "Ontario","Chatham-Kent","12-02-2022",35,6489 "Ontario","Chatham-Kent","13-02-2022",21,6510 +"Ontario","Chatham-Kent","14-02-2022",21,6531 "Ontario","Durham","25-01-2020",0,0 "Ontario","Durham","26-01-2020",0,0 "Ontario","Durham","27-01-2020",0,0 @@ -31541,6 +31582,7 @@ "Ontario","Durham","11-02-2022",89,51549 "Ontario","Durham","12-02-2022",0,51549 "Ontario","Durham","13-02-2022",0,51549 +"Ontario","Durham","14-02-2022",270,51819 "Ontario","Eastern","25-01-2020",0,0 "Ontario","Eastern","26-01-2020",0,0 "Ontario","Eastern","27-01-2020",0,0 @@ -32292,6 +32334,7 @@ "Ontario","Eastern","11-02-2022",47,13133 "Ontario","Eastern","12-02-2022",54,13187 "Ontario","Eastern","13-02-2022",35,13222 +"Ontario","Eastern","14-02-2022",34,13256 "Ontario","Grey Bruce","25-01-2020",0,0 "Ontario","Grey Bruce","26-01-2020",0,0 "Ontario","Grey Bruce","27-01-2020",0,0 @@ -33043,6 +33086,7 @@ "Ontario","Grey Bruce","11-02-2022",26,5869 "Ontario","Grey Bruce","12-02-2022",35,5904 "Ontario","Grey Bruce","13-02-2022",33,5937 +"Ontario","Grey Bruce","14-02-2022",14,5951 "Ontario","Haldimand-Norfolk","25-01-2020",0,0 "Ontario","Haldimand-Norfolk","26-01-2020",0,0 "Ontario","Haldimand-Norfolk","27-01-2020",0,0 @@ -33794,6 +33838,7 @@ "Ontario","Haldimand-Norfolk","11-02-2022",44,6723 "Ontario","Haldimand-Norfolk","12-02-2022",20,6743 "Ontario","Haldimand-Norfolk","13-02-2022",15,6758 +"Ontario","Haldimand-Norfolk","14-02-2022",15,6773 "Ontario","Haliburton Kawartha Pineridge","25-01-2020",0,0 "Ontario","Haliburton Kawartha Pineridge","26-01-2020",0,0 "Ontario","Haliburton Kawartha Pineridge","27-01-2020",0,0 @@ -34545,6 +34590,7 @@ "Ontario","Haliburton Kawartha Pineridge","11-02-2022",41,6652 "Ontario","Haliburton Kawartha Pineridge","12-02-2022",0,6652 "Ontario","Haliburton Kawartha Pineridge","13-02-2022",0,6652 +"Ontario","Haliburton Kawartha Pineridge","14-02-2022",74,6726 "Ontario","Halton","25-01-2020",0,0 "Ontario","Halton","26-01-2020",0,0 "Ontario","Halton","27-01-2020",0,0 @@ -35296,6 +35342,7 @@ "Ontario","Halton","11-02-2022",89,41320 "Ontario","Halton","12-02-2022",80,41400 "Ontario","Halton","13-02-2022",99,41499 +"Ontario","Halton","14-02-2022",44,41543 "Ontario","Hamilton","25-01-2020",0,0 "Ontario","Hamilton","26-01-2020",0,0 "Ontario","Hamilton","27-01-2020",0,0 @@ -36047,6 +36094,7 @@ "Ontario","Hamilton","11-02-2022",116,47520 "Ontario","Hamilton","12-02-2022",0,47520 "Ontario","Hamilton","13-02-2022",0,47520 +"Ontario","Hamilton","14-02-2022",239,47759 "Ontario","Hastings Prince Edward","25-01-2020",0,0 "Ontario","Hastings Prince Edward","26-01-2020",0,0 "Ontario","Hastings Prince Edward","27-01-2020",0,0 @@ -36798,6 +36846,7 @@ "Ontario","Hastings Prince Edward","11-02-2022",96,6334 "Ontario","Hastings Prince Edward","12-02-2022",0,6334 "Ontario","Hastings Prince Edward","13-02-2022",0,6334 +"Ontario","Hastings Prince Edward","14-02-2022",81,6415 "Ontario","Huron Perth","25-01-2020",0,0 "Ontario","Huron Perth","26-01-2020",0,0 "Ontario","Huron Perth","27-01-2020",0,0 @@ -37549,6 +37598,7 @@ "Ontario","Huron Perth","11-02-2022",32,5404 "Ontario","Huron Perth","12-02-2022",35,5439 "Ontario","Huron Perth","13-02-2022",18,5457 +"Ontario","Huron Perth","14-02-2022",10,5467 "Ontario","Kingston Frontenac Lennox & Addington","25-01-2020",0,0 "Ontario","Kingston Frontenac Lennox & Addington","26-01-2020",0,0 "Ontario","Kingston Frontenac Lennox & Addington","27-01-2020",0,0 @@ -38300,6 +38350,7 @@ "Ontario","Kingston Frontenac Lennox & Addington","11-02-2022",87,9236 "Ontario","Kingston Frontenac Lennox & Addington","12-02-2022",0,9236 "Ontario","Kingston Frontenac Lennox & Addington","13-02-2022",0,9236 +"Ontario","Kingston Frontenac Lennox & Addington","14-02-2022",122,9358 "Ontario","Lambton","25-01-2020",0,0 "Ontario","Lambton","26-01-2020",0,0 "Ontario","Lambton","27-01-2020",0,0 @@ -39051,6 +39102,7 @@ "Ontario","Lambton","11-02-2022",47,9394 "Ontario","Lambton","12-02-2022",18,9412 "Ontario","Lambton","13-02-2022",33,9445 +"Ontario","Lambton","14-02-2022",32,9477 "Ontario","Leeds Grenville and Lanark","25-01-2020",0,0 "Ontario","Leeds Grenville and Lanark","26-01-2020",0,0 "Ontario","Leeds Grenville and Lanark","27-01-2020",0,0 @@ -39802,6 +39854,7 @@ "Ontario","Leeds Grenville and Lanark","11-02-2022",57,6172 "Ontario","Leeds Grenville and Lanark","12-02-2022",55,6227 "Ontario","Leeds Grenville and Lanark","13-02-2022",50,6277 +"Ontario","Leeds Grenville and Lanark","14-02-2022",23,6300 "Ontario","Middlesex-London","25-01-2020",0,0 "Ontario","Middlesex-London","26-01-2020",0,0 "Ontario","Middlesex-London","27-01-2020",0,0 @@ -40553,6 +40606,7 @@ "Ontario","Middlesex-London","11-02-2022",120,30604 "Ontario","Middlesex-London","12-02-2022",0,30604 "Ontario","Middlesex-London","13-02-2022",0,30604 +"Ontario","Middlesex-London","14-02-2022",262,30866 "Ontario","Niagara","25-01-2020",0,0 "Ontario","Niagara","26-01-2020",0,0 "Ontario","Niagara","27-01-2020",0,0 @@ -41304,6 +41358,7 @@ "Ontario","Niagara","11-02-2022",107,32793 "Ontario","Niagara","12-02-2022",97,32890 "Ontario","Niagara","13-02-2022",78,32968 +"Ontario","Niagara","14-02-2022",0,32968 "Ontario","North Bay Parry Sound","25-01-2020",0,0 "Ontario","North Bay Parry Sound","26-01-2020",0,0 "Ontario","North Bay Parry Sound","27-01-2020",0,0 @@ -42055,6 +42110,7 @@ "Ontario","North Bay Parry Sound","11-02-2022",36,3247 "Ontario","North Bay Parry Sound","12-02-2022",0,3247 "Ontario","North Bay Parry Sound","13-02-2022",0,3247 +"Ontario","North Bay Parry Sound","14-02-2022",60,3307 "Ontario","Northwestern","25-01-2020",0,0 "Ontario","Northwestern","26-01-2020",0,0 "Ontario","Northwestern","27-01-2020",0,0 @@ -42806,6 +42862,7 @@ "Ontario","Northwestern","11-02-2022",153,3907 "Ontario","Northwestern","12-02-2022",0,3907 "Ontario","Northwestern","13-02-2022",0,3907 +"Ontario","Northwestern","14-02-2022",177,4084 "Ontario","Not Reported","25-01-2020",0,0 "Ontario","Not Reported","26-01-2020",0,0 "Ontario","Not Reported","27-01-2020",0,0 @@ -43557,6 +43614,7 @@ "Ontario","Not Reported","11-02-2022",0,0 "Ontario","Not Reported","12-02-2022",0,0 "Ontario","Not Reported","13-02-2022",0,0 +"Ontario","Not Reported","14-02-2022",0,0 "Ontario","Ottawa","25-01-2020",0,0 "Ontario","Ottawa","26-01-2020",0,0 "Ontario","Ottawa","27-01-2020",0,0 @@ -44308,6 +44366,7 @@ "Ontario","Ottawa","11-02-2022",186,60312 "Ontario","Ottawa","12-02-2022",144,60456 "Ontario","Ottawa","13-02-2022",124,60580 +"Ontario","Ottawa","14-02-2022",138,60718 "Ontario","Peel","25-01-2020",0,0 "Ontario","Peel","26-01-2020",0,0 "Ontario","Peel","27-01-2020",0,0 @@ -45059,6 +45118,7 @@ "Ontario","Peel","11-02-2022",283,171686 "Ontario","Peel","12-02-2022",241,171927 "Ontario","Peel","13-02-2022",150,172077 +"Ontario","Peel","14-02-2022",124,172201 "Ontario","Peterborough","25-01-2020",0,0 "Ontario","Peterborough","26-01-2020",0,0 "Ontario","Peterborough","27-01-2020",0,0 @@ -45810,6 +45870,7 @@ "Ontario","Peterborough","11-02-2022",25,5258 "Ontario","Peterborough","12-02-2022",0,5258 "Ontario","Peterborough","13-02-2022",0,5258 +"Ontario","Peterborough","14-02-2022",57,5315 "Ontario","Porcupine","25-01-2020",0,0 "Ontario","Porcupine","26-01-2020",0,0 "Ontario","Porcupine","27-01-2020",0,0 @@ -46561,6 +46622,7 @@ "Ontario","Porcupine","11-02-2022",49,4749 "Ontario","Porcupine","12-02-2022",0,4749 "Ontario","Porcupine","13-02-2022",0,4749 +"Ontario","Porcupine","14-02-2022",117,4866 "Ontario","Renfrew","25-01-2020",0,0 "Ontario","Renfrew","26-01-2020",0,0 "Ontario","Renfrew","27-01-2020",0,0 @@ -47312,6 +47374,7 @@ "Ontario","Renfrew","11-02-2022",24,3098 "Ontario","Renfrew","12-02-2022",0,3098 "Ontario","Renfrew","13-02-2022",0,3098 +"Ontario","Renfrew","14-02-2022",67,3165 "Ontario","Simcoe Muskoka","25-01-2020",0,0 "Ontario","Simcoe Muskoka","26-01-2020",0,0 "Ontario","Simcoe Muskoka","27-01-2020",0,0 @@ -48063,6 +48126,7 @@ "Ontario","Simcoe Muskoka","11-02-2022",162,33402 "Ontario","Simcoe Muskoka","12-02-2022",0,33402 "Ontario","Simcoe Muskoka","13-02-2022",0,33402 +"Ontario","Simcoe Muskoka","14-02-2022",318,33720 "Ontario","Southwestern","25-01-2020",0,0 "Ontario","Southwestern","26-01-2020",0,0 "Ontario","Southwestern","27-01-2020",0,0 @@ -48814,6 +48878,7 @@ "Ontario","Southwestern","11-02-2022",86,10758 "Ontario","Southwestern","12-02-2022",0,10758 "Ontario","Southwestern","13-02-2022",0,10758 +"Ontario","Southwestern","14-02-2022",104,10862 "Ontario","Sudbury","25-01-2020",0,0 "Ontario","Sudbury","26-01-2020",0,0 "Ontario","Sudbury","27-01-2020",0,0 @@ -49565,6 +49630,7 @@ "Ontario","Sudbury","11-02-2022",195,10305 "Ontario","Sudbury","12-02-2022",0,10305 "Ontario","Sudbury","13-02-2022",0,10305 +"Ontario","Sudbury","14-02-2022",177,10482 "Ontario","Thunder Bay","25-01-2020",0,0 "Ontario","Thunder Bay","26-01-2020",0,0 "Ontario","Thunder Bay","27-01-2020",0,0 @@ -50316,6 +50382,7 @@ "Ontario","Thunder Bay","11-02-2022",183,7624 "Ontario","Thunder Bay","12-02-2022",0,7624 "Ontario","Thunder Bay","13-02-2022",0,7624 +"Ontario","Thunder Bay","14-02-2022",169,7793 "Ontario","Timiskaming","25-01-2020",0,0 "Ontario","Timiskaming","26-01-2020",0,0 "Ontario","Timiskaming","27-01-2020",0,0 @@ -51067,6 +51134,7 @@ "Ontario","Timiskaming","11-02-2022",9,1107 "Ontario","Timiskaming","12-02-2022",0,1107 "Ontario","Timiskaming","13-02-2022",0,1107 +"Ontario","Timiskaming","14-02-2022",0,1107 "Ontario","Toronto","25-01-2020",1,1 "Ontario","Toronto","26-01-2020",0,1 "Ontario","Toronto","27-01-2020",1,2 @@ -51818,6 +51886,7 @@ "Ontario","Toronto","11-02-2022",569,282677 "Ontario","Toronto","12-02-2022",0,282677 "Ontario","Toronto","13-02-2022",0,282677 +"Ontario","Toronto","14-02-2022",844,283521 "Ontario","Waterloo","25-01-2020",0,0 "Ontario","Waterloo","26-01-2020",0,0 "Ontario","Waterloo","27-01-2020",0,0 @@ -52569,6 +52638,7 @@ "Ontario","Waterloo","11-02-2022",94,39512 "Ontario","Waterloo","12-02-2022",0,39512 "Ontario","Waterloo","13-02-2022",0,39512 +"Ontario","Waterloo","14-02-2022",195,39707 "Ontario","Wellington Dufferin Guelph","25-01-2020",0,0 "Ontario","Wellington Dufferin Guelph","26-01-2020",0,0 "Ontario","Wellington Dufferin Guelph","27-01-2020",0,0 @@ -53320,6 +53390,7 @@ "Ontario","Wellington Dufferin Guelph","11-02-2022",59,17846 "Ontario","Wellington Dufferin Guelph","12-02-2022",0,17846 "Ontario","Wellington Dufferin Guelph","13-02-2022",0,17846 +"Ontario","Wellington Dufferin Guelph","14-02-2022",121,17967 "Ontario","Windsor-Essex","25-01-2020",0,0 "Ontario","Windsor-Essex","26-01-2020",0,0 "Ontario","Windsor-Essex","27-01-2020",0,0 @@ -54071,6 +54142,7 @@ "Ontario","Windsor-Essex","11-02-2022",125,36287 "Ontario","Windsor-Essex","12-02-2022",0,36287 "Ontario","Windsor-Essex","13-02-2022",0,36287 +"Ontario","Windsor-Essex","14-02-2022",245,36532 "Ontario","York","25-01-2020",0,0 "Ontario","York","26-01-2020",0,0 "Ontario","York","27-01-2020",0,0 @@ -54822,6 +54894,7 @@ "Ontario","York","11-02-2022",116,96458 "Ontario","York","12-02-2022",0,96458 "Ontario","York","13-02-2022",0,96458 +"Ontario","York","14-02-2022",284,96742 "PEI","Prince Edward Island","25-01-2020",0,0 "PEI","Prince Edward Island","26-01-2020",0,0 "PEI","Prince Edward Island","27-01-2020",0,0 @@ -55573,6 +55646,7 @@ "PEI","Prince Edward Island","11-02-2022",204,9969 "PEI","Prince Edward Island","12-02-2022",227,10196 "PEI","Prince Edward Island","13-02-2022",203,10399 +"PEI","Prince Edward Island","14-02-2022",101,10500 "Quebec","Abitibi-Témiscamingue","25-01-2020",0,0 "Quebec","Abitibi-Témiscamingue","26-01-2020",0,0 "Quebec","Abitibi-Témiscamingue","27-01-2020",0,0 @@ -56324,6 +56398,7 @@ "Quebec","Abitibi-Témiscamingue","11-02-2022",0,6677 "Quebec","Abitibi-Témiscamingue","12-02-2022",138,6815 "Quebec","Abitibi-Témiscamingue","13-02-2022",36,6851 +"Quebec","Abitibi-Témiscamingue","14-02-2022",33,6884 "Quebec","Bas-Saint-Laurent","25-01-2020",0,0 "Quebec","Bas-Saint-Laurent","26-01-2020",0,0 "Quebec","Bas-Saint-Laurent","27-01-2020",0,0 @@ -57075,6 +57150,7 @@ "Quebec","Bas-Saint-Laurent","11-02-2022",0,13351 "Quebec","Bas-Saint-Laurent","12-02-2022",169,13520 "Quebec","Bas-Saint-Laurent","13-02-2022",80,13600 +"Quebec","Bas-Saint-Laurent","14-02-2022",71,13671 "Quebec","Capitale-Nationale","25-01-2020",0,0 "Quebec","Capitale-Nationale","26-01-2020",0,0 "Quebec","Capitale-Nationale","27-01-2020",0,0 @@ -57826,6 +57902,7 @@ "Quebec","Capitale-Nationale","11-02-2022",0,69696 "Quebec","Capitale-Nationale","12-02-2022",576,70272 "Quebec","Capitale-Nationale","13-02-2022",203,70475 +"Quebec","Capitale-Nationale","14-02-2022",229,70704 "Quebec","Chaudière-Appalaches","25-01-2020",0,0 "Quebec","Chaudière-Appalaches","26-01-2020",0,0 "Quebec","Chaudière-Appalaches","27-01-2020",0,0 @@ -58577,6 +58654,7 @@ "Quebec","Chaudière-Appalaches","11-02-2022",0,49906 "Quebec","Chaudière-Appalaches","12-02-2022",330,50236 "Quebec","Chaudière-Appalaches","13-02-2022",130,50366 +"Quebec","Chaudière-Appalaches","14-02-2022",74,50440 "Quebec","Côte-Nord","25-01-2020",0,0 "Quebec","Côte-Nord","26-01-2020",0,0 "Quebec","Côte-Nord","27-01-2020",0,0 @@ -59328,6 +59406,7 @@ "Quebec","Côte-Nord","11-02-2022",0,4544 "Quebec","Côte-Nord","12-02-2022",116,4660 "Quebec","Côte-Nord","13-02-2022",38,4698 +"Quebec","Côte-Nord","14-02-2022",38,4736 "Quebec","Estrie","25-01-2020",0,0 "Quebec","Estrie","26-01-2020",0,0 "Quebec","Estrie","27-01-2020",0,0 @@ -60079,6 +60158,7 @@ "Quebec","Estrie","11-02-2022",0,40199 "Quebec","Estrie","12-02-2022",229,40428 "Quebec","Estrie","13-02-2022",87,40515 +"Quebec","Estrie","14-02-2022",92,40607 "Quebec","Gaspésie-Îles-de-la-Madeleine","25-01-2020",0,0 "Quebec","Gaspésie-Îles-de-la-Madeleine","26-01-2020",0,0 "Quebec","Gaspésie-Îles-de-la-Madeleine","27-01-2020",0,0 @@ -60830,6 +60910,7 @@ "Quebec","Gaspésie-Îles-de-la-Madeleine","11-02-2022",0,4845 "Quebec","Gaspésie-Îles-de-la-Madeleine","12-02-2022",56,4901 "Quebec","Gaspésie-Îles-de-la-Madeleine","13-02-2022",29,4930 +"Quebec","Gaspésie-Îles-de-la-Madeleine","14-02-2022",24,4954 "Quebec","Lanaudière","25-01-2020",0,0 "Quebec","Lanaudière","26-01-2020",0,0 "Quebec","Lanaudière","27-01-2020",0,0 @@ -61581,6 +61662,7 @@ "Quebec","Lanaudière","11-02-2022",0,60950 "Quebec","Lanaudière","12-02-2022",242,61192 "Quebec","Lanaudière","13-02-2022",103,61295 +"Quebec","Lanaudière","14-02-2022",67,61362 "Quebec","Laurentides","25-01-2020",0,0 "Quebec","Laurentides","26-01-2020",0,0 "Quebec","Laurentides","27-01-2020",0,0 @@ -62332,6 +62414,7 @@ "Quebec","Laurentides","11-02-2022",0,66433 "Quebec","Laurentides","12-02-2022",429,66862 "Quebec","Laurentides","13-02-2022",149,67011 +"Quebec","Laurentides","14-02-2022",87,67098 "Quebec","Laval","25-01-2020",0,0 "Quebec","Laval","26-01-2020",0,0 "Quebec","Laval","27-01-2020",0,0 @@ -63083,6 +63166,7 @@ "Quebec","Laval","11-02-2022",0,64461 "Quebec","Laval","12-02-2022",250,64711 "Quebec","Laval","13-02-2022",77,64788 +"Quebec","Laval","14-02-2022",66,64854 "Quebec","Mauricie","25-01-2020",0,0 "Quebec","Mauricie","26-01-2020",0,0 "Quebec","Mauricie","27-01-2020",0,0 @@ -63834,6 +63918,7 @@ "Quebec","Mauricie","11-02-2022",0,46129 "Quebec","Mauricie","12-02-2022",385,46514 "Quebec","Mauricie","13-02-2022",133,46647 +"Quebec","Mauricie","14-02-2022",108,46755 "Quebec","Montérégie","25-01-2020",0,0 "Quebec","Montérégie","26-01-2020",0,0 "Quebec","Montérégie","27-01-2020",0,0 @@ -64585,6 +64670,7 @@ "Quebec","Montérégie","11-02-2022",0,124735 "Quebec","Montérégie","12-02-2022",640,125375 "Quebec","Montérégie","13-02-2022",321,125696 +"Quebec","Montérégie","14-02-2022",157,125853 "Quebec","Montréal","25-01-2020",0,0 "Quebec","Montréal","26-01-2020",0,0 "Quebec","Montréal","27-01-2020",0,0 @@ -65336,6 +65422,7 @@ "Quebec","Montréal","11-02-2022",0,275186 "Quebec","Montréal","12-02-2022",945,276131 "Quebec","Montréal","13-02-2022",309,276440 +"Quebec","Montréal","14-02-2022",225,276665 "Quebec","Nord-du-Québec","25-01-2020",0,0 "Quebec","Nord-du-Québec","26-01-2020",0,0 "Quebec","Nord-du-Québec","27-01-2020",0,0 @@ -66087,6 +66174,7 @@ "Quebec","Nord-du-Québec","11-02-2022",0,913 "Quebec","Nord-du-Québec","12-02-2022",14,927 "Quebec","Nord-du-Québec","13-02-2022",2,929 +"Quebec","Nord-du-Québec","14-02-2022",5,934 "Quebec","Not Reported","25-01-2020",0,0 "Quebec","Not Reported","26-01-2020",0,0 "Quebec","Not Reported","27-01-2020",0,0 @@ -66838,6 +66926,7 @@ "Quebec","Not Reported","11-02-2022",0,2541 "Quebec","Not Reported","12-02-2022",7,2548 "Quebec","Not Reported","13-02-2022",0,2548 +"Quebec","Not Reported","14-02-2022",3,2551 "Quebec","Nunavik","25-01-2020",0,0 "Quebec","Nunavik","26-01-2020",0,0 "Quebec","Nunavik","27-01-2020",0,0 @@ -67589,6 +67678,7 @@ "Quebec","Nunavik","11-02-2022",0,2423 "Quebec","Nunavik","12-02-2022",70,2493 "Quebec","Nunavik","13-02-2022",21,2514 +"Quebec","Nunavik","14-02-2022",19,2533 "Quebec","Outaouais","25-01-2020",0,0 "Quebec","Outaouais","26-01-2020",0,0 "Quebec","Outaouais","27-01-2020",0,0 @@ -68340,6 +68430,7 @@ "Quebec","Outaouais","11-02-2022",0,34207 "Quebec","Outaouais","12-02-2022",191,34398 "Quebec","Outaouais","13-02-2022",57,34455 +"Quebec","Outaouais","14-02-2022",47,34502 "Quebec","Saguenay","25-01-2020",0,0 "Quebec","Saguenay","26-01-2020",0,0 "Quebec","Saguenay","27-01-2020",0,0 @@ -69091,6 +69182,7 @@ "Quebec","Saguenay","11-02-2022",0,22782 "Quebec","Saguenay","12-02-2022",198,22980 "Quebec","Saguenay","13-02-2022",84,23064 +"Quebec","Saguenay","14-02-2022",76,23140 "Quebec","Terres-Cries-de-la-Baie-James","25-01-2020",0,0 "Quebec","Terres-Cries-de-la-Baie-James","26-01-2020",0,0 "Quebec","Terres-Cries-de-la-Baie-James","27-01-2020",0,0 @@ -69842,6 +69934,7 @@ "Quebec","Terres-Cries-de-la-Baie-James","11-02-2022",0,1973 "Quebec","Terres-Cries-de-la-Baie-James","12-02-2022",36,2009 "Quebec","Terres-Cries-de-la-Baie-James","13-02-2022",11,2020 +"Quebec","Terres-Cries-de-la-Baie-James","14-02-2022",10,2030 "Repatriated","Not Reported","25-01-2020",0,0 "Repatriated","Not Reported","26-01-2020",0,0 "Repatriated","Not Reported","27-01-2020",0,0 @@ -70593,6 +70686,7 @@ "Repatriated","Not Reported","11-02-2022",0,13 "Repatriated","Not Reported","12-02-2022",0,13 "Repatriated","Not Reported","13-02-2022",0,13 +"Repatriated","Not Reported","14-02-2022",0,13 "Saskatchewan","Central","25-01-2020",0,0 "Saskatchewan","Central","26-01-2020",0,0 "Saskatchewan","Central","27-01-2020",0,0 @@ -71344,6 +71438,7 @@ "Saskatchewan","Central","11-02-2022",0,10011 "Saskatchewan","Central","12-02-2022",0,10011 "Saskatchewan","Central","13-02-2022",0,10011 +"Saskatchewan","Central","14-02-2022",0,10011 "Saskatchewan","Far North","25-01-2020",0,0 "Saskatchewan","Far North","26-01-2020",0,0 "Saskatchewan","Far North","27-01-2020",0,0 @@ -72095,6 +72190,7 @@ "Saskatchewan","Far North","11-02-2022",0,10612 "Saskatchewan","Far North","12-02-2022",0,10612 "Saskatchewan","Far North","13-02-2022",0,10612 +"Saskatchewan","Far North","14-02-2022",0,10612 "Saskatchewan","North","25-01-2020",0,0 "Saskatchewan","North","26-01-2020",0,0 "Saskatchewan","North","27-01-2020",0,0 @@ -72846,6 +72942,7 @@ "Saskatchewan","North","11-02-2022",0,25776 "Saskatchewan","North","12-02-2022",0,25776 "Saskatchewan","North","13-02-2022",0,25776 +"Saskatchewan","North","14-02-2022",0,25776 "Saskatchewan","Not Reported","25-01-2020",0,0 "Saskatchewan","Not Reported","26-01-2020",0,0 "Saskatchewan","Not Reported","27-01-2020",0,0 @@ -73597,6 +73694,7 @@ "Saskatchewan","Not Reported","11-02-2022",0,1866 "Saskatchewan","Not Reported","12-02-2022",0,1866 "Saskatchewan","Not Reported","13-02-2022",0,1866 +"Saskatchewan","Not Reported","14-02-2022",0,1866 "Saskatchewan","Regina","25-01-2020",0,0 "Saskatchewan","Regina","26-01-2020",0,0 "Saskatchewan","Regina","27-01-2020",0,0 @@ -74348,6 +74446,7 @@ "Saskatchewan","Regina","11-02-2022",0,26207 "Saskatchewan","Regina","12-02-2022",0,26207 "Saskatchewan","Regina","13-02-2022",0,26207 +"Saskatchewan","Regina","14-02-2022",0,26207 "Saskatchewan","Saskatoon","25-01-2020",0,0 "Saskatchewan","Saskatoon","26-01-2020",0,0 "Saskatchewan","Saskatoon","27-01-2020",0,0 @@ -75099,6 +75198,7 @@ "Saskatchewan","Saskatoon","11-02-2022",0,32132 "Saskatchewan","Saskatoon","12-02-2022",0,32132 "Saskatchewan","Saskatoon","13-02-2022",0,32132 +"Saskatchewan","Saskatoon","14-02-2022",0,32132 "Saskatchewan","South","25-01-2020",0,0 "Saskatchewan","South","26-01-2020",0,0 "Saskatchewan","South","27-01-2020",0,0 @@ -75850,6 +75950,7 @@ "Saskatchewan","South","11-02-2022",0,16654 "Saskatchewan","South","12-02-2022",0,16654 "Saskatchewan","South","13-02-2022",0,16654 +"Saskatchewan","South","14-02-2022",0,16654 "Yukon","Yukon","25-01-2020",0,0 "Yukon","Yukon","26-01-2020",0,0 "Yukon","Yukon","27-01-2020",0,0 @@ -76601,3 +76702,4 @@ "Yukon","Yukon","11-02-2022",16,3302 "Yukon","Yukon","12-02-2022",0,3302 "Yukon","Yukon","13-02-2022",0,3302 +"Yukon","Yukon","14-02-2022",37,3339 diff --git a/timeseries_hr/mortality_timeseries_hr.csv b/timeseries_hr/mortality_timeseries_hr.csv index 597ed4e8..1e5e953d 100644 --- a/timeseries_hr/mortality_timeseries_hr.csv +++ b/timeseries_hr/mortality_timeseries_hr.csv @@ -707,6 +707,7 @@ "Alberta","Calgary","11-02-2022",5,1014 "Alberta","Calgary","12-02-2022",0,1014 "Alberta","Calgary","13-02-2022",0,1014 +"Alberta","Calgary","14-02-2022",15,1029 "Alberta","Central","08-03-2020",0,0 "Alberta","Central","09-03-2020",0,0 "Alberta","Central","10-03-2020",0,0 @@ -1415,6 +1416,7 @@ "Alberta","Central","11-02-2022",2,464 "Alberta","Central","12-02-2022",0,464 "Alberta","Central","13-02-2022",0,464 +"Alberta","Central","14-02-2022",5,469 "Alberta","Edmonton","08-03-2020",0,0 "Alberta","Edmonton","09-03-2020",0,0 "Alberta","Edmonton","10-03-2020",0,0 @@ -2123,6 +2125,7 @@ "Alberta","Edmonton","11-02-2022",10,1487 "Alberta","Edmonton","12-02-2022",0,1487 "Alberta","Edmonton","13-02-2022",0,1487 +"Alberta","Edmonton","14-02-2022",8,1495 "Alberta","North","08-03-2020",0,0 "Alberta","North","09-03-2020",0,0 "Alberta","North","10-03-2020",0,0 @@ -2831,6 +2834,7 @@ "Alberta","North","11-02-2022",3,445 "Alberta","North","12-02-2022",0,445 "Alberta","North","13-02-2022",0,445 +"Alberta","North","14-02-2022",5,450 "Alberta","Not Reported","08-03-2020",0,0 "Alberta","Not Reported","09-03-2020",0,0 "Alberta","Not Reported","10-03-2020",0,0 @@ -3539,6 +3543,7 @@ "Alberta","Not Reported","11-02-2022",0,0 "Alberta","Not Reported","12-02-2022",0,0 "Alberta","Not Reported","13-02-2022",0,0 +"Alberta","Not Reported","14-02-2022",0,0 "Alberta","South","08-03-2020",0,0 "Alberta","South","09-03-2020",0,0 "Alberta","South","10-03-2020",0,0 @@ -4247,6 +4252,7 @@ "Alberta","South","11-02-2022",3,331 "Alberta","South","12-02-2022",0,331 "Alberta","South","13-02-2022",0,331 +"Alberta","South","14-02-2022",2,333 "BC","Fraser","08-03-2020",0,0 "BC","Fraser","09-03-2020",0,0 "BC","Fraser","10-03-2020",0,0 @@ -4955,6 +4961,7 @@ "BC","Fraser","11-02-2022",9,1264 "BC","Fraser","12-02-2022",0,1264 "BC","Fraser","13-02-2022",0,1264 +"BC","Fraser","14-02-2022",1,1265 "BC","Interior","08-03-2020",0,0 "BC","Interior","09-03-2020",0,0 "BC","Interior","10-03-2020",0,0 @@ -5663,6 +5670,7 @@ "BC","Interior","11-02-2022",3,332 "BC","Interior","12-02-2022",0,332 "BC","Interior","13-02-2022",0,332 +"BC","Interior","14-02-2022",9,341 "BC","Island","08-03-2020",0,0 "BC","Island","09-03-2020",0,0 "BC","Island","10-03-2020",0,0 @@ -6371,6 +6379,7 @@ "BC","Island","11-02-2022",3,200 "BC","Island","12-02-2022",0,200 "BC","Island","13-02-2022",0,200 +"BC","Island","14-02-2022",2,202 "BC","Northern","08-03-2020",0,0 "BC","Northern","09-03-2020",0,0 "BC","Northern","10-03-2020",0,0 @@ -7079,6 +7088,7 @@ "BC","Northern","11-02-2022",0,291 "BC","Northern","12-02-2022",0,291 "BC","Northern","13-02-2022",0,291 +"BC","Northern","14-02-2022",2,293 "BC","Not Reported","08-03-2020",0,0 "BC","Not Reported","09-03-2020",0,0 "BC","Not Reported","10-03-2020",0,0 @@ -7787,6 +7797,7 @@ "BC","Not Reported","11-02-2022",0,0 "BC","Not Reported","12-02-2022",0,0 "BC","Not Reported","13-02-2022",0,0 +"BC","Not Reported","14-02-2022",0,0 "BC","Vancouver Coastal","08-03-2020",1,1 "BC","Vancouver Coastal","09-03-2020",0,1 "BC","Vancouver Coastal","10-03-2020",0,1 @@ -8495,6 +8506,7 @@ "BC","Vancouver Coastal","11-02-2022",2,660 "BC","Vancouver Coastal","12-02-2022",0,660 "BC","Vancouver Coastal","13-02-2022",0,660 +"BC","Vancouver Coastal","14-02-2022",3,663 "Manitoba","Interlake-Eastern","08-03-2020",0,0 "Manitoba","Interlake-Eastern","09-03-2020",0,0 "Manitoba","Interlake-Eastern","10-03-2020",0,0 @@ -9203,6 +9215,7 @@ "Manitoba","Interlake-Eastern","11-02-2022",-1,77 "Manitoba","Interlake-Eastern","12-02-2022",0,77 "Manitoba","Interlake-Eastern","13-02-2022",0,77 +"Manitoba","Interlake-Eastern","14-02-2022",4,81 "Manitoba","Northern","08-03-2020",0,0 "Manitoba","Northern","09-03-2020",0,0 "Manitoba","Northern","10-03-2020",0,0 @@ -9911,6 +9924,7 @@ "Manitoba","Northern","11-02-2022",0,74 "Manitoba","Northern","12-02-2022",0,74 "Manitoba","Northern","13-02-2022",0,74 +"Manitoba","Northern","14-02-2022",2,76 "Manitoba","Not Reported","08-03-2020",0,0 "Manitoba","Not Reported","09-03-2020",0,0 "Manitoba","Not Reported","10-03-2020",0,0 @@ -10619,6 +10633,7 @@ "Manitoba","Not Reported","11-02-2022",0,0 "Manitoba","Not Reported","12-02-2022",0,0 "Manitoba","Not Reported","13-02-2022",0,0 +"Manitoba","Not Reported","14-02-2022",0,0 "Manitoba","Prairie Mountain","08-03-2020",0,0 "Manitoba","Prairie Mountain","09-03-2020",0,0 "Manitoba","Prairie Mountain","10-03-2020",0,0 @@ -11327,6 +11342,7 @@ "Manitoba","Prairie Mountain","11-02-2022",0,128 "Manitoba","Prairie Mountain","12-02-2022",0,128 "Manitoba","Prairie Mountain","13-02-2022",0,128 +"Manitoba","Prairie Mountain","14-02-2022",2,130 "Manitoba","Southern Health","08-03-2020",0,0 "Manitoba","Southern Health","09-03-2020",0,0 "Manitoba","Southern Health","10-03-2020",0,0 @@ -12035,6 +12051,7 @@ "Manitoba","Southern Health","11-02-2022",1,319 "Manitoba","Southern Health","12-02-2022",0,319 "Manitoba","Southern Health","13-02-2022",0,319 +"Manitoba","Southern Health","14-02-2022",1,320 "Manitoba","Winnipeg","08-03-2020",0,0 "Manitoba","Winnipeg","09-03-2020",0,0 "Manitoba","Winnipeg","10-03-2020",0,0 @@ -12743,6 +12760,7 @@ "Manitoba","Winnipeg","11-02-2022",3,1021 "Manitoba","Winnipeg","12-02-2022",0,1021 "Manitoba","Winnipeg","13-02-2022",0,1021 +"Manitoba","Winnipeg","14-02-2022",9,1030 "New Brunswick","Not Reported","08-03-2020",0,0 "New Brunswick","Not Reported","09-03-2020",0,0 "New Brunswick","Not Reported","10-03-2020",0,0 @@ -13451,6 +13469,7 @@ "New Brunswick","Not Reported","11-02-2022",0,0 "New Brunswick","Not Reported","12-02-2022",0,0 "New Brunswick","Not Reported","13-02-2022",0,0 +"New Brunswick","Not Reported","14-02-2022",0,0 "New Brunswick","Zone 1 (Moncton area)","08-03-2020",0,0 "New Brunswick","Zone 1 (Moncton area)","09-03-2020",0,0 "New Brunswick","Zone 1 (Moncton area)","10-03-2020",0,0 @@ -14159,6 +14178,7 @@ "New Brunswick","Zone 1 (Moncton area)","11-02-2022",0,66 "New Brunswick","Zone 1 (Moncton area)","12-02-2022",3,69 "New Brunswick","Zone 1 (Moncton area)","13-02-2022",3,72 +"New Brunswick","Zone 1 (Moncton area)","14-02-2022",1,73 "New Brunswick","Zone 2 (Saint John area)","08-03-2020",0,0 "New Brunswick","Zone 2 (Saint John area)","09-03-2020",0,0 "New Brunswick","Zone 2 (Saint John area)","10-03-2020",0,0 @@ -14867,6 +14887,7 @@ "New Brunswick","Zone 2 (Saint John area)","11-02-2022",1,47 "New Brunswick","Zone 2 (Saint John area)","12-02-2022",0,47 "New Brunswick","Zone 2 (Saint John area)","13-02-2022",0,47 +"New Brunswick","Zone 2 (Saint John area)","14-02-2022",0,47 "New Brunswick","Zone 3 (Fredericton area)","08-03-2020",0,0 "New Brunswick","Zone 3 (Fredericton area)","09-03-2020",0,0 "New Brunswick","Zone 3 (Fredericton area)","10-03-2020",0,0 @@ -15575,6 +15596,7 @@ "New Brunswick","Zone 3 (Fredericton area)","11-02-2022",0,44 "New Brunswick","Zone 3 (Fredericton area)","12-02-2022",0,44 "New Brunswick","Zone 3 (Fredericton area)","13-02-2022",0,44 +"New Brunswick","Zone 3 (Fredericton area)","14-02-2022",1,45 "New Brunswick","Zone 4 (Edmundston area)","08-03-2020",0,0 "New Brunswick","Zone 4 (Edmundston area)","09-03-2020",0,0 "New Brunswick","Zone 4 (Edmundston area)","10-03-2020",0,0 @@ -16283,6 +16305,7 @@ "New Brunswick","Zone 4 (Edmundston area)","11-02-2022",0,56 "New Brunswick","Zone 4 (Edmundston area)","12-02-2022",1,57 "New Brunswick","Zone 4 (Edmundston area)","13-02-2022",0,57 +"New Brunswick","Zone 4 (Edmundston area)","14-02-2022",0,57 "New Brunswick","Zone 5 (Campbellton area)","08-03-2020",0,0 "New Brunswick","Zone 5 (Campbellton area)","09-03-2020",0,0 "New Brunswick","Zone 5 (Campbellton area)","10-03-2020",0,0 @@ -16991,6 +17014,7 @@ "New Brunswick","Zone 5 (Campbellton area)","11-02-2022",0,23 "New Brunswick","Zone 5 (Campbellton area)","12-02-2022",0,23 "New Brunswick","Zone 5 (Campbellton area)","13-02-2022",0,23 +"New Brunswick","Zone 5 (Campbellton area)","14-02-2022",0,23 "New Brunswick","Zone 6 (Bathurst area)","08-03-2020",0,0 "New Brunswick","Zone 6 (Bathurst area)","09-03-2020",0,0 "New Brunswick","Zone 6 (Bathurst area)","10-03-2020",0,0 @@ -17699,6 +17723,7 @@ "New Brunswick","Zone 6 (Bathurst area)","11-02-2022",1,26 "New Brunswick","Zone 6 (Bathurst area)","12-02-2022",0,26 "New Brunswick","Zone 6 (Bathurst area)","13-02-2022",0,26 +"New Brunswick","Zone 6 (Bathurst area)","14-02-2022",0,26 "New Brunswick","Zone 7 (Miramichi area)","08-03-2020",0,0 "New Brunswick","Zone 7 (Miramichi area)","09-03-2020",0,0 "New Brunswick","Zone 7 (Miramichi area)","10-03-2020",0,0 @@ -18407,6 +18432,7 @@ "New Brunswick","Zone 7 (Miramichi area)","11-02-2022",2,20 "New Brunswick","Zone 7 (Miramichi area)","12-02-2022",0,20 "New Brunswick","Zone 7 (Miramichi area)","13-02-2022",1,21 +"New Brunswick","Zone 7 (Miramichi area)","14-02-2022",0,21 "NL","Central","08-03-2020",0,0 "NL","Central","09-03-2020",0,0 "NL","Central","10-03-2020",0,0 @@ -19115,6 +19141,7 @@ "NL","Central","11-02-2022",1,19 "NL","Central","12-02-2022",0,19 "NL","Central","13-02-2022",0,19 +"NL","Central","14-02-2022",2,21 "NL","Eastern","08-03-2020",0,0 "NL","Eastern","09-03-2020",0,0 "NL","Eastern","10-03-2020",0,0 @@ -19823,6 +19850,7 @@ "NL","Eastern","11-02-2022",0,25 "NL","Eastern","12-02-2022",0,25 "NL","Eastern","13-02-2022",0,25 +"NL","Eastern","14-02-2022",1,26 "NL","Labrador-Grenfell","08-03-2020",0,0 "NL","Labrador-Grenfell","09-03-2020",0,0 "NL","Labrador-Grenfell","10-03-2020",0,0 @@ -20531,6 +20559,7 @@ "NL","Labrador-Grenfell","11-02-2022",0,1 "NL","Labrador-Grenfell","12-02-2022",0,1 "NL","Labrador-Grenfell","13-02-2022",0,1 +"NL","Labrador-Grenfell","14-02-2022",0,1 "NL","Not Reported","08-03-2020",0,0 "NL","Not Reported","09-03-2020",0,0 "NL","Not Reported","10-03-2020",0,0 @@ -21239,6 +21268,7 @@ "NL","Not Reported","11-02-2022",0,0 "NL","Not Reported","12-02-2022",0,0 "NL","Not Reported","13-02-2022",0,0 +"NL","Not Reported","14-02-2022",0,0 "NL","Western","08-03-2020",0,0 "NL","Western","09-03-2020",0,0 "NL","Western","10-03-2020",0,0 @@ -21947,6 +21977,7 @@ "NL","Western","11-02-2022",1,7 "NL","Western","12-02-2022",0,7 "NL","Western","13-02-2022",0,7 +"NL","Western","14-02-2022",1,8 "Nova Scotia","Not Reported","08-03-2020",0,0 "Nova Scotia","Not Reported","09-03-2020",0,0 "Nova Scotia","Not Reported","10-03-2020",0,0 @@ -22655,6 +22686,7 @@ "Nova Scotia","Not Reported","11-02-2022",1,1 "Nova Scotia","Not Reported","12-02-2022",0,1 "Nova Scotia","Not Reported","13-02-2022",0,1 +"Nova Scotia","Not Reported","14-02-2022",0,1 "Nova Scotia","Zone 1 - Western","08-03-2020",0,0 "Nova Scotia","Zone 1 - Western","09-03-2020",0,0 "Nova Scotia","Zone 1 - Western","10-03-2020",0,0 @@ -23363,6 +23395,7 @@ "Nova Scotia","Zone 1 - Western","11-02-2022",0,17 "Nova Scotia","Zone 1 - Western","12-02-2022",0,17 "Nova Scotia","Zone 1 - Western","13-02-2022",0,17 +"Nova Scotia","Zone 1 - Western","14-02-2022",7,24 "Nova Scotia","Zone 2 - Northern","08-03-2020",0,0 "Nova Scotia","Zone 2 - Northern","09-03-2020",0,0 "Nova Scotia","Zone 2 - Northern","10-03-2020",0,0 @@ -24071,6 +24104,7 @@ "Nova Scotia","Zone 2 - Northern","11-02-2022",0,12 "Nova Scotia","Zone 2 - Northern","12-02-2022",0,12 "Nova Scotia","Zone 2 - Northern","13-02-2022",0,12 +"Nova Scotia","Zone 2 - Northern","14-02-2022",0,12 "Nova Scotia","Zone 3 - Eastern","08-03-2020",0,0 "Nova Scotia","Zone 3 - Eastern","09-03-2020",0,0 "Nova Scotia","Zone 3 - Eastern","10-03-2020",0,0 @@ -24779,6 +24813,7 @@ "Nova Scotia","Zone 3 - Eastern","11-02-2022",0,16 "Nova Scotia","Zone 3 - Eastern","12-02-2022",0,16 "Nova Scotia","Zone 3 - Eastern","13-02-2022",0,16 +"Nova Scotia","Zone 3 - Eastern","14-02-2022",0,16 "Nova Scotia","Zone 4 - Central","08-03-2020",0,0 "Nova Scotia","Zone 4 - Central","09-03-2020",0,0 "Nova Scotia","Zone 4 - Central","10-03-2020",0,0 @@ -25487,6 +25522,7 @@ "Nova Scotia","Zone 4 - Central","11-02-2022",0,122 "Nova Scotia","Zone 4 - Central","12-02-2022",0,122 "Nova Scotia","Zone 4 - Central","13-02-2022",0,122 +"Nova Scotia","Zone 4 - Central","14-02-2022",0,122 "Nunavut","Nunavut","08-03-2020",0,0 "Nunavut","Nunavut","09-03-2020",0,0 "Nunavut","Nunavut","10-03-2020",0,0 @@ -26195,6 +26231,7 @@ "Nunavut","Nunavut","11-02-2022",0,5 "Nunavut","Nunavut","12-02-2022",0,5 "Nunavut","Nunavut","13-02-2022",0,5 +"Nunavut","Nunavut","14-02-2022",0,5 "NWT","NWT","08-03-2020",0,0 "NWT","NWT","09-03-2020",0,0 "NWT","NWT","10-03-2020",0,0 @@ -26903,6 +26940,7 @@ "NWT","NWT","11-02-2022",0,17 "NWT","NWT","12-02-2022",0,17 "NWT","NWT","13-02-2022",0,17 +"NWT","NWT","14-02-2022",0,17 "Ontario","Algoma","08-03-2020",0,0 "Ontario","Algoma","09-03-2020",0,0 "Ontario","Algoma","10-03-2020",0,0 @@ -27611,6 +27649,7 @@ "Ontario","Algoma","11-02-2022",0,28 "Ontario","Algoma","12-02-2022",0,28 "Ontario","Algoma","13-02-2022",0,28 +"Ontario","Algoma","14-02-2022",0,28 "Ontario","Brant","08-03-2020",0,0 "Ontario","Brant","09-03-2020",0,0 "Ontario","Brant","10-03-2020",0,0 @@ -28319,6 +28358,7 @@ "Ontario","Brant","11-02-2022",0,59 "Ontario","Brant","12-02-2022",0,59 "Ontario","Brant","13-02-2022",0,59 +"Ontario","Brant","14-02-2022",1,60 "Ontario","Chatham-Kent","08-03-2020",0,0 "Ontario","Chatham-Kent","09-03-2020",0,0 "Ontario","Chatham-Kent","10-03-2020",0,0 @@ -29027,6 +29067,7 @@ "Ontario","Chatham-Kent","11-02-2022",0,66 "Ontario","Chatham-Kent","12-02-2022",3,69 "Ontario","Chatham-Kent","13-02-2022",0,69 +"Ontario","Chatham-Kent","14-02-2022",0,69 "Ontario","Durham","08-03-2020",0,0 "Ontario","Durham","09-03-2020",0,0 "Ontario","Durham","10-03-2020",0,0 @@ -29735,6 +29776,7 @@ "Ontario","Durham","11-02-2022",0,433 "Ontario","Durham","12-02-2022",0,433 "Ontario","Durham","13-02-2022",0,433 +"Ontario","Durham","14-02-2022",1,434 "Ontario","Eastern","08-03-2020",0,0 "Ontario","Eastern","09-03-2020",0,0 "Ontario","Eastern","10-03-2020",0,0 @@ -30443,6 +30485,7 @@ "Ontario","Eastern","11-02-2022",0,203 "Ontario","Eastern","12-02-2022",0,203 "Ontario","Eastern","13-02-2022",1,204 +"Ontario","Eastern","14-02-2022",0,204 "Ontario","Grey Bruce","08-03-2020",0,0 "Ontario","Grey Bruce","09-03-2020",0,0 "Ontario","Grey Bruce","10-03-2020",0,0 @@ -31151,6 +31194,7 @@ "Ontario","Grey Bruce","11-02-2022",0,30 "Ontario","Grey Bruce","12-02-2022",0,30 "Ontario","Grey Bruce","13-02-2022",0,30 +"Ontario","Grey Bruce","14-02-2022",0,30 "Ontario","Haldimand-Norfolk","08-03-2020",0,0 "Ontario","Haldimand-Norfolk","09-03-2020",0,0 "Ontario","Haldimand-Norfolk","10-03-2020",0,0 @@ -31859,6 +31903,7 @@ "Ontario","Haldimand-Norfolk","11-02-2022",2,82 "Ontario","Haldimand-Norfolk","12-02-2022",1,83 "Ontario","Haldimand-Norfolk","13-02-2022",0,83 +"Ontario","Haldimand-Norfolk","14-02-2022",0,83 "Ontario","Haliburton Kawartha Pineridge","08-03-2020",0,0 "Ontario","Haliburton Kawartha Pineridge","09-03-2020",0,0 "Ontario","Haliburton Kawartha Pineridge","10-03-2020",0,0 @@ -32567,6 +32612,7 @@ "Ontario","Haliburton Kawartha Pineridge","11-02-2022",0,99 "Ontario","Haliburton Kawartha Pineridge","12-02-2022",0,99 "Ontario","Haliburton Kawartha Pineridge","13-02-2022",0,99 +"Ontario","Haliburton Kawartha Pineridge","14-02-2022",0,99 "Ontario","Halton","08-03-2020",0,0 "Ontario","Halton","09-03-2020",0,0 "Ontario","Halton","10-03-2020",0,0 @@ -33275,6 +33321,7 @@ "Ontario","Halton","11-02-2022",2,332 "Ontario","Halton","12-02-2022",2,334 "Ontario","Halton","13-02-2022",1,335 +"Ontario","Halton","14-02-2022",0,335 "Ontario","Hamilton","08-03-2020",0,0 "Ontario","Hamilton","09-03-2020",0,0 "Ontario","Hamilton","10-03-2020",0,0 @@ -33983,6 +34030,7 @@ "Ontario","Hamilton","11-02-2022",0,505 "Ontario","Hamilton","12-02-2022",0,505 "Ontario","Hamilton","13-02-2022",0,505 +"Ontario","Hamilton","14-02-2022",1,506 "Ontario","Hastings Prince Edward","08-03-2020",0,0 "Ontario","Hastings Prince Edward","09-03-2020",0,0 "Ontario","Hastings Prince Edward","10-03-2020",0,0 @@ -34691,6 +34739,7 @@ "Ontario","Hastings Prince Edward","11-02-2022",0,32 "Ontario","Hastings Prince Edward","12-02-2022",0,32 "Ontario","Hastings Prince Edward","13-02-2022",0,32 +"Ontario","Hastings Prince Edward","14-02-2022",0,32 "Ontario","Huron Perth","08-03-2020",0,0 "Ontario","Huron Perth","09-03-2020",0,0 "Ontario","Huron Perth","10-03-2020",0,0 @@ -35399,6 +35448,7 @@ "Ontario","Huron Perth","11-02-2022",1,94 "Ontario","Huron Perth","12-02-2022",0,94 "Ontario","Huron Perth","13-02-2022",0,94 +"Ontario","Huron Perth","14-02-2022",1,95 "Ontario","Kingston Frontenac Lennox & Addington","08-03-2020",0,0 "Ontario","Kingston Frontenac Lennox & Addington","09-03-2020",0,0 "Ontario","Kingston Frontenac Lennox & Addington","10-03-2020",0,0 @@ -36107,6 +36157,7 @@ "Ontario","Kingston Frontenac Lennox & Addington","11-02-2022",0,30 "Ontario","Kingston Frontenac Lennox & Addington","12-02-2022",0,30 "Ontario","Kingston Frontenac Lennox & Addington","13-02-2022",0,30 +"Ontario","Kingston Frontenac Lennox & Addington","14-02-2022",1,31 "Ontario","Lambton","08-03-2020",0,0 "Ontario","Lambton","09-03-2020",0,0 "Ontario","Lambton","10-03-2020",0,0 @@ -36815,6 +36866,7 @@ "Ontario","Lambton","11-02-2022",2,120 "Ontario","Lambton","12-02-2022",0,120 "Ontario","Lambton","13-02-2022",0,120 +"Ontario","Lambton","14-02-2022",0,120 "Ontario","Leeds Grenville and Lanark","08-03-2020",0,0 "Ontario","Leeds Grenville and Lanark","09-03-2020",0,0 "Ontario","Leeds Grenville and Lanark","10-03-2020",0,0 @@ -37523,6 +37575,7 @@ "Ontario","Leeds Grenville and Lanark","11-02-2022",0,79 "Ontario","Leeds Grenville and Lanark","12-02-2022",1,80 "Ontario","Leeds Grenville and Lanark","13-02-2022",0,80 +"Ontario","Leeds Grenville and Lanark","14-02-2022",0,80 "Ontario","Middlesex-London","08-03-2020",0,0 "Ontario","Middlesex-London","09-03-2020",0,0 "Ontario","Middlesex-London","10-03-2020",0,0 @@ -38231,6 +38284,7 @@ "Ontario","Middlesex-London","11-02-2022",3,327 "Ontario","Middlesex-London","12-02-2022",0,327 "Ontario","Middlesex-London","13-02-2022",0,327 +"Ontario","Middlesex-London","14-02-2022",4,331 "Ontario","Niagara","08-03-2020",0,0 "Ontario","Niagara","09-03-2020",0,0 "Ontario","Niagara","10-03-2020",0,0 @@ -38939,6 +38993,7 @@ "Ontario","Niagara","11-02-2022",1,507 "Ontario","Niagara","12-02-2022",0,507 "Ontario","Niagara","13-02-2022",1,508 +"Ontario","Niagara","14-02-2022",0,508 "Ontario","North Bay Parry Sound","08-03-2020",0,0 "Ontario","North Bay Parry Sound","09-03-2020",0,0 "Ontario","North Bay Parry Sound","10-03-2020",0,0 @@ -39647,6 +39702,7 @@ "Ontario","North Bay Parry Sound","11-02-2022",0,16 "Ontario","North Bay Parry Sound","12-02-2022",0,16 "Ontario","North Bay Parry Sound","13-02-2022",0,16 +"Ontario","North Bay Parry Sound","14-02-2022",1,17 "Ontario","Northwestern","08-03-2020",0,0 "Ontario","Northwestern","09-03-2020",0,0 "Ontario","Northwestern","10-03-2020",0,0 @@ -40355,6 +40411,7 @@ "Ontario","Northwestern","11-02-2022",0,14 "Ontario","Northwestern","12-02-2022",0,14 "Ontario","Northwestern","13-02-2022",0,14 +"Ontario","Northwestern","14-02-2022",1,15 "Ontario","Not Reported","08-03-2020",0,0 "Ontario","Not Reported","09-03-2020",0,0 "Ontario","Not Reported","10-03-2020",0,0 @@ -41063,6 +41120,7 @@ "Ontario","Not Reported","11-02-2022",0,0 "Ontario","Not Reported","12-02-2022",0,0 "Ontario","Not Reported","13-02-2022",0,0 +"Ontario","Not Reported","14-02-2022",0,0 "Ontario","Ottawa","08-03-2020",0,0 "Ontario","Ottawa","09-03-2020",0,0 "Ontario","Ottawa","10-03-2020",0,0 @@ -41771,6 +41829,7 @@ "Ontario","Ottawa","11-02-2022",3,732 "Ontario","Ottawa","12-02-2022",4,736 "Ontario","Ottawa","13-02-2022",0,736 +"Ontario","Ottawa","14-02-2022",0,736 "Ontario","Peel","08-03-2020",0,0 "Ontario","Peel","09-03-2020",0,0 "Ontario","Peel","10-03-2020",0,0 @@ -42479,6 +42538,7 @@ "Ontario","Peel","11-02-2022",7,1163 "Ontario","Peel","12-02-2022",4,1167 "Ontario","Peel","13-02-2022",0,1167 +"Ontario","Peel","14-02-2022",1,1168 "Ontario","Peterborough","08-03-2020",0,0 "Ontario","Peterborough","09-03-2020",0,0 "Ontario","Peterborough","10-03-2020",0,0 @@ -43187,6 +43247,7 @@ "Ontario","Peterborough","11-02-2022",0,54 "Ontario","Peterborough","12-02-2022",0,54 "Ontario","Peterborough","13-02-2022",0,54 +"Ontario","Peterborough","14-02-2022",1,55 "Ontario","Porcupine","08-03-2020",0,0 "Ontario","Porcupine","09-03-2020",0,0 "Ontario","Porcupine","10-03-2020",0,0 @@ -43895,6 +43956,7 @@ "Ontario","Porcupine","11-02-2022",1,43 "Ontario","Porcupine","12-02-2022",0,43 "Ontario","Porcupine","13-02-2022",0,43 +"Ontario","Porcupine","14-02-2022",0,43 "Ontario","Renfrew","08-03-2020",0,0 "Ontario","Renfrew","09-03-2020",0,0 "Ontario","Renfrew","10-03-2020",0,0 @@ -44603,6 +44665,7 @@ "Ontario","Renfrew","11-02-2022",1,26 "Ontario","Renfrew","12-02-2022",0,26 "Ontario","Renfrew","13-02-2022",0,26 +"Ontario","Renfrew","14-02-2022",1,27 "Ontario","Simcoe Muskoka","08-03-2020",0,0 "Ontario","Simcoe Muskoka","09-03-2020",0,0 "Ontario","Simcoe Muskoka","10-03-2020",0,0 @@ -45311,6 +45374,7 @@ "Ontario","Simcoe Muskoka","11-02-2022",1,383 "Ontario","Simcoe Muskoka","12-02-2022",0,383 "Ontario","Simcoe Muskoka","13-02-2022",0,383 +"Ontario","Simcoe Muskoka","14-02-2022",0,383 "Ontario","Southwestern","08-03-2020",0,0 "Ontario","Southwestern","09-03-2020",0,0 "Ontario","Southwestern","10-03-2020",0,0 @@ -46019,6 +46083,7 @@ "Ontario","Southwestern","11-02-2022",3,147 "Ontario","Southwestern","12-02-2022",0,147 "Ontario","Southwestern","13-02-2022",0,147 +"Ontario","Southwestern","14-02-2022",0,147 "Ontario","Sudbury","08-03-2020",0,0 "Ontario","Sudbury","09-03-2020",0,0 "Ontario","Sudbury","10-03-2020",0,0 @@ -46727,6 +46792,7 @@ "Ontario","Sudbury","11-02-2022",4,99 "Ontario","Sudbury","12-02-2022",0,99 "Ontario","Sudbury","13-02-2022",0,99 +"Ontario","Sudbury","14-02-2022",2,101 "Ontario","Thunder Bay","08-03-2020",0,0 "Ontario","Thunder Bay","09-03-2020",0,0 "Ontario","Thunder Bay","10-03-2020",0,0 @@ -47435,6 +47501,7 @@ "Ontario","Thunder Bay","11-02-2022",2,77 "Ontario","Thunder Bay","12-02-2022",0,77 "Ontario","Thunder Bay","13-02-2022",0,77 +"Ontario","Thunder Bay","14-02-2022",0,77 "Ontario","Timiskaming","08-03-2020",0,0 "Ontario","Timiskaming","09-03-2020",0,0 "Ontario","Timiskaming","10-03-2020",0,0 @@ -48143,6 +48210,7 @@ "Ontario","Timiskaming","11-02-2022",0,11 "Ontario","Timiskaming","12-02-2022",0,11 "Ontario","Timiskaming","13-02-2022",0,11 +"Ontario","Timiskaming","14-02-2022",0,11 "Ontario","Toronto","08-03-2020",0,0 "Ontario","Toronto","09-03-2020",0,0 "Ontario","Toronto","10-03-2020",0,0 @@ -48851,6 +48919,7 @@ "Ontario","Toronto","11-02-2022",6,4154 "Ontario","Toronto","12-02-2022",0,4154 "Ontario","Toronto","13-02-2022",0,4154 +"Ontario","Toronto","14-02-2022",11,4165 "Ontario","Waterloo","08-03-2020",0,0 "Ontario","Waterloo","09-03-2020",0,0 "Ontario","Waterloo","10-03-2020",0,0 @@ -49559,6 +49628,7 @@ "Ontario","Waterloo","11-02-2022",0,381 "Ontario","Waterloo","12-02-2022",0,381 "Ontario","Waterloo","13-02-2022",0,381 +"Ontario","Waterloo","14-02-2022",2,383 "Ontario","Wellington Dufferin Guelph","08-03-2020",0,0 "Ontario","Wellington Dufferin Guelph","09-03-2020",0,0 "Ontario","Wellington Dufferin Guelph","10-03-2020",0,0 @@ -50267,6 +50337,7 @@ "Ontario","Wellington Dufferin Guelph","11-02-2022",0,154 "Ontario","Wellington Dufferin Guelph","12-02-2022",0,154 "Ontario","Wellington Dufferin Guelph","13-02-2022",0,154 +"Ontario","Wellington Dufferin Guelph","14-02-2022",0,154 "Ontario","Windsor-Essex","08-03-2020",0,0 "Ontario","Windsor-Essex","09-03-2020",0,0 "Ontario","Windsor-Essex","10-03-2020",0,0 @@ -50975,6 +51046,7 @@ "Ontario","Windsor-Essex","11-02-2022",0,572 "Ontario","Windsor-Essex","12-02-2022",0,572 "Ontario","Windsor-Essex","13-02-2022",0,572 +"Ontario","Windsor-Essex","14-02-2022",0,572 "Ontario","York","08-03-2020",0,0 "Ontario","York","09-03-2020",0,0 "Ontario","York","10-03-2020",0,0 @@ -51683,6 +51755,7 @@ "Ontario","York","11-02-2022",4,895 "Ontario","York","12-02-2022",0,895 "Ontario","York","13-02-2022",0,895 +"Ontario","York","14-02-2022",3,898 "PEI","Prince Edward Island","08-03-2020",0,0 "PEI","Prince Edward Island","09-03-2020",0,0 "PEI","Prince Edward Island","10-03-2020",0,0 @@ -52391,6 +52464,7 @@ "PEI","Prince Edward Island","11-02-2022",0,13 "PEI","Prince Edward Island","12-02-2022",1,14 "PEI","Prince Edward Island","13-02-2022",0,14 +"PEI","Prince Edward Island","14-02-2022",0,14 "Quebec","Abitibi-Témiscamingue","08-03-2020",0,0 "Quebec","Abitibi-Témiscamingue","09-03-2020",0,0 "Quebec","Abitibi-Témiscamingue","10-03-2020",0,0 @@ -53099,6 +53173,7 @@ "Quebec","Abitibi-Témiscamingue","11-02-2022",0,54 "Quebec","Abitibi-Témiscamingue","12-02-2022",2,56 "Quebec","Abitibi-Témiscamingue","13-02-2022",0,56 +"Quebec","Abitibi-Témiscamingue","14-02-2022",0,56 "Quebec","Bas-Saint-Laurent","08-03-2020",0,0 "Quebec","Bas-Saint-Laurent","09-03-2020",0,0 "Quebec","Bas-Saint-Laurent","10-03-2020",0,0 @@ -53807,6 +53882,7 @@ "Quebec","Bas-Saint-Laurent","11-02-2022",0,91 "Quebec","Bas-Saint-Laurent","12-02-2022",1,92 "Quebec","Bas-Saint-Laurent","13-02-2022",0,92 +"Quebec","Bas-Saint-Laurent","14-02-2022",1,93 "Quebec","Capitale-Nationale","08-03-2020",0,0 "Quebec","Capitale-Nationale","09-03-2020",0,0 "Quebec","Capitale-Nationale","10-03-2020",0,0 @@ -54515,6 +54591,7 @@ "Quebec","Capitale-Nationale","11-02-2022",0,1335 "Quebec","Capitale-Nationale","12-02-2022",12,1347 "Quebec","Capitale-Nationale","13-02-2022",0,1347 +"Quebec","Capitale-Nationale","14-02-2022",1,1348 "Quebec","Chaudière-Appalaches","08-03-2020",0,0 "Quebec","Chaudière-Appalaches","09-03-2020",0,0 "Quebec","Chaudière-Appalaches","10-03-2020",0,0 @@ -55223,6 +55300,7 @@ "Quebec","Chaudière-Appalaches","11-02-2022",0,510 "Quebec","Chaudière-Appalaches","12-02-2022",1,511 "Quebec","Chaudière-Appalaches","13-02-2022",0,511 +"Quebec","Chaudière-Appalaches","14-02-2022",3,514 "Quebec","Côte-Nord","08-03-2020",0,0 "Quebec","Côte-Nord","09-03-2020",0,0 "Quebec","Côte-Nord","10-03-2020",0,0 @@ -55931,6 +56009,7 @@ "Quebec","Côte-Nord","11-02-2022",0,17 "Quebec","Côte-Nord","12-02-2022",1,18 "Quebec","Côte-Nord","13-02-2022",0,18 +"Quebec","Côte-Nord","14-02-2022",0,18 "Quebec","Estrie","08-03-2020",0,0 "Quebec","Estrie","09-03-2020",0,0 "Quebec","Estrie","10-03-2020",0,0 @@ -56639,6 +56718,7 @@ "Quebec","Estrie","11-02-2022",0,516 "Quebec","Estrie","12-02-2022",4,520 "Quebec","Estrie","13-02-2022",-1,519 +"Quebec","Estrie","14-02-2022",0,519 "Quebec","Gaspésie-Îles-de-la-Madeleine","08-03-2020",0,0 "Quebec","Gaspésie-Îles-de-la-Madeleine","09-03-2020",0,0 "Quebec","Gaspésie-Îles-de-la-Madeleine","10-03-2020",0,0 @@ -57347,6 +57427,7 @@ "Quebec","Gaspésie-Îles-de-la-Madeleine","11-02-2022",0,50 "Quebec","Gaspésie-Îles-de-la-Madeleine","12-02-2022",0,50 "Quebec","Gaspésie-Îles-de-la-Madeleine","13-02-2022",0,50 +"Quebec","Gaspésie-Îles-de-la-Madeleine","14-02-2022",0,50 "Quebec","Lanaudière","08-03-2020",0,0 "Quebec","Lanaudière","09-03-2020",0,0 "Quebec","Lanaudière","10-03-2020",0,0 @@ -58055,6 +58136,7 @@ "Quebec","Lanaudière","11-02-2022",0,699 "Quebec","Lanaudière","12-02-2022",4,703 "Quebec","Lanaudière","13-02-2022",1,704 +"Quebec","Lanaudière","14-02-2022",3,707 "Quebec","Laurentides","08-03-2020",0,0 "Quebec","Laurentides","09-03-2020",0,0 "Quebec","Laurentides","10-03-2020",0,0 @@ -58763,6 +58845,7 @@ "Quebec","Laurentides","11-02-2022",0,662 "Quebec","Laurentides","12-02-2022",7,669 "Quebec","Laurentides","13-02-2022",0,669 +"Quebec","Laurentides","14-02-2022",0,669 "Quebec","Laval","08-03-2020",0,0 "Quebec","Laval","09-03-2020",0,0 "Quebec","Laval","10-03-2020",0,0 @@ -59471,6 +59554,7 @@ "Quebec","Laval","11-02-2022",0,1021 "Quebec","Laval","12-02-2022",0,1021 "Quebec","Laval","13-02-2022",0,1021 +"Quebec","Laval","14-02-2022",3,1024 "Quebec","Mauricie","08-03-2020",0,0 "Quebec","Mauricie","09-03-2020",0,0 "Quebec","Mauricie","10-03-2020",0,0 @@ -60179,6 +60263,7 @@ "Quebec","Mauricie","11-02-2022",0,812 "Quebec","Mauricie","12-02-2022",16,828 "Quebec","Mauricie","13-02-2022",3,831 +"Quebec","Mauricie","14-02-2022",2,833 "Quebec","Montérégie","08-03-2020",0,0 "Quebec","Montérégie","09-03-2020",0,0 "Quebec","Montérégie","10-03-2020",0,0 @@ -60887,6 +60972,7 @@ "Quebec","Montérégie","11-02-2022",0,1963 "Quebec","Montérégie","12-02-2022",5,1968 "Quebec","Montérégie","13-02-2022",5,1973 +"Quebec","Montérégie","14-02-2022",1,1974 "Quebec","Montréal","08-03-2020",0,0 "Quebec","Montréal","09-03-2020",0,0 "Quebec","Montréal","10-03-2020",0,0 @@ -61595,6 +61681,7 @@ "Quebec","Montréal","11-02-2022",0,5262 "Quebec","Montréal","12-02-2022",10,5272 "Quebec","Montréal","13-02-2022",1,5273 +"Quebec","Montréal","14-02-2022",3,5276 "Quebec","Nord-du-Québec","08-03-2020",0,0 "Quebec","Nord-du-Québec","09-03-2020",0,0 "Quebec","Nord-du-Québec","10-03-2020",0,0 @@ -62303,6 +62390,7 @@ "Quebec","Nord-du-Québec","11-02-2022",0,1 "Quebec","Nord-du-Québec","12-02-2022",1,2 "Quebec","Nord-du-Québec","13-02-2022",0,2 +"Quebec","Nord-du-Québec","14-02-2022",0,2 "Quebec","Not Reported","08-03-2020",0,0 "Quebec","Not Reported","09-03-2020",0,0 "Quebec","Not Reported","10-03-2020",0,0 @@ -63011,6 +63099,7 @@ "Quebec","Not Reported","11-02-2022",0,1 "Quebec","Not Reported","12-02-2022",0,1 "Quebec","Not Reported","13-02-2022",0,1 +"Quebec","Not Reported","14-02-2022",0,1 "Quebec","Nunavik","08-03-2020",0,0 "Quebec","Nunavik","09-03-2020",0,0 "Quebec","Nunavik","10-03-2020",0,0 @@ -63719,6 +63808,7 @@ "Quebec","Nunavik","11-02-2022",0,9 "Quebec","Nunavik","12-02-2022",0,9 "Quebec","Nunavik","13-02-2022",0,9 +"Quebec","Nunavik","14-02-2022",0,9 "Quebec","Outaouais","08-03-2020",0,0 "Quebec","Outaouais","09-03-2020",0,0 "Quebec","Outaouais","10-03-2020",0,0 @@ -64427,6 +64517,7 @@ "Quebec","Outaouais","11-02-2022",0,281 "Quebec","Outaouais","12-02-2022",0,281 "Quebec","Outaouais","13-02-2022",0,281 +"Quebec","Outaouais","14-02-2022",0,281 "Quebec","Saguenay","08-03-2020",0,0 "Quebec","Saguenay","09-03-2020",0,0 "Quebec","Saguenay","10-03-2020",0,0 @@ -65135,6 +65226,7 @@ "Quebec","Saguenay","11-02-2022",0,323 "Quebec","Saguenay","12-02-2022",2,325 "Quebec","Saguenay","13-02-2022",0,325 +"Quebec","Saguenay","14-02-2022",0,325 "Quebec","Terres-Cries-de-la-Baie-James","08-03-2020",0,0 "Quebec","Terres-Cries-de-la-Baie-James","09-03-2020",0,0 "Quebec","Terres-Cries-de-la-Baie-James","10-03-2020",0,0 @@ -65843,6 +65935,7 @@ "Quebec","Terres-Cries-de-la-Baie-James","11-02-2022",0,10 "Quebec","Terres-Cries-de-la-Baie-James","12-02-2022",1,11 "Quebec","Terres-Cries-de-la-Baie-James","13-02-2022",0,11 +"Quebec","Terres-Cries-de-la-Baie-James","14-02-2022",0,11 "Repatriated","Not Reported","08-03-2020",0,0 "Repatriated","Not Reported","09-03-2020",0,0 "Repatriated","Not Reported","10-03-2020",0,0 @@ -66551,6 +66644,7 @@ "Repatriated","Not Reported","11-02-2022",0,0 "Repatriated","Not Reported","12-02-2022",0,0 "Repatriated","Not Reported","13-02-2022",0,0 +"Repatriated","Not Reported","14-02-2022",0,0 "Saskatchewan","Central","08-03-2020",0,0 "Saskatchewan","Central","09-03-2020",0,0 "Saskatchewan","Central","10-03-2020",0,0 @@ -67259,6 +67353,7 @@ "Saskatchewan","Central","11-02-2022",0,90 "Saskatchewan","Central","12-02-2022",0,90 "Saskatchewan","Central","13-02-2022",0,90 +"Saskatchewan","Central","14-02-2022",0,90 "Saskatchewan","Far North","08-03-2020",0,0 "Saskatchewan","Far North","09-03-2020",0,0 "Saskatchewan","Far North","10-03-2020",0,0 @@ -67967,6 +68062,7 @@ "Saskatchewan","Far North","11-02-2022",0,85 "Saskatchewan","Far North","12-02-2022",0,85 "Saskatchewan","Far North","13-02-2022",0,85 +"Saskatchewan","Far North","14-02-2022",0,85 "Saskatchewan","North","08-03-2020",0,0 "Saskatchewan","North","09-03-2020",0,0 "Saskatchewan","North","10-03-2020",0,0 @@ -68675,6 +68771,7 @@ "Saskatchewan","North","11-02-2022",0,258 "Saskatchewan","North","12-02-2022",0,258 "Saskatchewan","North","13-02-2022",0,258 +"Saskatchewan","North","14-02-2022",0,258 "Saskatchewan","Not Reported","08-03-2020",0,0 "Saskatchewan","Not Reported","09-03-2020",0,0 "Saskatchewan","Not Reported","10-03-2020",0,0 @@ -69383,6 +69480,7 @@ "Saskatchewan","Not Reported","11-02-2022",0,0 "Saskatchewan","Not Reported","12-02-2022",0,0 "Saskatchewan","Not Reported","13-02-2022",0,0 +"Saskatchewan","Not Reported","14-02-2022",0,0 "Saskatchewan","Regina","08-03-2020",0,0 "Saskatchewan","Regina","09-03-2020",0,0 "Saskatchewan","Regina","10-03-2020",0,0 @@ -70091,6 +70189,7 @@ "Saskatchewan","Regina","11-02-2022",0,219 "Saskatchewan","Regina","12-02-2022",0,219 "Saskatchewan","Regina","13-02-2022",0,219 +"Saskatchewan","Regina","14-02-2022",0,219 "Saskatchewan","Saskatoon","08-03-2020",0,0 "Saskatchewan","Saskatoon","09-03-2020",0,0 "Saskatchewan","Saskatoon","10-03-2020",0,0 @@ -70799,6 +70898,7 @@ "Saskatchewan","Saskatoon","11-02-2022",0,190 "Saskatchewan","Saskatoon","12-02-2022",0,190 "Saskatchewan","Saskatoon","13-02-2022",0,190 +"Saskatchewan","Saskatoon","14-02-2022",0,190 "Saskatchewan","South","08-03-2020",0,0 "Saskatchewan","South","09-03-2020",0,0 "Saskatchewan","South","10-03-2020",0,0 @@ -71507,6 +71607,7 @@ "Saskatchewan","South","11-02-2022",0,169 "Saskatchewan","South","12-02-2022",0,169 "Saskatchewan","South","13-02-2022",0,169 +"Saskatchewan","South","14-02-2022",0,169 "Yukon","Yukon","08-03-2020",0,0 "Yukon","Yukon","09-03-2020",0,0 "Yukon","Yukon","10-03-2020",0,0 @@ -72215,3 +72316,4 @@ "Yukon","Yukon","11-02-2022",0,20 "Yukon","Yukon","12-02-2022",0,20 "Yukon","Yukon","13-02-2022",0,20 +"Yukon","Yukon","14-02-2022",0,20 diff --git a/timeseries_hr_sk_new/sk_new_cases_timeseries_hr_combined.csv b/timeseries_hr_sk_new/sk_new_cases_timeseries_hr_combined.csv index 20b8e151..5f2a7122 100644 --- a/timeseries_hr_sk_new/sk_new_cases_timeseries_hr_combined.csv +++ b/timeseries_hr_sk_new/sk_new_cases_timeseries_hr_combined.csv @@ -558,6 +558,7 @@ "Alberta","Calgary","11-02-2022",576,208020 "Alberta","Calgary","12-02-2022",0,208020 "Alberta","Calgary","13-02-2022",0,208020 +"Alberta","Calgary","14-02-2022",892,208912 "Alberta","Central","04-08-2020",28,481 "Alberta","Central","05-08-2020",1,482 "Alberta","Central","06-08-2020",4,486 @@ -1117,6 +1118,7 @@ "Alberta","Central","11-02-2022",168,51234 "Alberta","Central","12-02-2022",0,51234 "Alberta","Central","13-02-2022",0,51234 +"Alberta","Central","14-02-2022",333,51567 "Alberta","Edmonton","04-08-2020",105,1752 "Alberta","Edmonton","05-08-2020",50,1802 "Alberta","Edmonton","06-08-2020",33,1835 @@ -1676,6 +1678,7 @@ "Alberta","Edmonton","11-02-2022",406,164611 "Alberta","Edmonton","12-02-2022",0,164611 "Alberta","Edmonton","13-02-2022",0,164611 +"Alberta","Edmonton","14-02-2022",804,165415 "Alberta","North","04-08-2020",47,613 "Alberta","North","05-08-2020",10,623 "Alberta","North","06-08-2020",2,625 @@ -2235,6 +2238,7 @@ "Alberta","North","11-02-2022",161,56790 "Alberta","North","12-02-2022",0,56790 "Alberta","North","13-02-2022",0,56790 +"Alberta","North","14-02-2022",348,57138 "Alberta","Not Reported","04-08-2020",0,15 "Alberta","Not Reported","05-08-2020",0,15 "Alberta","Not Reported","06-08-2020",0,15 @@ -2794,6 +2798,7 @@ "Alberta","Not Reported","11-02-2022",-19,1013 "Alberta","Not Reported","12-02-2022",0,1013 "Alberta","Not Reported","13-02-2022",0,1013 +"Alberta","Not Reported","14-02-2022",-16,997 "Alberta","South","04-08-2020",23,1672 "Alberta","South","05-08-2020",3,1675 "Alberta","South","06-08-2020",3,1678 @@ -3353,6 +3358,7 @@ "Alberta","South","11-02-2022",108,32497 "Alberta","South","12-02-2022",0,32497 "Alberta","South","13-02-2022",0,32497 +"Alberta","South","14-02-2022",286,32783 "BC","Fraser","04-08-2020",100,1988 "BC","Fraser","05-08-2020",24,2012 "BC","Fraser","06-08-2020",30,2042 @@ -3912,6 +3918,7 @@ "BC","Fraser","11-02-2022",219,154905 "BC","Fraser","12-02-2022",0,154905 "BC","Fraser","13-02-2022",0,154905 +"BC","Fraser","14-02-2022",783,155688 "BC","Interior","04-08-2020",7,379 "BC","Interior","05-08-2020",7,386 "BC","Interior","06-08-2020",1,387 @@ -4471,6 +4478,7 @@ "BC","Interior","11-02-2022",348,56649 "BC","Interior","12-02-2022",0,56649 "BC","Interior","13-02-2022",0,56649 +"BC","Interior","14-02-2022",676,57325 "BC","Island","04-08-2020",2,146 "BC","Island","05-08-2020",0,146 "BC","Island","06-08-2020",0,146 @@ -5030,6 +5038,7 @@ "BC","Island","11-02-2022",182,29926 "BC","Island","12-02-2022",0,29926 "BC","Island","13-02-2022",0,29926 +"BC","Island","14-02-2022",423,30349 "BC","Northern","04-08-2020",3,91 "BC","Northern","05-08-2020",0,91 "BC","Northern","06-08-2020",2,93 @@ -5589,6 +5598,7 @@ "BC","Northern","11-02-2022",163,26915 "BC","Northern","12-02-2022",0,26915 "BC","Northern","13-02-2022",0,26915 +"BC","Northern","14-02-2022",324,27239 "BC","Not Reported","04-08-2020",2,63 "BC","Not Reported","05-08-2020",1,64 "BC","Not Reported","06-08-2020",3,67 @@ -6148,6 +6158,7 @@ "BC","Not Reported","11-02-2022",1,370 "BC","Not Reported","12-02-2022",0,370 "BC","Not Reported","13-02-2022",0,370 +"BC","Not Reported","14-02-2022",0,370 "BC","Vancouver Coastal","04-08-2020",31,1121 "BC","Vancouver Coastal","05-08-2020",14,1135 "BC","Vancouver Coastal","06-08-2020",11,1146 @@ -6707,6 +6718,7 @@ "BC","Vancouver Coastal","11-02-2022",125,69820 "BC","Vancouver Coastal","12-02-2022",0,69820 "BC","Vancouver Coastal","13-02-2022",0,69820 +"BC","Vancouver Coastal","14-02-2022",495,70315 "Manitoba","Interlake-Eastern","04-08-2020",2,62 "Manitoba","Interlake-Eastern","05-08-2020",0,62 "Manitoba","Interlake-Eastern","06-08-2020",0,62 @@ -7266,6 +7278,7 @@ "Manitoba","Interlake-Eastern","11-02-2022",54,10065 "Manitoba","Interlake-Eastern","12-02-2022",0,10065 "Manitoba","Interlake-Eastern","13-02-2022",0,10065 +"Manitoba","Interlake-Eastern","14-02-2022",124,10189 "Manitoba","Northern","04-08-2020",0,3 "Manitoba","Northern","05-08-2020",0,3 "Manitoba","Northern","06-08-2020",0,3 @@ -7825,6 +7838,7 @@ "Manitoba","Northern","11-02-2022",292,15331 "Manitoba","Northern","12-02-2022",0,15331 "Manitoba","Northern","13-02-2022",0,15331 +"Manitoba","Northern","14-02-2022",529,15860 "Manitoba","Not Reported","04-08-2020",0,0 "Manitoba","Not Reported","05-08-2020",0,0 "Manitoba","Not Reported","06-08-2020",0,0 @@ -8384,6 +8398,7 @@ "Manitoba","Not Reported","11-02-2022",0,0 "Manitoba","Not Reported","12-02-2022",0,0 "Manitoba","Not Reported","13-02-2022",0,0 +"Manitoba","Not Reported","14-02-2022",0,0 "Manitoba","Prairie Mountain","04-08-2020",10,53 "Manitoba","Prairie Mountain","05-08-2020",0,53 "Manitoba","Prairie Mountain","06-08-2020",18,71 @@ -8943,6 +8958,7 @@ "Manitoba","Prairie Mountain","11-02-2022",90,12170 "Manitoba","Prairie Mountain","12-02-2022",0,12170 "Manitoba","Prairie Mountain","13-02-2022",0,12170 +"Manitoba","Prairie Mountain","14-02-2022",108,12278 "Manitoba","Southern Health","04-08-2020",12,70 "Manitoba","Southern Health","05-08-2020",0,70 "Manitoba","Southern Health","06-08-2020",11,81 @@ -9502,6 +9518,7 @@ "Manitoba","Southern Health","11-02-2022",40,18155 "Manitoba","Southern Health","12-02-2022",0,18155 "Manitoba","Southern Health","13-02-2022",0,18155 +"Manitoba","Southern Health","14-02-2022",73,18228 "Manitoba","Winnipeg","04-08-2020",3,254 "Manitoba","Winnipeg","05-08-2020",2,256 "Manitoba","Winnipeg","06-08-2020",1,257 @@ -10061,6 +10078,7 @@ "Manitoba","Winnipeg","11-02-2022",188,70123 "Manitoba","Winnipeg","12-02-2022",0,70123 "Manitoba","Winnipeg","13-02-2022",0,70123 +"Manitoba","Winnipeg","14-02-2022",332,70455 "New Brunswick","Not Reported","04-08-2020",0,0 "New Brunswick","Not Reported","05-08-2020",0,0 "New Brunswick","Not Reported","06-08-2020",0,0 @@ -10620,6 +10638,7 @@ "New Brunswick","Not Reported","11-02-2022",0,0 "New Brunswick","Not Reported","12-02-2022",0,0 "New Brunswick","Not Reported","13-02-2022",0,0 +"New Brunswick","Not Reported","14-02-2022",0,0 "New Brunswick","Zone 1 (Moncton area)","04-08-2020",0,29 "New Brunswick","Zone 1 (Moncton area)","05-08-2020",4,33 "New Brunswick","Zone 1 (Moncton area)","06-08-2020",2,35 @@ -11179,6 +11198,7 @@ "New Brunswick","Zone 1 (Moncton area)","11-02-2022",106,9872 "New Brunswick","Zone 1 (Moncton area)","12-02-2022",133,10005 "New Brunswick","Zone 1 (Moncton area)","13-02-2022",99,10104 +"New Brunswick","Zone 1 (Moncton area)","14-02-2022",79,10183 "New Brunswick","Zone 2 (Saint John area)","04-08-2020",0,27 "New Brunswick","Zone 2 (Saint John area)","05-08-2020",0,27 "New Brunswick","Zone 2 (Saint John area)","06-08-2020",0,27 @@ -11738,6 +11758,7 @@ "New Brunswick","Zone 2 (Saint John area)","11-02-2022",79,8003 "New Brunswick","Zone 2 (Saint John area)","12-02-2022",45,8048 "New Brunswick","Zone 2 (Saint John area)","13-02-2022",44,8092 +"New Brunswick","Zone 2 (Saint John area)","14-02-2022",25,8117 "New Brunswick","Zone 3 (Fredericton area)","04-08-2020",0,51 "New Brunswick","Zone 3 (Fredericton area)","05-08-2020",0,51 "New Brunswick","Zone 3 (Fredericton area)","06-08-2020",0,51 @@ -12297,6 +12318,7 @@ "New Brunswick","Zone 3 (Fredericton area)","11-02-2022",63,5359 "New Brunswick","Zone 3 (Fredericton area)","12-02-2022",50,5409 "New Brunswick","Zone 3 (Fredericton area)","13-02-2022",45,5454 +"New Brunswick","Zone 3 (Fredericton area)","14-02-2022",33,5487 "New Brunswick","Zone 4 (Edmundston area)","04-08-2020",0,7 "New Brunswick","Zone 4 (Edmundston area)","05-08-2020",0,7 "New Brunswick","Zone 4 (Edmundston area)","06-08-2020",0,7 @@ -12856,6 +12878,7 @@ "New Brunswick","Zone 4 (Edmundston area)","11-02-2022",53,3379 "New Brunswick","Zone 4 (Edmundston area)","12-02-2022",22,3401 "New Brunswick","Zone 4 (Edmundston area)","13-02-2022",27,3428 +"New Brunswick","Zone 4 (Edmundston area)","14-02-2022",24,3452 "New Brunswick","Zone 5 (Campbellton area)","04-08-2020",0,53 "New Brunswick","Zone 5 (Campbellton area)","05-08-2020",0,53 "New Brunswick","Zone 5 (Campbellton area)","06-08-2020",0,53 @@ -13415,6 +13438,7 @@ "New Brunswick","Zone 5 (Campbellton area)","11-02-2022",11,1471 "New Brunswick","Zone 5 (Campbellton area)","12-02-2022",5,1476 "New Brunswick","Zone 5 (Campbellton area)","13-02-2022",4,1480 +"New Brunswick","Zone 5 (Campbellton area)","14-02-2022",2,1482 "New Brunswick","Zone 6 (Bathurst area)","04-08-2020",0,1 "New Brunswick","Zone 6 (Bathurst area)","05-08-2020",0,1 "New Brunswick","Zone 6 (Bathurst area)","06-08-2020",0,1 @@ -13974,6 +13998,7 @@ "New Brunswick","Zone 6 (Bathurst area)","11-02-2022",39,2293 "New Brunswick","Zone 6 (Bathurst area)","12-02-2022",34,2327 "New Brunswick","Zone 6 (Bathurst area)","13-02-2022",32,2359 +"New Brunswick","Zone 6 (Bathurst area)","14-02-2022",16,2375 "New Brunswick","Zone 7 (Miramichi area)","04-08-2020",0,2 "New Brunswick","Zone 7 (Miramichi area)","05-08-2020",0,2 "New Brunswick","Zone 7 (Miramichi area)","06-08-2020",0,2 @@ -14533,6 +14558,7 @@ "New Brunswick","Zone 7 (Miramichi area)","11-02-2022",8,1930 "New Brunswick","Zone 7 (Miramichi area)","12-02-2022",14,1944 "New Brunswick","Zone 7 (Miramichi area)","13-02-2022",15,1959 +"New Brunswick","Zone 7 (Miramichi area)","14-02-2022",11,1970 "NL","Central","04-08-2020",0,11 "NL","Central","05-08-2020",0,11 "NL","Central","06-08-2020",0,11 @@ -15092,6 +15118,7 @@ "NL","Central","11-02-2022",43,2713 "NL","Central","12-02-2022",0,2713 "NL","Central","13-02-2022",0,2713 +"NL","Central","14-02-2022",74,2787 "NL","Eastern","04-08-2020",0,245 "NL","Eastern","05-08-2020",0,245 "NL","Eastern","06-08-2020",0,245 @@ -15651,6 +15678,7 @@ "NL","Eastern","11-02-2022",168,12951 "NL","Eastern","12-02-2022",0,12951 "NL","Eastern","13-02-2022",0,12951 +"NL","Eastern","14-02-2022",416,13367 "NL","Labrador-Grenfell","04-08-2020",0,6 "NL","Labrador-Grenfell","05-08-2020",0,6 "NL","Labrador-Grenfell","06-08-2020",0,6 @@ -16210,6 +16238,7 @@ "NL","Labrador-Grenfell","11-02-2022",22,1919 "NL","Labrador-Grenfell","12-02-2022",0,1919 "NL","Labrador-Grenfell","13-02-2022",0,1919 +"NL","Labrador-Grenfell","14-02-2022",75,1994 "NL","Not Reported","04-08-2020",0,0 "NL","Not Reported","05-08-2020",0,0 "NL","Not Reported","06-08-2020",0,0 @@ -16769,6 +16798,7 @@ "NL","Not Reported","11-02-2022",0,0 "NL","Not Reported","12-02-2022",0,0 "NL","Not Reported","13-02-2022",0,0 +"NL","Not Reported","14-02-2022",0,0 "NL","Western","04-08-2020",0,4 "NL","Western","05-08-2020",0,4 "NL","Western","06-08-2020",0,4 @@ -17328,6 +17358,7 @@ "NL","Western","11-02-2022",34,2127 "NL","Western","12-02-2022",0,2127 "NL","Western","13-02-2022",0,2127 +"NL","Western","14-02-2022",90,2217 "Nova Scotia","Not Reported","04-08-2020",0,0 "Nova Scotia","Not Reported","05-08-2020",0,0 "Nova Scotia","Not Reported","06-08-2020",0,0 @@ -17887,6 +17918,7 @@ "Nova Scotia","Not Reported","11-02-2022",0,0 "Nova Scotia","Not Reported","12-02-2022",0,0 "Nova Scotia","Not Reported","13-02-2022",0,0 +"Nova Scotia","Not Reported","14-02-2022",0,0 "Nova Scotia","Zone 1 - Western","04-08-2020",0,54 "Nova Scotia","Zone 1 - Western","05-08-2020",0,54 "Nova Scotia","Zone 1 - Western","06-08-2020",0,54 @@ -18446,6 +18478,7 @@ "Nova Scotia","Zone 1 - Western","11-02-2022",100,5841 "Nova Scotia","Zone 1 - Western","12-02-2022",86,5927 "Nova Scotia","Zone 1 - Western","13-02-2022",47,5974 +"Nova Scotia","Zone 1 - Western","14-02-2022",31,6005 "Nova Scotia","Zone 2 - Northern","04-08-2020",0,57 "Nova Scotia","Zone 2 - Northern","05-08-2020",0,57 "Nova Scotia","Zone 2 - Northern","06-08-2020",0,57 @@ -19005,6 +19038,7 @@ "Nova Scotia","Zone 2 - Northern","11-02-2022",79,4580 "Nova Scotia","Zone 2 - Northern","12-02-2022",50,4630 "Nova Scotia","Zone 2 - Northern","13-02-2022",41,4671 +"Nova Scotia","Zone 2 - Northern","14-02-2022",31,4702 "Nova Scotia","Zone 3 - Eastern","04-08-2020",0,53 "Nova Scotia","Zone 3 - Eastern","05-08-2020",0,53 "Nova Scotia","Zone 3 - Eastern","06-08-2020",0,53 @@ -19564,6 +19598,7 @@ "Nova Scotia","Zone 3 - Eastern","11-02-2022",48,6147 "Nova Scotia","Zone 3 - Eastern","12-02-2022",51,6198 "Nova Scotia","Zone 3 - Eastern","13-02-2022",59,6257 +"Nova Scotia","Zone 3 - Eastern","14-02-2022",39,6296 "Nova Scotia","Zone 4 - Central","04-08-2020",0,907 "Nova Scotia","Zone 4 - Central","05-08-2020",0,907 "Nova Scotia","Zone 4 - Central","06-08-2020",0,907 @@ -20123,6 +20158,7 @@ "Nova Scotia","Zone 4 - Central","11-02-2022",162,25537 "Nova Scotia","Zone 4 - Central","12-02-2022",122,25659 "Nova Scotia","Zone 4 - Central","13-02-2022",96,25755 +"Nova Scotia","Zone 4 - Central","14-02-2022",57,25812 "Nunavut","Nunavut","04-08-2020",0,0 "Nunavut","Nunavut","05-08-2020",0,0 "Nunavut","Nunavut","06-08-2020",0,0 @@ -20682,6 +20718,7 @@ "Nunavut","Nunavut","11-02-2022",67,2114 "Nunavut","Nunavut","12-02-2022",0,2114 "Nunavut","Nunavut","13-02-2022",0,2114 +"Nunavut","Nunavut","14-02-2022",120,2234 "NWT","NWT","04-08-2020",0,5 "NWT","NWT","05-08-2020",0,5 "NWT","NWT","06-08-2020",0,5 @@ -21241,6 +21278,7 @@ "NWT","NWT","11-02-2022",167,7343 "NWT","NWT","12-02-2022",0,7343 "NWT","NWT","13-02-2022",0,7343 +"NWT","NWT","14-02-2022",335,7678 "Ontario","Algoma","04-08-2020",0,27 "Ontario","Algoma","05-08-2020",0,27 "Ontario","Algoma","06-08-2020",0,27 @@ -21800,6 +21838,7 @@ "Ontario","Algoma","11-02-2022",75,4330 "Ontario","Algoma","12-02-2022",36,4366 "Ontario","Algoma","13-02-2022",22,4388 +"Ontario","Algoma","14-02-2022",40,4428 "Ontario","Brant","04-08-2020",0,148 "Ontario","Brant","05-08-2020",0,148 "Ontario","Brant","06-08-2020",0,148 @@ -22359,6 +22398,7 @@ "Ontario","Brant","11-02-2022",23,8105 "Ontario","Brant","12-02-2022",0,8105 "Ontario","Brant","13-02-2022",0,8105 +"Ontario","Brant","14-02-2022",48,8153 "Ontario","Chatham-Kent","04-08-2020",9,278 "Ontario","Chatham-Kent","05-08-2020",14,292 "Ontario","Chatham-Kent","06-08-2020",10,302 @@ -22918,6 +22958,7 @@ "Ontario","Chatham-Kent","11-02-2022",49,6454 "Ontario","Chatham-Kent","12-02-2022",35,6489 "Ontario","Chatham-Kent","13-02-2022",21,6510 +"Ontario","Chatham-Kent","14-02-2022",21,6531 "Ontario","Durham","04-08-2020",16,1819 "Ontario","Durham","05-08-2020",2,1821 "Ontario","Durham","06-08-2020",0,1821 @@ -23477,6 +23518,7 @@ "Ontario","Durham","11-02-2022",89,51549 "Ontario","Durham","12-02-2022",0,51549 "Ontario","Durham","13-02-2022",0,51549 +"Ontario","Durham","14-02-2022",270,51819 "Ontario","Eastern","04-08-2020",0,181 "Ontario","Eastern","05-08-2020",0,181 "Ontario","Eastern","06-08-2020",0,181 @@ -24036,6 +24078,7 @@ "Ontario","Eastern","11-02-2022",47,13133 "Ontario","Eastern","12-02-2022",54,13187 "Ontario","Eastern","13-02-2022",35,13222 +"Ontario","Eastern","14-02-2022",34,13256 "Ontario","Grey Bruce","04-08-2020",0,120 "Ontario","Grey Bruce","05-08-2020",0,120 "Ontario","Grey Bruce","06-08-2020",0,120 @@ -24595,6 +24638,7 @@ "Ontario","Grey Bruce","11-02-2022",26,5869 "Ontario","Grey Bruce","12-02-2022",35,5904 "Ontario","Grey Bruce","13-02-2022",33,5937 +"Ontario","Grey Bruce","14-02-2022",14,5951 "Ontario","Haldimand-Norfolk","04-08-2020",0,450 "Ontario","Haldimand-Norfolk","05-08-2020",0,450 "Ontario","Haldimand-Norfolk","06-08-2020",1,451 @@ -25154,6 +25198,7 @@ "Ontario","Haldimand-Norfolk","11-02-2022",44,6723 "Ontario","Haldimand-Norfolk","12-02-2022",20,6743 "Ontario","Haldimand-Norfolk","13-02-2022",15,6758 +"Ontario","Haldimand-Norfolk","14-02-2022",15,6773 "Ontario","Haliburton Kawartha Pineridge","04-08-2020",0,214 "Ontario","Haliburton Kawartha Pineridge","05-08-2020",1,215 "Ontario","Haliburton Kawartha Pineridge","06-08-2020",0,215 @@ -25713,6 +25758,7 @@ "Ontario","Haliburton Kawartha Pineridge","11-02-2022",41,6652 "Ontario","Haliburton Kawartha Pineridge","12-02-2022",0,6652 "Ontario","Haliburton Kawartha Pineridge","13-02-2022",0,6652 +"Ontario","Haliburton Kawartha Pineridge","14-02-2022",74,6726 "Ontario","Halton","04-08-2020",1,828 "Ontario","Halton","05-08-2020",2,830 "Ontario","Halton","06-08-2020",1,831 @@ -26272,6 +26318,7 @@ "Ontario","Halton","11-02-2022",89,41320 "Ontario","Halton","12-02-2022",80,41400 "Ontario","Halton","13-02-2022",99,41499 +"Ontario","Halton","14-02-2022",44,41543 "Ontario","Hamilton","04-08-2020",8,894 "Ontario","Hamilton","05-08-2020",0,894 "Ontario","Hamilton","06-08-2020",2,896 @@ -26831,6 +26878,7 @@ "Ontario","Hamilton","11-02-2022",116,47520 "Ontario","Hamilton","12-02-2022",0,47520 "Ontario","Hamilton","13-02-2022",0,47520 +"Ontario","Hamilton","14-02-2022",239,47759 "Ontario","Hastings Prince Edward","04-08-2020",0,44 "Ontario","Hastings Prince Edward","05-08-2020",0,44 "Ontario","Hastings Prince Edward","06-08-2020",0,44 @@ -27390,6 +27438,7 @@ "Ontario","Hastings Prince Edward","11-02-2022",96,6334 "Ontario","Hastings Prince Edward","12-02-2022",0,6334 "Ontario","Hastings Prince Edward","13-02-2022",0,6334 +"Ontario","Hastings Prince Edward","14-02-2022",81,6415 "Ontario","Huron Perth","04-08-2020",1,74 "Ontario","Huron Perth","05-08-2020",0,74 "Ontario","Huron Perth","06-08-2020",1,75 @@ -27949,6 +27998,7 @@ "Ontario","Huron Perth","11-02-2022",32,5404 "Ontario","Huron Perth","12-02-2022",35,5439 "Ontario","Huron Perth","13-02-2022",18,5457 +"Ontario","Huron Perth","14-02-2022",10,5467 "Ontario","Kingston Frontenac Lennox & Addington","04-08-2020",0,109 "Ontario","Kingston Frontenac Lennox & Addington","05-08-2020",0,109 "Ontario","Kingston Frontenac Lennox & Addington","06-08-2020",0,109 @@ -28508,6 +28558,7 @@ "Ontario","Kingston Frontenac Lennox & Addington","11-02-2022",87,9236 "Ontario","Kingston Frontenac Lennox & Addington","12-02-2022",0,9236 "Ontario","Kingston Frontenac Lennox & Addington","13-02-2022",0,9236 +"Ontario","Kingston Frontenac Lennox & Addington","14-02-2022",122,9358 "Ontario","Lambton","04-08-2020",1,319 "Ontario","Lambton","05-08-2020",0,319 "Ontario","Lambton","06-08-2020",0,319 @@ -29067,6 +29118,7 @@ "Ontario","Lambton","11-02-2022",47,9394 "Ontario","Lambton","12-02-2022",18,9412 "Ontario","Lambton","13-02-2022",33,9445 +"Ontario","Lambton","14-02-2022",32,9477 "Ontario","Leeds Grenville and Lanark","04-08-2020",0,355 "Ontario","Leeds Grenville and Lanark","05-08-2020",0,355 "Ontario","Leeds Grenville and Lanark","06-08-2020",0,355 @@ -29626,6 +29678,7 @@ "Ontario","Leeds Grenville and Lanark","11-02-2022",57,6172 "Ontario","Leeds Grenville and Lanark","12-02-2022",55,6227 "Ontario","Leeds Grenville and Lanark","13-02-2022",50,6277 +"Ontario","Leeds Grenville and Lanark","14-02-2022",23,6300 "Ontario","Middlesex-London","04-08-2020",0,679 "Ontario","Middlesex-London","05-08-2020",1,680 "Ontario","Middlesex-London","06-08-2020",1,681 @@ -30185,6 +30238,7 @@ "Ontario","Middlesex-London","11-02-2022",120,30604 "Ontario","Middlesex-London","12-02-2022",0,30604 "Ontario","Middlesex-London","13-02-2022",0,30604 +"Ontario","Middlesex-London","14-02-2022",262,30866 "Ontario","Niagara","04-08-2020",2,869 "Ontario","Niagara","05-08-2020",8,877 "Ontario","Niagara","06-08-2020",1,878 @@ -30744,6 +30798,7 @@ "Ontario","Niagara","11-02-2022",107,32793 "Ontario","Niagara","12-02-2022",97,32890 "Ontario","Niagara","13-02-2022",78,32968 +"Ontario","Niagara","14-02-2022",0,32968 "Ontario","North Bay Parry Sound","04-08-2020",0,35 "Ontario","North Bay Parry Sound","05-08-2020",0,35 "Ontario","North Bay Parry Sound","06-08-2020",0,35 @@ -31303,6 +31358,7 @@ "Ontario","North Bay Parry Sound","11-02-2022",36,3247 "Ontario","North Bay Parry Sound","12-02-2022",0,3247 "Ontario","North Bay Parry Sound","13-02-2022",0,3247 +"Ontario","North Bay Parry Sound","14-02-2022",60,3307 "Ontario","Northwestern","04-08-2020",0,44 "Ontario","Northwestern","05-08-2020",0,44 "Ontario","Northwestern","06-08-2020",0,44 @@ -31862,6 +31918,7 @@ "Ontario","Northwestern","11-02-2022",153,3907 "Ontario","Northwestern","12-02-2022",0,3907 "Ontario","Northwestern","13-02-2022",0,3907 +"Ontario","Northwestern","14-02-2022",177,4084 "Ontario","Not Reported","04-08-2020",0,0 "Ontario","Not Reported","05-08-2020",0,0 "Ontario","Not Reported","06-08-2020",0,0 @@ -32421,6 +32478,7 @@ "Ontario","Not Reported","11-02-2022",0,0 "Ontario","Not Reported","12-02-2022",0,0 "Ontario","Not Reported","13-02-2022",0,0 +"Ontario","Not Reported","14-02-2022",0,0 "Ontario","Ottawa","04-08-2020",1,2560 "Ontario","Ottawa","05-08-2020",16,2576 "Ontario","Ottawa","06-08-2020",19,2595 @@ -32980,6 +33038,7 @@ "Ontario","Ottawa","11-02-2022",186,60312 "Ontario","Ottawa","12-02-2022",144,60456 "Ontario","Ottawa","13-02-2022",124,60580 +"Ontario","Ottawa","14-02-2022",138,60718 "Ontario","Peel","04-08-2020",10,7105 "Ontario","Peel","05-08-2020",9,7114 "Ontario","Peel","06-08-2020",13,7127 @@ -33539,6 +33598,7 @@ "Ontario","Peel","11-02-2022",283,171686 "Ontario","Peel","12-02-2022",241,171927 "Ontario","Peel","13-02-2022",150,172077 +"Ontario","Peel","14-02-2022",124,172201 "Ontario","Peterborough","04-08-2020",0,99 "Ontario","Peterborough","05-08-2020",0,99 "Ontario","Peterborough","06-08-2020",0,99 @@ -34098,6 +34158,7 @@ "Ontario","Peterborough","11-02-2022",25,5258 "Ontario","Peterborough","12-02-2022",0,5258 "Ontario","Peterborough","13-02-2022",0,5258 +"Ontario","Peterborough","14-02-2022",57,5315 "Ontario","Porcupine","04-08-2020",0,71 "Ontario","Porcupine","05-08-2020",0,71 "Ontario","Porcupine","06-08-2020",0,71 @@ -34657,6 +34718,7 @@ "Ontario","Porcupine","11-02-2022",49,4749 "Ontario","Porcupine","12-02-2022",0,4749 "Ontario","Porcupine","13-02-2022",0,4749 +"Ontario","Porcupine","14-02-2022",117,4866 "Ontario","Renfrew","04-08-2020",0,30 "Ontario","Renfrew","05-08-2020",0,30 "Ontario","Renfrew","06-08-2020",0,30 @@ -35216,6 +35278,7 @@ "Ontario","Renfrew","11-02-2022",24,3098 "Ontario","Renfrew","12-02-2022",0,3098 "Ontario","Renfrew","13-02-2022",0,3098 +"Ontario","Renfrew","14-02-2022",67,3165 "Ontario","Simcoe Muskoka","04-08-2020",4,657 "Ontario","Simcoe Muskoka","05-08-2020",1,658 "Ontario","Simcoe Muskoka","06-08-2020",2,660 @@ -35775,6 +35838,7 @@ "Ontario","Simcoe Muskoka","11-02-2022",162,33402 "Ontario","Simcoe Muskoka","12-02-2022",0,33402 "Ontario","Simcoe Muskoka","13-02-2022",0,33402 +"Ontario","Simcoe Muskoka","14-02-2022",318,33720 "Ontario","Southwestern","04-08-2020",12,178 "Ontario","Southwestern","05-08-2020",2,180 "Ontario","Southwestern","06-08-2020",6,186 @@ -36334,6 +36398,7 @@ "Ontario","Southwestern","11-02-2022",86,10758 "Ontario","Southwestern","12-02-2022",0,10758 "Ontario","Southwestern","13-02-2022",0,10758 +"Ontario","Southwestern","14-02-2022",104,10862 "Ontario","Sudbury","04-08-2020",0,89 "Ontario","Sudbury","05-08-2020",1,90 "Ontario","Sudbury","06-08-2020",0,90 @@ -36893,6 +36958,7 @@ "Ontario","Sudbury","11-02-2022",195,10305 "Ontario","Sudbury","12-02-2022",0,10305 "Ontario","Sudbury","13-02-2022",0,10305 +"Ontario","Sudbury","14-02-2022",177,10482 "Ontario","Thunder Bay","04-08-2020",0,98 "Ontario","Thunder Bay","05-08-2020",0,98 "Ontario","Thunder Bay","06-08-2020",1,99 @@ -37452,6 +37518,7 @@ "Ontario","Thunder Bay","11-02-2022",183,7624 "Ontario","Thunder Bay","12-02-2022",0,7624 "Ontario","Thunder Bay","13-02-2022",0,7624 +"Ontario","Thunder Bay","14-02-2022",169,7793 "Ontario","Timiskaming","04-08-2020",0,16 "Ontario","Timiskaming","05-08-2020",0,16 "Ontario","Timiskaming","06-08-2020",0,16 @@ -38011,6 +38078,7 @@ "Ontario","Timiskaming","11-02-2022",9,1107 "Ontario","Timiskaming","12-02-2022",0,1107 "Ontario","Timiskaming","13-02-2022",0,1107 +"Ontario","Timiskaming","14-02-2022",0,1107 "Ontario","Toronto","04-08-2020",12,15432 "Ontario","Toronto","05-08-2020",19,15451 "Ontario","Toronto","06-08-2020",21,15472 @@ -38570,6 +38638,7 @@ "Ontario","Toronto","11-02-2022",569,282677 "Ontario","Toronto","12-02-2022",0,282677 "Ontario","Toronto","13-02-2022",0,282677 +"Ontario","Toronto","14-02-2022",844,283521 "Ontario","Waterloo","04-08-2020",1,1394 "Ontario","Waterloo","05-08-2020",0,1394 "Ontario","Waterloo","06-08-2020",0,1394 @@ -39129,6 +39198,7 @@ "Ontario","Waterloo","11-02-2022",94,39512 "Ontario","Waterloo","12-02-2022",0,39512 "Ontario","Waterloo","13-02-2022",0,39512 +"Ontario","Waterloo","14-02-2022",195,39707 "Ontario","Wellington Dufferin Guelph","04-08-2020",1,528 "Ontario","Wellington Dufferin Guelph","05-08-2020",0,528 "Ontario","Wellington Dufferin Guelph","06-08-2020",0,528 @@ -39688,6 +39758,7 @@ "Ontario","Wellington Dufferin Guelph","11-02-2022",59,17846 "Ontario","Wellington Dufferin Guelph","12-02-2022",0,17846 "Ontario","Wellington Dufferin Guelph","13-02-2022",0,17846 +"Ontario","Wellington Dufferin Guelph","14-02-2022",121,17967 "Ontario","Windsor-Essex","04-08-2020",10,2350 "Ontario","Windsor-Essex","05-08-2020",1,2351 "Ontario","Windsor-Essex","06-08-2020",5,2356 @@ -40247,6 +40318,7 @@ "Ontario","Windsor-Essex","11-02-2022",125,36287 "Ontario","Windsor-Essex","12-02-2022",0,36287 "Ontario","Windsor-Essex","13-02-2022",0,36287 +"Ontario","Windsor-Essex","14-02-2022",245,36532 "Ontario","York","04-08-2020",5,3303 "Ontario","York","05-08-2020",0,3303 "Ontario","York","06-08-2020",5,3308 @@ -40806,6 +40878,7 @@ "Ontario","York","11-02-2022",116,96458 "Ontario","York","12-02-2022",0,96458 "Ontario","York","13-02-2022",0,96458 +"Ontario","York","14-02-2022",284,96742 "PEI","Prince Edward Island","04-08-2020",0,36 "PEI","Prince Edward Island","05-08-2020",0,36 "PEI","Prince Edward Island","06-08-2020",0,36 @@ -41365,6 +41438,7 @@ "PEI","Prince Edward Island","11-02-2022",204,9969 "PEI","Prince Edward Island","12-02-2022",227,10196 "PEI","Prince Edward Island","13-02-2022",203,10399 +"PEI","Prince Edward Island","14-02-2022",101,10500 "Quebec","Abitibi-Témiscamingue","04-08-2020",0,179 "Quebec","Abitibi-Témiscamingue","05-08-2020",0,179 "Quebec","Abitibi-Témiscamingue","06-08-2020",0,179 @@ -41924,6 +41998,7 @@ "Quebec","Abitibi-Témiscamingue","11-02-2022",0,6677 "Quebec","Abitibi-Témiscamingue","12-02-2022",138,6815 "Quebec","Abitibi-Témiscamingue","13-02-2022",36,6851 +"Quebec","Abitibi-Témiscamingue","14-02-2022",33,6884 "Quebec","Bas-Saint-Laurent","04-08-2020",0,70 "Quebec","Bas-Saint-Laurent","05-08-2020",0,70 "Quebec","Bas-Saint-Laurent","06-08-2020",0,70 @@ -42483,6 +42558,7 @@ "Quebec","Bas-Saint-Laurent","11-02-2022",0,13351 "Quebec","Bas-Saint-Laurent","12-02-2022",169,13520 "Quebec","Bas-Saint-Laurent","13-02-2022",80,13600 +"Quebec","Bas-Saint-Laurent","14-02-2022",71,13671 "Quebec","Capitale-Nationale","04-08-2020",0,1959 "Quebec","Capitale-Nationale","05-08-2020",0,1959 "Quebec","Capitale-Nationale","06-08-2020",3,1962 @@ -43042,6 +43118,7 @@ "Quebec","Capitale-Nationale","11-02-2022",0,69696 "Quebec","Capitale-Nationale","12-02-2022",576,70272 "Quebec","Capitale-Nationale","13-02-2022",203,70475 +"Quebec","Capitale-Nationale","14-02-2022",229,70704 "Quebec","Chaudière-Appalaches","04-08-2020",0,570 "Quebec","Chaudière-Appalaches","05-08-2020",2,572 "Quebec","Chaudière-Appalaches","06-08-2020",1,573 @@ -43601,6 +43678,7 @@ "Quebec","Chaudière-Appalaches","11-02-2022",0,49906 "Quebec","Chaudière-Appalaches","12-02-2022",330,50236 "Quebec","Chaudière-Appalaches","13-02-2022",130,50366 +"Quebec","Chaudière-Appalaches","14-02-2022",74,50440 "Quebec","Côte-Nord","04-08-2020",0,124 "Quebec","Côte-Nord","05-08-2020",0,124 "Quebec","Côte-Nord","06-08-2020",0,124 @@ -44160,6 +44238,7 @@ "Quebec","Côte-Nord","11-02-2022",0,4544 "Quebec","Côte-Nord","12-02-2022",116,4660 "Quebec","Côte-Nord","13-02-2022",38,4698 +"Quebec","Côte-Nord","14-02-2022",38,4736 "Quebec","Estrie","04-08-2020",3,1069 "Quebec","Estrie","05-08-2020",5,1074 "Quebec","Estrie","06-08-2020",10,1084 @@ -44719,6 +44798,7 @@ "Quebec","Estrie","11-02-2022",0,40199 "Quebec","Estrie","12-02-2022",229,40428 "Quebec","Estrie","13-02-2022",87,40515 +"Quebec","Estrie","14-02-2022",92,40607 "Quebec","Gaspésie-Îles-de-la-Madeleine","04-08-2020",0,209 "Quebec","Gaspésie-Îles-de-la-Madeleine","05-08-2020",1,210 "Quebec","Gaspésie-Îles-de-la-Madeleine","06-08-2020",0,210 @@ -45278,6 +45358,7 @@ "Quebec","Gaspésie-Îles-de-la-Madeleine","11-02-2022",0,4845 "Quebec","Gaspésie-Îles-de-la-Madeleine","12-02-2022",56,4901 "Quebec","Gaspésie-Îles-de-la-Madeleine","13-02-2022",29,4930 +"Quebec","Gaspésie-Îles-de-la-Madeleine","14-02-2022",24,4954 "Quebec","Lanaudière","04-08-2020",17,4544 "Quebec","Lanaudière","05-08-2020",18,4562 "Quebec","Lanaudière","06-08-2020",11,4573 @@ -45837,6 +45918,7 @@ "Quebec","Lanaudière","11-02-2022",0,60950 "Quebec","Lanaudière","12-02-2022",242,61192 "Quebec","Lanaudière","13-02-2022",103,61295 +"Quebec","Lanaudière","14-02-2022",67,61362 "Quebec","Laurentides","04-08-2020",24,3961 "Quebec","Laurentides","05-08-2020",29,3990 "Quebec","Laurentides","06-08-2020",13,4003 @@ -46396,6 +46478,7 @@ "Quebec","Laurentides","11-02-2022",0,66433 "Quebec","Laurentides","12-02-2022",429,66862 "Quebec","Laurentides","13-02-2022",149,67011 +"Quebec","Laurentides","14-02-2022",87,67098 "Quebec","Laval","04-08-2020",10,6084 "Quebec","Laval","05-08-2020",7,6091 "Quebec","Laval","06-08-2020",12,6103 @@ -46955,6 +47038,7 @@ "Quebec","Laval","11-02-2022",0,64461 "Quebec","Laval","12-02-2022",250,64711 "Quebec","Laval","13-02-2022",77,64788 +"Quebec","Laval","14-02-2022",66,64854 "Quebec","Mauricie","04-08-2020",9,2093 "Quebec","Mauricie","05-08-2020",3,2096 "Quebec","Mauricie","06-08-2020",0,2096 @@ -47514,6 +47598,7 @@ "Quebec","Mauricie","11-02-2022",0,46129 "Quebec","Mauricie","12-02-2022",385,46514 "Quebec","Mauricie","13-02-2022",133,46647 +"Quebec","Mauricie","14-02-2022",108,46755 "Quebec","Montérégie","04-08-2020",20,8882 "Quebec","Montérégie","05-08-2020",29,8911 "Quebec","Montérégie","06-08-2020",27,8938 @@ -48073,6 +48158,7 @@ "Quebec","Montérégie","11-02-2022",0,124735 "Quebec","Montérégie","12-02-2022",640,125375 "Quebec","Montérégie","13-02-2022",321,125696 +"Quebec","Montérégie","14-02-2022",157,125853 "Quebec","Montréal","04-08-2020",40,28989 "Quebec","Montréal","05-08-2020",58,29047 "Quebec","Montréal","06-08-2020",50,29097 @@ -48632,6 +48718,7 @@ "Quebec","Montréal","11-02-2022",0,275186 "Quebec","Montréal","12-02-2022",945,276131 "Quebec","Montréal","13-02-2022",309,276440 +"Quebec","Montréal","14-02-2022",225,276665 "Quebec","Nord-du-Québec","04-08-2020",0,8 "Quebec","Nord-du-Québec","05-08-2020",0,8 "Quebec","Nord-du-Québec","06-08-2020",0,8 @@ -49191,6 +49278,7 @@ "Quebec","Nord-du-Québec","11-02-2022",0,913 "Quebec","Nord-du-Québec","12-02-2022",14,927 "Quebec","Nord-du-Québec","13-02-2022",2,929 +"Quebec","Nord-du-Québec","14-02-2022",5,934 "Quebec","Not Reported","04-08-2020",0,27 "Quebec","Not Reported","05-08-2020",0,27 "Quebec","Not Reported","06-08-2020",0,27 @@ -49750,6 +49838,7 @@ "Quebec","Not Reported","11-02-2022",0,2541 "Quebec","Not Reported","12-02-2022",7,2548 "Quebec","Not Reported","13-02-2022",0,2548 +"Quebec","Not Reported","14-02-2022",3,2551 "Quebec","Nunavik","04-08-2020",0,17 "Quebec","Nunavik","05-08-2020",0,17 "Quebec","Nunavik","06-08-2020",0,17 @@ -50309,6 +50398,7 @@ "Quebec","Nunavik","11-02-2022",0,2423 "Quebec","Nunavik","12-02-2022",70,2493 "Quebec","Nunavik","13-02-2022",21,2514 +"Quebec","Nunavik","14-02-2022",19,2533 "Quebec","Outaouais","04-08-2020",0,682 "Quebec","Outaouais","05-08-2020",3,685 "Quebec","Outaouais","06-08-2020",6,691 @@ -50868,6 +50958,7 @@ "Quebec","Outaouais","11-02-2022",0,34207 "Quebec","Outaouais","12-02-2022",191,34398 "Quebec","Outaouais","13-02-2022",57,34455 +"Quebec","Outaouais","14-02-2022",47,34502 "Quebec","Saguenay","04-08-2020",0,368 "Quebec","Saguenay","05-08-2020",0,368 "Quebec","Saguenay","06-08-2020",0,368 @@ -51427,6 +51518,7 @@ "Quebec","Saguenay","11-02-2022",0,22782 "Quebec","Saguenay","12-02-2022",198,22980 "Quebec","Saguenay","13-02-2022",84,23064 +"Quebec","Saguenay","14-02-2022",76,23140 "Quebec","Terres-Cries-de-la-Baie-James","04-08-2020",0,10 "Quebec","Terres-Cries-de-la-Baie-James","05-08-2020",0,10 "Quebec","Terres-Cries-de-la-Baie-James","06-08-2020",0,10 @@ -51986,6 +52078,7 @@ "Quebec","Terres-Cries-de-la-Baie-James","11-02-2022",0,1973 "Quebec","Terres-Cries-de-la-Baie-James","12-02-2022",36,2009 "Quebec","Terres-Cries-de-la-Baie-James","13-02-2022",11,2020 +"Quebec","Terres-Cries-de-la-Baie-James","14-02-2022",10,2030 "Repatriated","Not Reported","04-08-2020",0,13 "Repatriated","Not Reported","05-08-2020",0,13 "Repatriated","Not Reported","06-08-2020",0,13 @@ -52545,6 +52638,7 @@ "Repatriated","Not Reported","11-02-2022",0,13 "Repatriated","Not Reported","12-02-2022",0,13 "Repatriated","Not Reported","13-02-2022",0,13 +"Repatriated","Not Reported","14-02-2022",0,13 "Saskatchewan","Central East","04-08-2020",0,28 "Saskatchewan","Central East","05-08-2020",0,28 "Saskatchewan","Central East","06-08-2020",0,28 @@ -60832,3 +60926,4 @@ "Yukon","Yukon","11-02-2022",16,3302 "Yukon","Yukon","12-02-2022",0,3302 "Yukon","Yukon","13-02-2022",0,3302 +"Yukon","Yukon","14-02-2022",37,3339 diff --git a/timeseries_hr_sk_new/sk_new_mortality_timeseries_hr_combined.csv b/timeseries_hr_sk_new/sk_new_mortality_timeseries_hr_combined.csv index 85cb1227..ad3a13d2 100644 --- a/timeseries_hr_sk_new/sk_new_mortality_timeseries_hr_combined.csv +++ b/timeseries_hr_sk_new/sk_new_mortality_timeseries_hr_combined.csv @@ -558,6 +558,7 @@ "Alberta","Calgary","11-02-2022",5,1014 "Alberta","Calgary","12-02-2022",0,1014 "Alberta","Calgary","13-02-2022",0,1014 +"Alberta","Calgary","14-02-2022",15,1029 "Alberta","Central","04-08-2020",1,3 "Alberta","Central","05-08-2020",1,4 "Alberta","Central","06-08-2020",1,5 @@ -1117,6 +1118,7 @@ "Alberta","Central","11-02-2022",2,464 "Alberta","Central","12-02-2022",0,464 "Alberta","Central","13-02-2022",0,464 +"Alberta","Central","14-02-2022",5,469 "Alberta","Edmonton","04-08-2020",3,50 "Alberta","Edmonton","05-08-2020",0,50 "Alberta","Edmonton","06-08-2020",1,51 @@ -1676,6 +1678,7 @@ "Alberta","Edmonton","11-02-2022",10,1487 "Alberta","Edmonton","12-02-2022",0,1487 "Alberta","Edmonton","13-02-2022",0,1487 +"Alberta","Edmonton","14-02-2022",8,1495 "Alberta","North","04-08-2020",0,17 "Alberta","North","05-08-2020",1,18 "Alberta","North","06-08-2020",0,18 @@ -2235,6 +2238,7 @@ "Alberta","North","11-02-2022",3,445 "Alberta","North","12-02-2022",0,445 "Alberta","North","13-02-2022",0,445 +"Alberta","North","14-02-2022",5,450 "Alberta","Not Reported","04-08-2020",0,0 "Alberta","Not Reported","05-08-2020",0,0 "Alberta","Not Reported","06-08-2020",0,0 @@ -2794,6 +2798,7 @@ "Alberta","Not Reported","11-02-2022",0,0 "Alberta","Not Reported","12-02-2022",0,0 "Alberta","Not Reported","13-02-2022",0,0 +"Alberta","Not Reported","14-02-2022",0,0 "Alberta","South","04-08-2020",1,17 "Alberta","South","05-08-2020",0,17 "Alberta","South","06-08-2020",0,17 @@ -3353,6 +3358,7 @@ "Alberta","South","11-02-2022",3,331 "Alberta","South","12-02-2022",0,331 "Alberta","South","13-02-2022",0,331 +"Alberta","South","14-02-2022",2,333 "BC","Fraser","04-08-2020",0,79 "BC","Fraser","05-08-2020",0,79 "BC","Fraser","06-08-2020",0,79 @@ -3912,6 +3918,7 @@ "BC","Fraser","11-02-2022",9,1264 "BC","Fraser","12-02-2022",0,1264 "BC","Fraser","13-02-2022",0,1264 +"BC","Fraser","14-02-2022",1,1265 "BC","Interior","04-08-2020",0,2 "BC","Interior","05-08-2020",0,2 "BC","Interior","06-08-2020",0,2 @@ -4471,6 +4478,7 @@ "BC","Interior","11-02-2022",3,332 "BC","Interior","12-02-2022",0,332 "BC","Interior","13-02-2022",0,332 +"BC","Interior","14-02-2022",9,341 "BC","Island","04-08-2020",0,5 "BC","Island","05-08-2020",0,5 "BC","Island","06-08-2020",0,5 @@ -5030,6 +5038,7 @@ "BC","Island","11-02-2022",3,200 "BC","Island","12-02-2022",0,200 "BC","Island","13-02-2022",0,200 +"BC","Island","14-02-2022",2,202 "BC","Northern","04-08-2020",0,0 "BC","Northern","05-08-2020",0,0 "BC","Northern","06-08-2020",0,0 @@ -5589,6 +5598,7 @@ "BC","Northern","11-02-2022",0,291 "BC","Northern","12-02-2022",0,291 "BC","Northern","13-02-2022",0,291 +"BC","Northern","14-02-2022",2,293 "BC","Not Reported","04-08-2020",0,0 "BC","Not Reported","05-08-2020",0,0 "BC","Not Reported","06-08-2020",0,0 @@ -6148,6 +6158,7 @@ "BC","Not Reported","11-02-2022",0,0 "BC","Not Reported","12-02-2022",0,0 "BC","Not Reported","13-02-2022",0,0 +"BC","Not Reported","14-02-2022",0,0 "BC","Vancouver Coastal","04-08-2020",0,109 "BC","Vancouver Coastal","05-08-2020",0,109 "BC","Vancouver Coastal","06-08-2020",0,109 @@ -6707,6 +6718,7 @@ "BC","Vancouver Coastal","11-02-2022",2,660 "BC","Vancouver Coastal","12-02-2022",0,660 "BC","Vancouver Coastal","13-02-2022",0,660 +"BC","Vancouver Coastal","14-02-2022",3,663 "Manitoba","Interlake-Eastern","04-08-2020",0,0 "Manitoba","Interlake-Eastern","05-08-2020",0,0 "Manitoba","Interlake-Eastern","06-08-2020",0,0 @@ -7266,6 +7278,7 @@ "Manitoba","Interlake-Eastern","11-02-2022",-1,77 "Manitoba","Interlake-Eastern","12-02-2022",0,77 "Manitoba","Interlake-Eastern","13-02-2022",0,77 +"Manitoba","Interlake-Eastern","14-02-2022",4,81 "Manitoba","Northern","04-08-2020",0,0 "Manitoba","Northern","05-08-2020",0,0 "Manitoba","Northern","06-08-2020",0,0 @@ -7825,6 +7838,7 @@ "Manitoba","Northern","11-02-2022",0,74 "Manitoba","Northern","12-02-2022",0,74 "Manitoba","Northern","13-02-2022",0,74 +"Manitoba","Northern","14-02-2022",2,76 "Manitoba","Not Reported","04-08-2020",0,0 "Manitoba","Not Reported","05-08-2020",0,0 "Manitoba","Not Reported","06-08-2020",0,0 @@ -8384,6 +8398,7 @@ "Manitoba","Not Reported","11-02-2022",0,0 "Manitoba","Not Reported","12-02-2022",0,0 "Manitoba","Not Reported","13-02-2022",0,0 +"Manitoba","Not Reported","14-02-2022",0,0 "Manitoba","Prairie Mountain","04-08-2020",0,1 "Manitoba","Prairie Mountain","05-08-2020",0,1 "Manitoba","Prairie Mountain","06-08-2020",0,1 @@ -8943,6 +8958,7 @@ "Manitoba","Prairie Mountain","11-02-2022",0,128 "Manitoba","Prairie Mountain","12-02-2022",0,128 "Manitoba","Prairie Mountain","13-02-2022",0,128 +"Manitoba","Prairie Mountain","14-02-2022",2,130 "Manitoba","Southern Health","04-08-2020",0,2 "Manitoba","Southern Health","05-08-2020",0,2 "Manitoba","Southern Health","06-08-2020",0,2 @@ -9502,6 +9518,7 @@ "Manitoba","Southern Health","11-02-2022",1,319 "Manitoba","Southern Health","12-02-2022",0,319 "Manitoba","Southern Health","13-02-2022",0,319 +"Manitoba","Southern Health","14-02-2022",1,320 "Manitoba","Winnipeg","04-08-2020",0,5 "Manitoba","Winnipeg","05-08-2020",0,5 "Manitoba","Winnipeg","06-08-2020",0,5 @@ -10061,6 +10078,7 @@ "Manitoba","Winnipeg","11-02-2022",3,1021 "Manitoba","Winnipeg","12-02-2022",0,1021 "Manitoba","Winnipeg","13-02-2022",0,1021 +"Manitoba","Winnipeg","14-02-2022",9,1030 "New Brunswick","Not Reported","04-08-2020",0,0 "New Brunswick","Not Reported","05-08-2020",0,0 "New Brunswick","Not Reported","06-08-2020",0,0 @@ -10620,6 +10638,7 @@ "New Brunswick","Not Reported","11-02-2022",0,0 "New Brunswick","Not Reported","12-02-2022",0,0 "New Brunswick","Not Reported","13-02-2022",0,0 +"New Brunswick","Not Reported","14-02-2022",0,0 "New Brunswick","Zone 1 (Moncton area)","04-08-2020",0,0 "New Brunswick","Zone 1 (Moncton area)","05-08-2020",0,0 "New Brunswick","Zone 1 (Moncton area)","06-08-2020",0,0 @@ -11179,6 +11198,7 @@ "New Brunswick","Zone 1 (Moncton area)","11-02-2022",0,66 "New Brunswick","Zone 1 (Moncton area)","12-02-2022",3,69 "New Brunswick","Zone 1 (Moncton area)","13-02-2022",3,72 +"New Brunswick","Zone 1 (Moncton area)","14-02-2022",1,73 "New Brunswick","Zone 2 (Saint John area)","04-08-2020",0,0 "New Brunswick","Zone 2 (Saint John area)","05-08-2020",0,0 "New Brunswick","Zone 2 (Saint John area)","06-08-2020",0,0 @@ -11738,6 +11758,7 @@ "New Brunswick","Zone 2 (Saint John area)","11-02-2022",1,47 "New Brunswick","Zone 2 (Saint John area)","12-02-2022",0,47 "New Brunswick","Zone 2 (Saint John area)","13-02-2022",0,47 +"New Brunswick","Zone 2 (Saint John area)","14-02-2022",0,47 "New Brunswick","Zone 3 (Fredericton area)","04-08-2020",0,0 "New Brunswick","Zone 3 (Fredericton area)","05-08-2020",0,0 "New Brunswick","Zone 3 (Fredericton area)","06-08-2020",0,0 @@ -12297,6 +12318,7 @@ "New Brunswick","Zone 3 (Fredericton area)","11-02-2022",0,44 "New Brunswick","Zone 3 (Fredericton area)","12-02-2022",0,44 "New Brunswick","Zone 3 (Fredericton area)","13-02-2022",0,44 +"New Brunswick","Zone 3 (Fredericton area)","14-02-2022",1,45 "New Brunswick","Zone 4 (Edmundston area)","04-08-2020",0,0 "New Brunswick","Zone 4 (Edmundston area)","05-08-2020",0,0 "New Brunswick","Zone 4 (Edmundston area)","06-08-2020",0,0 @@ -12856,6 +12878,7 @@ "New Brunswick","Zone 4 (Edmundston area)","11-02-2022",0,56 "New Brunswick","Zone 4 (Edmundston area)","12-02-2022",1,57 "New Brunswick","Zone 4 (Edmundston area)","13-02-2022",0,57 +"New Brunswick","Zone 4 (Edmundston area)","14-02-2022",0,57 "New Brunswick","Zone 5 (Campbellton area)","04-08-2020",0,2 "New Brunswick","Zone 5 (Campbellton area)","05-08-2020",0,2 "New Brunswick","Zone 5 (Campbellton area)","06-08-2020",0,2 @@ -13415,6 +13438,7 @@ "New Brunswick","Zone 5 (Campbellton area)","11-02-2022",0,23 "New Brunswick","Zone 5 (Campbellton area)","12-02-2022",0,23 "New Brunswick","Zone 5 (Campbellton area)","13-02-2022",0,23 +"New Brunswick","Zone 5 (Campbellton area)","14-02-2022",0,23 "New Brunswick","Zone 6 (Bathurst area)","04-08-2020",0,0 "New Brunswick","Zone 6 (Bathurst area)","05-08-2020",0,0 "New Brunswick","Zone 6 (Bathurst area)","06-08-2020",0,0 @@ -13974,6 +13998,7 @@ "New Brunswick","Zone 6 (Bathurst area)","11-02-2022",1,26 "New Brunswick","Zone 6 (Bathurst area)","12-02-2022",0,26 "New Brunswick","Zone 6 (Bathurst area)","13-02-2022",0,26 +"New Brunswick","Zone 6 (Bathurst area)","14-02-2022",0,26 "New Brunswick","Zone 7 (Miramichi area)","04-08-2020",0,0 "New Brunswick","Zone 7 (Miramichi area)","05-08-2020",0,0 "New Brunswick","Zone 7 (Miramichi area)","06-08-2020",0,0 @@ -14533,6 +14558,7 @@ "New Brunswick","Zone 7 (Miramichi area)","11-02-2022",2,20 "New Brunswick","Zone 7 (Miramichi area)","12-02-2022",0,20 "New Brunswick","Zone 7 (Miramichi area)","13-02-2022",1,21 +"New Brunswick","Zone 7 (Miramichi area)","14-02-2022",0,21 "NL","Central","04-08-2020",0,0 "NL","Central","05-08-2020",0,0 "NL","Central","06-08-2020",0,0 @@ -15092,6 +15118,7 @@ "NL","Central","11-02-2022",1,19 "NL","Central","12-02-2022",0,19 "NL","Central","13-02-2022",0,19 +"NL","Central","14-02-2022",2,21 "NL","Eastern","04-08-2020",0,3 "NL","Eastern","05-08-2020",0,3 "NL","Eastern","06-08-2020",0,3 @@ -15651,6 +15678,7 @@ "NL","Eastern","11-02-2022",0,25 "NL","Eastern","12-02-2022",0,25 "NL","Eastern","13-02-2022",0,25 +"NL","Eastern","14-02-2022",1,26 "NL","Labrador-Grenfell","04-08-2020",0,0 "NL","Labrador-Grenfell","05-08-2020",0,0 "NL","Labrador-Grenfell","06-08-2020",0,0 @@ -16210,6 +16238,7 @@ "NL","Labrador-Grenfell","11-02-2022",0,1 "NL","Labrador-Grenfell","12-02-2022",0,1 "NL","Labrador-Grenfell","13-02-2022",0,1 +"NL","Labrador-Grenfell","14-02-2022",0,1 "NL","Not Reported","04-08-2020",0,0 "NL","Not Reported","05-08-2020",0,0 "NL","Not Reported","06-08-2020",0,0 @@ -16769,6 +16798,7 @@ "NL","Not Reported","11-02-2022",0,0 "NL","Not Reported","12-02-2022",0,0 "NL","Not Reported","13-02-2022",0,0 +"NL","Not Reported","14-02-2022",0,0 "NL","Western","04-08-2020",0,0 "NL","Western","05-08-2020",0,0 "NL","Western","06-08-2020",0,0 @@ -17328,6 +17358,7 @@ "NL","Western","11-02-2022",1,7 "NL","Western","12-02-2022",0,7 "NL","Western","13-02-2022",0,7 +"NL","Western","14-02-2022",1,8 "Nova Scotia","Not Reported","04-08-2020",0,0 "Nova Scotia","Not Reported","05-08-2020",0,0 "Nova Scotia","Not Reported","06-08-2020",0,0 @@ -17887,6 +17918,7 @@ "Nova Scotia","Not Reported","11-02-2022",1,1 "Nova Scotia","Not Reported","12-02-2022",0,1 "Nova Scotia","Not Reported","13-02-2022",0,1 +"Nova Scotia","Not Reported","14-02-2022",0,1 "Nova Scotia","Zone 1 - Western","04-08-2020",0,1 "Nova Scotia","Zone 1 - Western","05-08-2020",0,1 "Nova Scotia","Zone 1 - Western","06-08-2020",0,1 @@ -18446,6 +18478,7 @@ "Nova Scotia","Zone 1 - Western","11-02-2022",0,17 "Nova Scotia","Zone 1 - Western","12-02-2022",0,17 "Nova Scotia","Zone 1 - Western","13-02-2022",0,17 +"Nova Scotia","Zone 1 - Western","14-02-2022",7,24 "Nova Scotia","Zone 2 - Northern","04-08-2020",0,0 "Nova Scotia","Zone 2 - Northern","05-08-2020",0,0 "Nova Scotia","Zone 2 - Northern","06-08-2020",0,0 @@ -19005,6 +19038,7 @@ "Nova Scotia","Zone 2 - Northern","11-02-2022",0,12 "Nova Scotia","Zone 2 - Northern","12-02-2022",0,12 "Nova Scotia","Zone 2 - Northern","13-02-2022",0,12 +"Nova Scotia","Zone 2 - Northern","14-02-2022",0,12 "Nova Scotia","Zone 3 - Eastern","04-08-2020",0,5 "Nova Scotia","Zone 3 - Eastern","05-08-2020",0,5 "Nova Scotia","Zone 3 - Eastern","06-08-2020",0,5 @@ -19564,6 +19598,7 @@ "Nova Scotia","Zone 3 - Eastern","11-02-2022",0,16 "Nova Scotia","Zone 3 - Eastern","12-02-2022",0,16 "Nova Scotia","Zone 3 - Eastern","13-02-2022",0,16 +"Nova Scotia","Zone 3 - Eastern","14-02-2022",0,16 "Nova Scotia","Zone 4 - Central","04-08-2020",0,58 "Nova Scotia","Zone 4 - Central","05-08-2020",0,58 "Nova Scotia","Zone 4 - Central","06-08-2020",0,58 @@ -20123,6 +20158,7 @@ "Nova Scotia","Zone 4 - Central","11-02-2022",0,122 "Nova Scotia","Zone 4 - Central","12-02-2022",0,122 "Nova Scotia","Zone 4 - Central","13-02-2022",0,122 +"Nova Scotia","Zone 4 - Central","14-02-2022",0,122 "Nunavut","Nunavut","04-08-2020",0,0 "Nunavut","Nunavut","05-08-2020",0,0 "Nunavut","Nunavut","06-08-2020",0,0 @@ -20682,6 +20718,7 @@ "Nunavut","Nunavut","11-02-2022",0,5 "Nunavut","Nunavut","12-02-2022",0,5 "Nunavut","Nunavut","13-02-2022",0,5 +"Nunavut","Nunavut","14-02-2022",0,5 "NWT","NWT","04-08-2020",0,0 "NWT","NWT","05-08-2020",0,0 "NWT","NWT","06-08-2020",0,0 @@ -21241,6 +21278,7 @@ "NWT","NWT","11-02-2022",0,17 "NWT","NWT","12-02-2022",0,17 "NWT","NWT","13-02-2022",0,17 +"NWT","NWT","14-02-2022",0,17 "Ontario","Algoma","04-08-2020",0,0 "Ontario","Algoma","05-08-2020",0,0 "Ontario","Algoma","06-08-2020",0,0 @@ -21800,6 +21838,7 @@ "Ontario","Algoma","11-02-2022",0,28 "Ontario","Algoma","12-02-2022",0,28 "Ontario","Algoma","13-02-2022",0,28 +"Ontario","Algoma","14-02-2022",0,28 "Ontario","Brant","04-08-2020",0,4 "Ontario","Brant","05-08-2020",0,4 "Ontario","Brant","06-08-2020",0,4 @@ -22359,6 +22398,7 @@ "Ontario","Brant","11-02-2022",0,59 "Ontario","Brant","12-02-2022",0,59 "Ontario","Brant","13-02-2022",0,59 +"Ontario","Brant","14-02-2022",1,60 "Ontario","Chatham-Kent","04-08-2020",0,1 "Ontario","Chatham-Kent","05-08-2020",0,1 "Ontario","Chatham-Kent","06-08-2020",1,2 @@ -22918,6 +22958,7 @@ "Ontario","Chatham-Kent","11-02-2022",0,66 "Ontario","Chatham-Kent","12-02-2022",3,69 "Ontario","Chatham-Kent","13-02-2022",0,69 +"Ontario","Chatham-Kent","14-02-2022",0,69 "Ontario","Durham","04-08-2020",0,181 "Ontario","Durham","05-08-2020",0,181 "Ontario","Durham","06-08-2020",0,181 @@ -23477,6 +23518,7 @@ "Ontario","Durham","11-02-2022",0,433 "Ontario","Durham","12-02-2022",0,433 "Ontario","Durham","13-02-2022",0,433 +"Ontario","Durham","14-02-2022",1,434 "Ontario","Eastern","04-08-2020",0,12 "Ontario","Eastern","05-08-2020",0,12 "Ontario","Eastern","06-08-2020",0,12 @@ -24036,6 +24078,7 @@ "Ontario","Eastern","11-02-2022",0,203 "Ontario","Eastern","12-02-2022",0,203 "Ontario","Eastern","13-02-2022",1,204 +"Ontario","Eastern","14-02-2022",0,204 "Ontario","Grey Bruce","04-08-2020",0,0 "Ontario","Grey Bruce","05-08-2020",0,0 "Ontario","Grey Bruce","06-08-2020",0,0 @@ -24595,6 +24638,7 @@ "Ontario","Grey Bruce","11-02-2022",0,30 "Ontario","Grey Bruce","12-02-2022",0,30 "Ontario","Grey Bruce","13-02-2022",0,30 +"Ontario","Grey Bruce","14-02-2022",0,30 "Ontario","Haldimand-Norfolk","04-08-2020",0,37 "Ontario","Haldimand-Norfolk","05-08-2020",0,37 "Ontario","Haldimand-Norfolk","06-08-2020",0,37 @@ -25154,6 +25198,7 @@ "Ontario","Haldimand-Norfolk","11-02-2022",2,82 "Ontario","Haldimand-Norfolk","12-02-2022",1,83 "Ontario","Haldimand-Norfolk","13-02-2022",0,83 +"Ontario","Haldimand-Norfolk","14-02-2022",0,83 "Ontario","Haliburton Kawartha Pineridge","04-08-2020",0,32 "Ontario","Haliburton Kawartha Pineridge","05-08-2020",0,32 "Ontario","Haliburton Kawartha Pineridge","06-08-2020",0,32 @@ -25713,6 +25758,7 @@ "Ontario","Haliburton Kawartha Pineridge","11-02-2022",0,99 "Ontario","Haliburton Kawartha Pineridge","12-02-2022",0,99 "Ontario","Haliburton Kawartha Pineridge","13-02-2022",0,99 +"Ontario","Haliburton Kawartha Pineridge","14-02-2022",0,99 "Ontario","Halton","04-08-2020",0,25 "Ontario","Halton","05-08-2020",0,25 "Ontario","Halton","06-08-2020",0,25 @@ -26272,6 +26318,7 @@ "Ontario","Halton","11-02-2022",2,332 "Ontario","Halton","12-02-2022",2,334 "Ontario","Halton","13-02-2022",1,335 +"Ontario","Halton","14-02-2022",0,335 "Ontario","Hamilton","04-08-2020",0,45 "Ontario","Hamilton","05-08-2020",0,45 "Ontario","Hamilton","06-08-2020",0,45 @@ -26831,6 +26878,7 @@ "Ontario","Hamilton","11-02-2022",0,505 "Ontario","Hamilton","12-02-2022",0,505 "Ontario","Hamilton","13-02-2022",0,505 +"Ontario","Hamilton","14-02-2022",1,506 "Ontario","Hastings Prince Edward","04-08-2020",0,5 "Ontario","Hastings Prince Edward","05-08-2020",0,5 "Ontario","Hastings Prince Edward","06-08-2020",0,5 @@ -27390,6 +27438,7 @@ "Ontario","Hastings Prince Edward","11-02-2022",0,32 "Ontario","Hastings Prince Edward","12-02-2022",0,32 "Ontario","Hastings Prince Edward","13-02-2022",0,32 +"Ontario","Hastings Prince Edward","14-02-2022",0,32 "Ontario","Huron Perth","04-08-2020",0,5 "Ontario","Huron Perth","05-08-2020",0,5 "Ontario","Huron Perth","06-08-2020",0,5 @@ -27949,6 +27998,7 @@ "Ontario","Huron Perth","11-02-2022",1,94 "Ontario","Huron Perth","12-02-2022",0,94 "Ontario","Huron Perth","13-02-2022",0,94 +"Ontario","Huron Perth","14-02-2022",1,95 "Ontario","Kingston Frontenac Lennox & Addington","04-08-2020",0,0 "Ontario","Kingston Frontenac Lennox & Addington","05-08-2020",0,0 "Ontario","Kingston Frontenac Lennox & Addington","06-08-2020",0,0 @@ -28508,6 +28558,7 @@ "Ontario","Kingston Frontenac Lennox & Addington","11-02-2022",0,30 "Ontario","Kingston Frontenac Lennox & Addington","12-02-2022",0,30 "Ontario","Kingston Frontenac Lennox & Addington","13-02-2022",0,30 +"Ontario","Kingston Frontenac Lennox & Addington","14-02-2022",1,31 "Ontario","Lambton","04-08-2020",0,25 "Ontario","Lambton","05-08-2020",0,25 "Ontario","Lambton","06-08-2020",0,25 @@ -29067,6 +29118,7 @@ "Ontario","Lambton","11-02-2022",2,120 "Ontario","Lambton","12-02-2022",0,120 "Ontario","Lambton","13-02-2022",0,120 +"Ontario","Lambton","14-02-2022",0,120 "Ontario","Leeds Grenville and Lanark","04-08-2020",0,52 "Ontario","Leeds Grenville and Lanark","05-08-2020",0,52 "Ontario","Leeds Grenville and Lanark","06-08-2020",0,52 @@ -29626,6 +29678,7 @@ "Ontario","Leeds Grenville and Lanark","11-02-2022",0,79 "Ontario","Leeds Grenville and Lanark","12-02-2022",1,80 "Ontario","Leeds Grenville and Lanark","13-02-2022",0,80 +"Ontario","Leeds Grenville and Lanark","14-02-2022",0,80 "Ontario","Middlesex-London","04-08-2020",0,57 "Ontario","Middlesex-London","05-08-2020",0,57 "Ontario","Middlesex-London","06-08-2020",0,57 @@ -30185,6 +30238,7 @@ "Ontario","Middlesex-London","11-02-2022",3,327 "Ontario","Middlesex-London","12-02-2022",0,327 "Ontario","Middlesex-London","13-02-2022",0,327 +"Ontario","Middlesex-London","14-02-2022",4,331 "Ontario","Niagara","04-08-2020",0,64 "Ontario","Niagara","05-08-2020",0,64 "Ontario","Niagara","06-08-2020",0,64 @@ -30744,6 +30798,7 @@ "Ontario","Niagara","11-02-2022",1,507 "Ontario","Niagara","12-02-2022",0,507 "Ontario","Niagara","13-02-2022",1,508 +"Ontario","Niagara","14-02-2022",0,508 "Ontario","North Bay Parry Sound","04-08-2020",0,1 "Ontario","North Bay Parry Sound","05-08-2020",0,1 "Ontario","North Bay Parry Sound","06-08-2020",0,1 @@ -31303,6 +31358,7 @@ "Ontario","North Bay Parry Sound","11-02-2022",0,16 "Ontario","North Bay Parry Sound","12-02-2022",0,16 "Ontario","North Bay Parry Sound","13-02-2022",0,16 +"Ontario","North Bay Parry Sound","14-02-2022",1,17 "Ontario","Northwestern","04-08-2020",0,0 "Ontario","Northwestern","05-08-2020",0,0 "Ontario","Northwestern","06-08-2020",0,0 @@ -31862,6 +31918,7 @@ "Ontario","Northwestern","11-02-2022",0,14 "Ontario","Northwestern","12-02-2022",0,14 "Ontario","Northwestern","13-02-2022",0,14 +"Ontario","Northwestern","14-02-2022",1,15 "Ontario","Not Reported","04-08-2020",0,0 "Ontario","Not Reported","05-08-2020",0,0 "Ontario","Not Reported","06-08-2020",0,0 @@ -32421,6 +32478,7 @@ "Ontario","Not Reported","11-02-2022",0,0 "Ontario","Not Reported","12-02-2022",0,0 "Ontario","Not Reported","13-02-2022",0,0 +"Ontario","Not Reported","14-02-2022",0,0 "Ontario","Ottawa","04-08-2020",0,264 "Ontario","Ottawa","05-08-2020",0,264 "Ontario","Ottawa","06-08-2020",0,264 @@ -32980,6 +33038,7 @@ "Ontario","Ottawa","11-02-2022",3,732 "Ontario","Ottawa","12-02-2022",4,736 "Ontario","Ottawa","13-02-2022",0,736 +"Ontario","Ottawa","14-02-2022",0,736 "Ontario","Peel","04-08-2020",0,320 "Ontario","Peel","05-08-2020",0,320 "Ontario","Peel","06-08-2020",0,320 @@ -33539,6 +33598,7 @@ "Ontario","Peel","11-02-2022",7,1163 "Ontario","Peel","12-02-2022",4,1167 "Ontario","Peel","13-02-2022",0,1167 +"Ontario","Peel","14-02-2022",1,1168 "Ontario","Peterborough","04-08-2020",0,2 "Ontario","Peterborough","05-08-2020",0,2 "Ontario","Peterborough","06-08-2020",0,2 @@ -34098,6 +34158,7 @@ "Ontario","Peterborough","11-02-2022",0,54 "Ontario","Peterborough","12-02-2022",0,54 "Ontario","Peterborough","13-02-2022",0,54 +"Ontario","Peterborough","14-02-2022",1,55 "Ontario","Porcupine","04-08-2020",0,8 "Ontario","Porcupine","05-08-2020",0,8 "Ontario","Porcupine","06-08-2020",0,8 @@ -34657,6 +34718,7 @@ "Ontario","Porcupine","11-02-2022",1,43 "Ontario","Porcupine","12-02-2022",0,43 "Ontario","Porcupine","13-02-2022",0,43 +"Ontario","Porcupine","14-02-2022",0,43 "Ontario","Renfrew","04-08-2020",0,1 "Ontario","Renfrew","05-08-2020",0,1 "Ontario","Renfrew","06-08-2020",0,1 @@ -35216,6 +35278,7 @@ "Ontario","Renfrew","11-02-2022",1,26 "Ontario","Renfrew","12-02-2022",0,26 "Ontario","Renfrew","13-02-2022",0,26 +"Ontario","Renfrew","14-02-2022",1,27 "Ontario","Simcoe Muskoka","04-08-2020",1,37 "Ontario","Simcoe Muskoka","05-08-2020",0,37 "Ontario","Simcoe Muskoka","06-08-2020",0,37 @@ -35775,6 +35838,7 @@ "Ontario","Simcoe Muskoka","11-02-2022",1,383 "Ontario","Simcoe Muskoka","12-02-2022",0,383 "Ontario","Simcoe Muskoka","13-02-2022",0,383 +"Ontario","Simcoe Muskoka","14-02-2022",0,383 "Ontario","Southwestern","04-08-2020",0,5 "Ontario","Southwestern","05-08-2020",0,5 "Ontario","Southwestern","06-08-2020",0,5 @@ -36334,6 +36398,7 @@ "Ontario","Southwestern","11-02-2022",3,147 "Ontario","Southwestern","12-02-2022",0,147 "Ontario","Southwestern","13-02-2022",0,147 +"Ontario","Southwestern","14-02-2022",0,147 "Ontario","Sudbury","04-08-2020",0,2 "Ontario","Sudbury","05-08-2020",0,2 "Ontario","Sudbury","06-08-2020",0,2 @@ -36893,6 +36958,7 @@ "Ontario","Sudbury","11-02-2022",4,99 "Ontario","Sudbury","12-02-2022",0,99 "Ontario","Sudbury","13-02-2022",0,99 +"Ontario","Sudbury","14-02-2022",2,101 "Ontario","Thunder Bay","04-08-2020",0,1 "Ontario","Thunder Bay","05-08-2020",0,1 "Ontario","Thunder Bay","06-08-2020",0,1 @@ -37452,6 +37518,7 @@ "Ontario","Thunder Bay","11-02-2022",2,77 "Ontario","Thunder Bay","12-02-2022",0,77 "Ontario","Thunder Bay","13-02-2022",0,77 +"Ontario","Thunder Bay","14-02-2022",0,77 "Ontario","Timiskaming","04-08-2020",0,0 "Ontario","Timiskaming","05-08-2020",0,0 "Ontario","Timiskaming","06-08-2020",0,0 @@ -38011,6 +38078,7 @@ "Ontario","Timiskaming","11-02-2022",0,11 "Ontario","Timiskaming","12-02-2022",0,11 "Ontario","Timiskaming","13-02-2022",0,11 +"Ontario","Timiskaming","14-02-2022",0,11 "Ontario","Toronto","04-08-2020",2,1161 "Ontario","Toronto","05-08-2020",0,1161 "Ontario","Toronto","06-08-2020",0,1161 @@ -38570,6 +38638,7 @@ "Ontario","Toronto","11-02-2022",6,4154 "Ontario","Toronto","12-02-2022",0,4154 "Ontario","Toronto","13-02-2022",0,4154 +"Ontario","Toronto","14-02-2022",11,4165 "Ontario","Waterloo","04-08-2020",0,119 "Ontario","Waterloo","05-08-2020",0,119 "Ontario","Waterloo","06-08-2020",0,119 @@ -39129,6 +39198,7 @@ "Ontario","Waterloo","11-02-2022",0,381 "Ontario","Waterloo","12-02-2022",0,381 "Ontario","Waterloo","13-02-2022",0,381 +"Ontario","Waterloo","14-02-2022",2,383 "Ontario","Wellington Dufferin Guelph","04-08-2020",0,37 "Ontario","Wellington Dufferin Guelph","05-08-2020",0,37 "Ontario","Wellington Dufferin Guelph","06-08-2020",0,37 @@ -39688,6 +39758,7 @@ "Ontario","Wellington Dufferin Guelph","11-02-2022",0,154 "Ontario","Wellington Dufferin Guelph","12-02-2022",0,154 "Ontario","Wellington Dufferin Guelph","13-02-2022",0,154 +"Ontario","Wellington Dufferin Guelph","14-02-2022",0,154 "Ontario","Windsor-Essex","04-08-2020",0,71 "Ontario","Windsor-Essex","05-08-2020",0,71 "Ontario","Windsor-Essex","06-08-2020",0,71 @@ -40247,6 +40318,7 @@ "Ontario","Windsor-Essex","11-02-2022",0,572 "Ontario","Windsor-Essex","12-02-2022",0,572 "Ontario","Windsor-Essex","13-02-2022",0,572 +"Ontario","Windsor-Essex","14-02-2022",0,572 "Ontario","York","04-08-2020",0,252 "Ontario","York","05-08-2020",0,252 "Ontario","York","06-08-2020",0,252 @@ -40806,6 +40878,7 @@ "Ontario","York","11-02-2022",4,895 "Ontario","York","12-02-2022",0,895 "Ontario","York","13-02-2022",0,895 +"Ontario","York","14-02-2022",3,898 "PEI","Prince Edward Island","04-08-2020",0,0 "PEI","Prince Edward Island","05-08-2020",0,0 "PEI","Prince Edward Island","06-08-2020",0,0 @@ -41365,6 +41438,7 @@ "PEI","Prince Edward Island","11-02-2022",0,13 "PEI","Prince Edward Island","12-02-2022",1,14 "PEI","Prince Edward Island","13-02-2022",0,14 +"PEI","Prince Edward Island","14-02-2022",0,14 "Quebec","Abitibi-Témiscamingue","04-08-2020",0,4 "Quebec","Abitibi-Témiscamingue","05-08-2020",0,4 "Quebec","Abitibi-Témiscamingue","06-08-2020",0,4 @@ -41924,6 +41998,7 @@ "Quebec","Abitibi-Témiscamingue","11-02-2022",0,54 "Quebec","Abitibi-Témiscamingue","12-02-2022",2,56 "Quebec","Abitibi-Témiscamingue","13-02-2022",0,56 +"Quebec","Abitibi-Témiscamingue","14-02-2022",0,56 "Quebec","Bas-Saint-Laurent","04-08-2020",0,2 "Quebec","Bas-Saint-Laurent","05-08-2020",0,2 "Quebec","Bas-Saint-Laurent","06-08-2020",0,2 @@ -42483,6 +42558,7 @@ "Quebec","Bas-Saint-Laurent","11-02-2022",0,91 "Quebec","Bas-Saint-Laurent","12-02-2022",1,92 "Quebec","Bas-Saint-Laurent","13-02-2022",0,92 +"Quebec","Bas-Saint-Laurent","14-02-2022",1,93 "Quebec","Capitale-Nationale","04-08-2020",0,193 "Quebec","Capitale-Nationale","05-08-2020",0,193 "Quebec","Capitale-Nationale","06-08-2020",0,193 @@ -43042,6 +43118,7 @@ "Quebec","Capitale-Nationale","11-02-2022",0,1335 "Quebec","Capitale-Nationale","12-02-2022",12,1347 "Quebec","Capitale-Nationale","13-02-2022",0,1347 +"Quebec","Capitale-Nationale","14-02-2022",1,1348 "Quebec","Chaudière-Appalaches","04-08-2020",0,8 "Quebec","Chaudière-Appalaches","05-08-2020",0,8 "Quebec","Chaudière-Appalaches","06-08-2020",0,8 @@ -43601,6 +43678,7 @@ "Quebec","Chaudière-Appalaches","11-02-2022",0,510 "Quebec","Chaudière-Appalaches","12-02-2022",1,511 "Quebec","Chaudière-Appalaches","13-02-2022",0,511 +"Quebec","Chaudière-Appalaches","14-02-2022",3,514 "Quebec","Côte-Nord","04-08-2020",0,0 "Quebec","Côte-Nord","05-08-2020",0,0 "Quebec","Côte-Nord","06-08-2020",0,0 @@ -44160,6 +44238,7 @@ "Quebec","Côte-Nord","11-02-2022",0,17 "Quebec","Côte-Nord","12-02-2022",1,18 "Quebec","Côte-Nord","13-02-2022",0,18 +"Quebec","Côte-Nord","14-02-2022",0,18 "Quebec","Estrie","04-08-2020",0,26 "Quebec","Estrie","05-08-2020",0,26 "Quebec","Estrie","06-08-2020",0,26 @@ -44719,6 +44798,7 @@ "Quebec","Estrie","11-02-2022",0,516 "Quebec","Estrie","12-02-2022",4,520 "Quebec","Estrie","13-02-2022",-1,519 +"Quebec","Estrie","14-02-2022",0,519 "Quebec","Gaspésie-Îles-de-la-Madeleine","04-08-2020",0,9 "Quebec","Gaspésie-Îles-de-la-Madeleine","05-08-2020",0,9 "Quebec","Gaspésie-Îles-de-la-Madeleine","06-08-2020",0,9 @@ -45278,6 +45358,7 @@ "Quebec","Gaspésie-Îles-de-la-Madeleine","11-02-2022",0,50 "Quebec","Gaspésie-Îles-de-la-Madeleine","12-02-2022",0,50 "Quebec","Gaspésie-Îles-de-la-Madeleine","13-02-2022",0,50 +"Quebec","Gaspésie-Îles-de-la-Madeleine","14-02-2022",0,50 "Quebec","Lanaudière","04-08-2020",0,212 "Quebec","Lanaudière","05-08-2020",0,212 "Quebec","Lanaudière","06-08-2020",0,212 @@ -45837,6 +45918,7 @@ "Quebec","Lanaudière","11-02-2022",0,699 "Quebec","Lanaudière","12-02-2022",4,703 "Quebec","Lanaudière","13-02-2022",1,704 +"Quebec","Lanaudière","14-02-2022",3,707 "Quebec","Laurentides","04-08-2020",1,237 "Quebec","Laurentides","05-08-2020",0,237 "Quebec","Laurentides","06-08-2020",0,237 @@ -46396,6 +46478,7 @@ "Quebec","Laurentides","11-02-2022",0,662 "Quebec","Laurentides","12-02-2022",7,669 "Quebec","Laurentides","13-02-2022",0,669 +"Quebec","Laurentides","14-02-2022",0,669 "Quebec","Laval","04-08-2020",0,675 "Quebec","Laval","05-08-2020",0,675 "Quebec","Laval","06-08-2020",0,675 @@ -46955,6 +47038,7 @@ "Quebec","Laval","11-02-2022",0,1021 "Quebec","Laval","12-02-2022",0,1021 "Quebec","Laval","13-02-2022",0,1021 +"Quebec","Laval","14-02-2022",3,1024 "Quebec","Mauricie","04-08-2020",0,210 "Quebec","Mauricie","05-08-2020",0,210 "Quebec","Mauricie","06-08-2020",0,210 @@ -47514,6 +47598,7 @@ "Quebec","Mauricie","11-02-2022",0,812 "Quebec","Mauricie","12-02-2022",16,828 "Quebec","Mauricie","13-02-2022",3,831 +"Quebec","Mauricie","14-02-2022",2,833 "Quebec","Montérégie","04-08-2020",0,604 "Quebec","Montérégie","05-08-2020",0,604 "Quebec","Montérégie","06-08-2020",0,604 @@ -48073,6 +48158,7 @@ "Quebec","Montérégie","11-02-2022",0,1963 "Quebec","Montérégie","12-02-2022",5,1968 "Quebec","Montérégie","13-02-2022",5,1973 +"Quebec","Montérégie","14-02-2022",1,1974 "Quebec","Montréal","04-08-2020",1,3446 "Quebec","Montréal","05-08-2020",2,3448 "Quebec","Montréal","06-08-2020",0,3448 @@ -48632,6 +48718,7 @@ "Quebec","Montréal","11-02-2022",0,5262 "Quebec","Montréal","12-02-2022",10,5272 "Quebec","Montréal","13-02-2022",1,5273 +"Quebec","Montréal","14-02-2022",3,5276 "Quebec","Nord-du-Québec","04-08-2020",0,0 "Quebec","Nord-du-Québec","05-08-2020",0,0 "Quebec","Nord-du-Québec","06-08-2020",0,0 @@ -49191,6 +49278,7 @@ "Quebec","Nord-du-Québec","11-02-2022",0,1 "Quebec","Nord-du-Québec","12-02-2022",1,2 "Quebec","Nord-du-Québec","13-02-2022",0,2 +"Quebec","Nord-du-Québec","14-02-2022",0,2 "Quebec","Not Reported","04-08-2020",0,0 "Quebec","Not Reported","05-08-2020",0,0 "Quebec","Not Reported","06-08-2020",0,0 @@ -49750,6 +49838,7 @@ "Quebec","Not Reported","11-02-2022",0,1 "Quebec","Not Reported","12-02-2022",0,1 "Quebec","Not Reported","13-02-2022",0,1 +"Quebec","Not Reported","14-02-2022",0,1 "Quebec","Nunavik","04-08-2020",0,0 "Quebec","Nunavik","05-08-2020",0,0 "Quebec","Nunavik","06-08-2020",0,0 @@ -50309,6 +50398,7 @@ "Quebec","Nunavik","11-02-2022",0,9 "Quebec","Nunavik","12-02-2022",0,9 "Quebec","Nunavik","13-02-2022",0,9 +"Quebec","Nunavik","14-02-2022",0,9 "Quebec","Outaouais","04-08-2020",0,33 "Quebec","Outaouais","05-08-2020",0,33 "Quebec","Outaouais","06-08-2020",0,33 @@ -50868,6 +50958,7 @@ "Quebec","Outaouais","11-02-2022",0,281 "Quebec","Outaouais","12-02-2022",0,281 "Quebec","Outaouais","13-02-2022",0,281 +"Quebec","Outaouais","14-02-2022",0,281 "Quebec","Saguenay","04-08-2020",0,26 "Quebec","Saguenay","05-08-2020",0,26 "Quebec","Saguenay","06-08-2020",0,26 @@ -51427,6 +51518,7 @@ "Quebec","Saguenay","11-02-2022",0,323 "Quebec","Saguenay","12-02-2022",2,325 "Quebec","Saguenay","13-02-2022",0,325 +"Quebec","Saguenay","14-02-2022",0,325 "Quebec","Terres-Cries-de-la-Baie-James","04-08-2020",0,0 "Quebec","Terres-Cries-de-la-Baie-James","05-08-2020",0,0 "Quebec","Terres-Cries-de-la-Baie-James","06-08-2020",0,0 @@ -51986,6 +52078,7 @@ "Quebec","Terres-Cries-de-la-Baie-James","11-02-2022",0,10 "Quebec","Terres-Cries-de-la-Baie-James","12-02-2022",1,11 "Quebec","Terres-Cries-de-la-Baie-James","13-02-2022",0,11 +"Quebec","Terres-Cries-de-la-Baie-James","14-02-2022",0,11 "Repatriated","Not Reported","04-08-2020",0,0 "Repatriated","Not Reported","05-08-2020",0,0 "Repatriated","Not Reported","06-08-2020",0,0 @@ -52545,6 +52638,7 @@ "Repatriated","Not Reported","11-02-2022",0,0 "Repatriated","Not Reported","12-02-2022",0,0 "Repatriated","Not Reported","13-02-2022",0,0 +"Repatriated","Not Reported","14-02-2022",0,0 "Saskatchewan","Central East","04-08-2020",0,1 "Saskatchewan","Central East","05-08-2020",0,1 "Saskatchewan","Central East","06-08-2020",0,1 @@ -60832,3 +60926,4 @@ "Yukon","Yukon","11-02-2022",0,20 "Yukon","Yukon","12-02-2022",0,20 "Yukon","Yukon","13-02-2022",0,20 +"Yukon","Yukon","14-02-2022",0,20 diff --git a/timeseries_prov/active_timeseries_prov.csv b/timeseries_prov/active_timeseries_prov.csv index 6557db49..ca09e679 100644 --- a/timeseries_prov/active_timeseries_prov.csv +++ b/timeseries_prov/active_timeseries_prov.csv @@ -750,6 +750,7 @@ "Alberta","11-02-2022",514165,486270,3741,24154,-1185 "Alberta","12-02-2022",514165,486270,3741,24154,0 "Alberta","13-02-2022",514165,486270,3741,24154,0 +"Alberta","14-02-2022",516812,492171,3776,20865,-3289 "BC","25-01-2020",0,0,0,0,0 "BC","26-01-2020",0,0,0,0,0 "BC","27-01-2020",0,0,0,0,0 @@ -1501,6 +1502,7 @@ "BC","11-02-2022",338585,313864,2747,21974,0 "BC","12-02-2022",338585,313864,2747,21974,0 "BC","13-02-2022",338585,313864,2747,21974,0 +"BC","14-02-2022",341286,316548,2764,21974,0 "Manitoba","25-01-2020",0,0,0,0,0 "Manitoba","26-01-2020",0,0,0,0,0 "Manitoba","27-01-2020",0,0,0,0,0 @@ -2252,6 +2254,7 @@ "Manitoba","11-02-2022",125844,110432,1619,13793,674 "Manitoba","12-02-2022",125844,110432,1619,13793,0 "Manitoba","13-02-2022",125844,110432,1619,13793,0 +"Manitoba","14-02-2022",127010,110435,1637,14938,1145 "New Brunswick","25-01-2020",0,0,0,0,0 "New Brunswick","26-01-2020",0,0,0,0,0 "New Brunswick","27-01-2020",0,0,0,0,0 @@ -3003,6 +3006,7 @@ "New Brunswick","11-02-2022",32307,28429,282,3596,198 "New Brunswick","12-02-2022",32610,28640,286,3684,88 "New Brunswick","13-02-2022",32876,29011,290,3575,-109 +"New Brunswick","14-02-2022",33066,29407,292,3367,-208 "NL","25-01-2020",0,0,0,0,0 "NL","26-01-2020",0,0,0,0,0 "NL","27-01-2020",0,0,0,0,0 @@ -3754,6 +3758,7 @@ "NL","11-02-2022",19710,18048,52,1610,9 "NL","12-02-2022",19710,18048,52,1610,0 "NL","13-02-2022",19710,18048,52,1610,0 +"NL","14-02-2022",20365,18584,56,1725,115 "Nova Scotia","25-01-2020",0,0,0,0,0 "Nova Scotia","26-01-2020",0,0,0,0,0 "Nova Scotia","27-01-2020",0,0,0,0,0 @@ -4505,6 +4510,7 @@ "Nova Scotia","11-02-2022",42105,38784,168,3153,-153 "Nova Scotia","12-02-2022",42414,38784,168,3462,309 "Nova Scotia","13-02-2022",42657,38784,168,3705,243 +"Nova Scotia","14-02-2022",42815,39979,175,2661,-1044 "Nunavut","25-01-2020",0,0,0,0,0 "Nunavut","26-01-2020",0,0,0,0,0 "Nunavut","27-01-2020",0,0,0,0,0 @@ -5256,6 +5262,7 @@ "Nunavut","11-02-2022",2114,1752,5,357,-45 "Nunavut","12-02-2022",2114,1752,5,357,0 "Nunavut","13-02-2022",2114,1752,5,357,0 +"Nunavut","14-02-2022",2234,1752,5,477,120 "NWT","25-01-2020",0,0,0,0,0 "NWT","26-01-2020",0,0,0,0,0 "NWT","27-01-2020",0,0,0,0,0 @@ -6007,6 +6014,7 @@ "NWT","11-02-2022",7343,6447,17,879,44 "NWT","12-02-2022",7343,6447,17,879,0 "NWT","13-02-2022",7343,6447,17,879,0 +"NWT","14-02-2022",7678,6786,17,875,-4 "Ontario","25-01-2020",1,0,0,1,1 "Ontario","26-01-2020",1,0,0,1,0 "Ontario","27-01-2020",2,0,0,2,1 @@ -6758,6 +6766,7 @@ "Ontario","11-02-2022",1079825,1037091,11947,30787,-348 "Ontario","12-02-2022",1080675,1038151,11962,30562,-225 "Ontario","13-02-2022",1081353,1039154,11965,30234,-328 +"Ontario","14-02-2022",1085879,1045179,11997,28703,-1531 "PEI","25-01-2020",0,0,0,0,0 "PEI","26-01-2020",0,0,0,0,0 "PEI","27-01-2020",0,0,0,0,0 @@ -7509,6 +7518,7 @@ "PEI","11-02-2022",9969,8133,13,1823,-159 "PEI","12-02-2022",10196,8371,14,1811,-12 "PEI","13-02-2022",10399,8612,14,1773,-38 +"PEI","14-02-2022",10500,8751,14,1735,-38 "Quebec","25-01-2020",0,0,0,0,0 "Quebec","26-01-2020",0,0,0,0,0 "Quebec","27-01-2020",0,0,0,0,0 @@ -8260,6 +8270,7 @@ "Quebec","11-02-2022",891951,844373,13617,33961,0 "Quebec","12-02-2022",896972,852395,13684,30893,-3068 "Quebec","13-02-2022",898842,855839,13693,29310,-1583 +"Quebec","14-02-2022",900273,858850,13710,27713,-1597 "Repatriated","25-01-2020",0,0,0,0,0 "Repatriated","26-01-2020",0,0,0,0,0 "Repatriated","27-01-2020",0,0,0,0,0 @@ -9011,6 +9022,7 @@ "Repatriated","11-02-2022",13,13,0,0,0 "Repatriated","12-02-2022",13,13,0,0,0 "Repatriated","13-02-2022",13,13,0,0,0 +"Repatriated","14-02-2022",13,13,0,0,0 "Saskatchewan","25-01-2020",0,0,0,0,0 "Saskatchewan","26-01-2020",0,0,0,0,0 "Saskatchewan","27-01-2020",0,0,0,0,0 @@ -9762,6 +9774,7 @@ "Saskatchewan","11-02-2022",123258,113023,1011,9224,0 "Saskatchewan","12-02-2022",123258,113023,1011,9224,0 "Saskatchewan","13-02-2022",123258,113023,1011,9224,0 +"Saskatchewan","14-02-2022",123258,113023,1011,9224,0 "Yukon","25-01-2020",0,0,0,0,0 "Yukon","26-01-2020",0,0,0,0,0 "Yukon","27-01-2020",0,0,0,0,0 @@ -10513,3 +10526,4 @@ "Yukon","11-02-2022",3302,3195,20,87,3 "Yukon","12-02-2022",3302,3195,20,87,0 "Yukon","13-02-2022",3302,3195,20,87,0 +"Yukon","14-02-2022",3339,3255,20,64,-23 diff --git a/timeseries_prov/cases_timeseries_prov.csv b/timeseries_prov/cases_timeseries_prov.csv index f308db6f..30b78343 100644 --- a/timeseries_prov/cases_timeseries_prov.csv +++ b/timeseries_prov/cases_timeseries_prov.csv @@ -750,6 +750,7 @@ "Alberta","11-02-2022",1400,514165 "Alberta","12-02-2022",0,514165 "Alberta","13-02-2022",0,514165 +"Alberta","14-02-2022",2647,516812 "BC","25-01-2020",0,0 "BC","26-01-2020",0,0 "BC","27-01-2020",0,0 @@ -1501,6 +1502,7 @@ "BC","11-02-2022",1038,338585 "BC","12-02-2022",0,338585 "BC","13-02-2022",0,338585 +"BC","14-02-2022",2701,341286 "Manitoba","25-01-2020",0,0 "Manitoba","26-01-2020",0,0 "Manitoba","27-01-2020",0,0 @@ -2252,6 +2254,7 @@ "Manitoba","11-02-2022",664,125844 "Manitoba","12-02-2022",0,125844 "Manitoba","13-02-2022",0,125844 +"Manitoba","14-02-2022",1166,127010 "New Brunswick","25-01-2020",0,0 "New Brunswick","26-01-2020",0,0 "New Brunswick","27-01-2020",0,0 @@ -3003,6 +3006,7 @@ "New Brunswick","11-02-2022",359,32307 "New Brunswick","12-02-2022",303,32610 "New Brunswick","13-02-2022",266,32876 +"New Brunswick","14-02-2022",190,33066 "NL","25-01-2020",0,0 "NL","26-01-2020",0,0 "NL","27-01-2020",0,0 @@ -3754,6 +3758,7 @@ "NL","11-02-2022",267,19710 "NL","12-02-2022",0,19710 "NL","13-02-2022",0,19710 +"NL","14-02-2022",655,20365 "Nova Scotia","25-01-2020",0,0 "Nova Scotia","26-01-2020",0,0 "Nova Scotia","27-01-2020",0,0 @@ -4505,6 +4510,7 @@ "Nova Scotia","11-02-2022",389,42105 "Nova Scotia","12-02-2022",309,42414 "Nova Scotia","13-02-2022",243,42657 +"Nova Scotia","14-02-2022",158,42815 "Nunavut","25-01-2020",0,0 "Nunavut","26-01-2020",0,0 "Nunavut","27-01-2020",0,0 @@ -5256,6 +5262,7 @@ "Nunavut","11-02-2022",67,2114 "Nunavut","12-02-2022",0,2114 "Nunavut","13-02-2022",0,2114 +"Nunavut","14-02-2022",120,2234 "NWT","25-01-2020",0,0 "NWT","26-01-2020",0,0 "NWT","27-01-2020",0,0 @@ -6007,6 +6014,7 @@ "NWT","11-02-2022",167,7343 "NWT","12-02-2022",0,7343 "NWT","13-02-2022",0,7343 +"NWT","14-02-2022",335,7678 "Ontario","25-01-2020",1,1 "Ontario","26-01-2020",0,1 "Ontario","27-01-2020",1,2 @@ -6758,6 +6766,7 @@ "Ontario","11-02-2022",3499,1079825 "Ontario","12-02-2022",850,1080675 "Ontario","13-02-2022",678,1081353 +"Ontario","14-02-2022",4526,1085879 "PEI","25-01-2020",0,0 "PEI","26-01-2020",0,0 "PEI","27-01-2020",0,0 @@ -7509,6 +7518,7 @@ "PEI","11-02-2022",204,9969 "PEI","12-02-2022",227,10196 "PEI","13-02-2022",203,10399 +"PEI","14-02-2022",101,10500 "Quebec","25-01-2020",0,0 "Quebec","26-01-2020",0,0 "Quebec","27-01-2020",0,0 @@ -8260,6 +8270,7 @@ "Quebec","11-02-2022",0,891951 "Quebec","12-02-2022",5021,896972 "Quebec","13-02-2022",1870,898842 +"Quebec","14-02-2022",1431,900273 "Repatriated","25-01-2020",0,0 "Repatriated","26-01-2020",0,0 "Repatriated","27-01-2020",0,0 @@ -9011,6 +9022,7 @@ "Repatriated","11-02-2022",0,13 "Repatriated","12-02-2022",0,13 "Repatriated","13-02-2022",0,13 +"Repatriated","14-02-2022",0,13 "Saskatchewan","25-01-2020",0,0 "Saskatchewan","26-01-2020",0,0 "Saskatchewan","27-01-2020",0,0 @@ -9762,6 +9774,7 @@ "Saskatchewan","11-02-2022",0,123258 "Saskatchewan","12-02-2022",0,123258 "Saskatchewan","13-02-2022",0,123258 +"Saskatchewan","14-02-2022",0,123258 "Yukon","25-01-2020",0,0 "Yukon","26-01-2020",0,0 "Yukon","27-01-2020",0,0 @@ -10513,3 +10526,4 @@ "Yukon","11-02-2022",16,3302 "Yukon","12-02-2022",0,3302 "Yukon","13-02-2022",0,3302 +"Yukon","14-02-2022",37,3339 diff --git a/timeseries_prov/mortality_timeseries_prov.csv b/timeseries_prov/mortality_timeseries_prov.csv index 40da9385..fd422a1a 100644 --- a/timeseries_prov/mortality_timeseries_prov.csv +++ b/timeseries_prov/mortality_timeseries_prov.csv @@ -707,6 +707,7 @@ "Alberta","11-02-2022",23,3741 "Alberta","12-02-2022",0,3741 "Alberta","13-02-2022",0,3741 +"Alberta","14-02-2022",35,3776 "BC","08-03-2020",1,1 "BC","09-03-2020",0,1 "BC","10-03-2020",0,1 @@ -1415,6 +1416,7 @@ "BC","11-02-2022",17,2747 "BC","12-02-2022",0,2747 "BC","13-02-2022",0,2747 +"BC","14-02-2022",17,2764 "Manitoba","08-03-2020",0,0 "Manitoba","09-03-2020",0,0 "Manitoba","10-03-2020",0,0 @@ -2123,6 +2125,7 @@ "Manitoba","11-02-2022",3,1619 "Manitoba","12-02-2022",0,1619 "Manitoba","13-02-2022",0,1619 +"Manitoba","14-02-2022",18,1637 "New Brunswick","08-03-2020",0,0 "New Brunswick","09-03-2020",0,0 "New Brunswick","10-03-2020",0,0 @@ -2831,6 +2834,7 @@ "New Brunswick","11-02-2022",4,282 "New Brunswick","12-02-2022",4,286 "New Brunswick","13-02-2022",4,290 +"New Brunswick","14-02-2022",2,292 "NL","08-03-2020",0,0 "NL","09-03-2020",0,0 "NL","10-03-2020",0,0 @@ -3539,6 +3543,7 @@ "NL","11-02-2022",2,52 "NL","12-02-2022",0,52 "NL","13-02-2022",0,52 +"NL","14-02-2022",4,56 "Nova Scotia","08-03-2020",0,0 "Nova Scotia","09-03-2020",0,0 "Nova Scotia","10-03-2020",0,0 @@ -4247,6 +4252,7 @@ "Nova Scotia","11-02-2022",1,168 "Nova Scotia","12-02-2022",0,168 "Nova Scotia","13-02-2022",0,168 +"Nova Scotia","14-02-2022",7,175 "Nunavut","08-03-2020",0,0 "Nunavut","09-03-2020",0,0 "Nunavut","10-03-2020",0,0 @@ -4955,6 +4961,7 @@ "Nunavut","11-02-2022",0,5 "Nunavut","12-02-2022",0,5 "Nunavut","13-02-2022",0,5 +"Nunavut","14-02-2022",0,5 "NWT","08-03-2020",0,0 "NWT","09-03-2020",0,0 "NWT","10-03-2020",0,0 @@ -5663,6 +5670,7 @@ "NWT","11-02-2022",0,17 "NWT","12-02-2022",0,17 "NWT","13-02-2022",0,17 +"NWT","14-02-2022",0,17 "Ontario","08-03-2020",0,0 "Ontario","09-03-2020",0,0 "Ontario","10-03-2020",0,0 @@ -6371,6 +6379,7 @@ "Ontario","11-02-2022",43,11947 "Ontario","12-02-2022",15,11962 "Ontario","13-02-2022",3,11965 +"Ontario","14-02-2022",32,11997 "PEI","08-03-2020",0,0 "PEI","09-03-2020",0,0 "PEI","10-03-2020",0,0 @@ -7079,6 +7088,7 @@ "PEI","11-02-2022",0,13 "PEI","12-02-2022",1,14 "PEI","13-02-2022",0,14 +"PEI","14-02-2022",0,14 "Quebec","08-03-2020",0,0 "Quebec","09-03-2020",0,0 "Quebec","10-03-2020",0,0 @@ -7787,6 +7797,7 @@ "Quebec","11-02-2022",0,13617 "Quebec","12-02-2022",67,13684 "Quebec","13-02-2022",9,13693 +"Quebec","14-02-2022",17,13710 "Repatriated","08-03-2020",0,0 "Repatriated","09-03-2020",0,0 "Repatriated","10-03-2020",0,0 @@ -8495,6 +8506,7 @@ "Repatriated","11-02-2022",0,0 "Repatriated","12-02-2022",0,0 "Repatriated","13-02-2022",0,0 +"Repatriated","14-02-2022",0,0 "Saskatchewan","08-03-2020",0,0 "Saskatchewan","09-03-2020",0,0 "Saskatchewan","10-03-2020",0,0 @@ -9203,6 +9215,7 @@ "Saskatchewan","11-02-2022",0,1011 "Saskatchewan","12-02-2022",0,1011 "Saskatchewan","13-02-2022",0,1011 +"Saskatchewan","14-02-2022",0,1011 "Yukon","08-03-2020",0,0 "Yukon","09-03-2020",0,0 "Yukon","10-03-2020",0,0 @@ -9911,3 +9924,4 @@ "Yukon","11-02-2022",0,20 "Yukon","12-02-2022",0,20 "Yukon","13-02-2022",0,20 +"Yukon","14-02-2022",0,20 diff --git a/timeseries_prov/recovered_timeseries_prov.csv b/timeseries_prov/recovered_timeseries_prov.csv index 4659df6c..4529493c 100644 --- a/timeseries_prov/recovered_timeseries_prov.csv +++ b/timeseries_prov/recovered_timeseries_prov.csv @@ -732,6 +732,7 @@ "Alberta","11-02-2022",2562,486270 "Alberta","12-02-2022",0,486270 "Alberta","13-02-2022",0,486270 +"Alberta","14-02-2022",5901,492171 "BC","12-02-2020",0,0 "BC","13-02-2020",0,0 "BC","14-02-2020",0,0 @@ -1465,6 +1466,7 @@ "BC","11-02-2022",1021,313864 "BC","12-02-2022",0,313864 "BC","13-02-2022",0,313864 +"BC","14-02-2022",2684,316548 "Manitoba","12-02-2020",0,0 "Manitoba","13-02-2020",0,0 "Manitoba","14-02-2020",0,0 @@ -2198,6 +2200,7 @@ "Manitoba","11-02-2022",-13,110432 "Manitoba","12-02-2022",0,110432 "Manitoba","13-02-2022",0,110432 +"Manitoba","14-02-2022",3,110435 "New Brunswick","12-02-2020",0,0 "New Brunswick","13-02-2020",0,0 "New Brunswick","14-02-2020",0,0 @@ -2931,6 +2934,7 @@ "New Brunswick","11-02-2022",157,28429 "New Brunswick","12-02-2022",211,28640 "New Brunswick","13-02-2022",371,29011 +"New Brunswick","14-02-2022",396,29407 "NL","12-02-2020",0,0 "NL","13-02-2020",0,0 "NL","14-02-2020",0,0 @@ -3664,6 +3668,7 @@ "NL","11-02-2022",256,18048 "NL","12-02-2022",0,18048 "NL","13-02-2022",0,18048 +"NL","14-02-2022",536,18584 "Nova Scotia","12-02-2020",0,0 "Nova Scotia","13-02-2020",0,0 "Nova Scotia","14-02-2020",0,0 @@ -4397,6 +4402,7 @@ "Nova Scotia","11-02-2022",541,38784 "Nova Scotia","12-02-2022",0,38784 "Nova Scotia","13-02-2022",0,38784 +"Nova Scotia","14-02-2022",1195,39979 "Nunavut","12-02-2020",0,0 "Nunavut","13-02-2020",0,0 "Nunavut","14-02-2020",0,0 @@ -5130,6 +5136,7 @@ "Nunavut","11-02-2022",112,1752 "Nunavut","12-02-2022",0,1752 "Nunavut","13-02-2022",0,1752 +"Nunavut","14-02-2022",0,1752 "NWT","12-02-2020",0,0 "NWT","13-02-2020",0,0 "NWT","14-02-2020",0,0 @@ -5863,6 +5870,7 @@ "NWT","11-02-2022",123,6447 "NWT","12-02-2022",0,6447 "NWT","13-02-2022",0,6447 +"NWT","14-02-2022",339,6786 "Ontario","12-02-2020",1,1 "Ontario","13-02-2020",0,1 "Ontario","14-02-2020",0,1 @@ -6596,6 +6604,7 @@ "Ontario","11-02-2022",3804,1037091 "Ontario","12-02-2022",1060,1038151 "Ontario","13-02-2022",1003,1039154 +"Ontario","14-02-2022",6025,1045179 "PEI","12-02-2020",0,0 "PEI","13-02-2020",0,0 "PEI","14-02-2020",0,0 @@ -7329,6 +7338,7 @@ "PEI","11-02-2022",363,8133 "PEI","12-02-2022",238,8371 "PEI","13-02-2022",241,8612 +"PEI","14-02-2022",139,8751 "Quebec","12-02-2020",0,0 "Quebec","13-02-2020",0,0 "Quebec","14-02-2020",0,0 @@ -8062,6 +8072,7 @@ "Quebec","11-02-2022",0,844373 "Quebec","12-02-2022",8022,852395 "Quebec","13-02-2022",3444,855839 +"Quebec","14-02-2022",3011,858850 "Repatriated","12-02-2020",0,0 "Repatriated","13-02-2020",0,0 "Repatriated","14-02-2020",0,0 @@ -8795,6 +8806,7 @@ "Repatriated","11-02-2022",0,13 "Repatriated","12-02-2022",0,13 "Repatriated","13-02-2022",0,13 +"Repatriated","14-02-2022",0,13 "Saskatchewan","12-02-2020",0,0 "Saskatchewan","13-02-2020",0,0 "Saskatchewan","14-02-2020",0,0 @@ -9528,6 +9540,7 @@ "Saskatchewan","11-02-2022",0,113023 "Saskatchewan","12-02-2022",0,113023 "Saskatchewan","13-02-2022",0,113023 +"Saskatchewan","14-02-2022",0,113023 "Yukon","12-02-2020",0,0 "Yukon","13-02-2020",0,0 "Yukon","14-02-2020",0,0 @@ -10261,3 +10274,4 @@ "Yukon","11-02-2022",13,3195 "Yukon","12-02-2022",0,3195 "Yukon","13-02-2022",0,3195 +"Yukon","14-02-2022",60,3255 diff --git a/timeseries_prov/testing_timeseries_prov.csv b/timeseries_prov/testing_timeseries_prov.csv index f36522ed..eb0b0b95 100644 --- a/timeseries_prov/testing_timeseries_prov.csv +++ b/timeseries_prov/testing_timeseries_prov.csv @@ -700,6 +700,7 @@ "Alberta","11-02-2022",4745,6809021,"" "Alberta","12-02-2022",0,6809021,"" "Alberta","13-02-2022",0,6809021,"" +"Alberta","14-02-2022",10264,6819285,"" "BC","15-03-2020",6326,6326,"" "BC","16-03-2020",0,6326,"" "BC","17-03-2020",0,6326,"" @@ -1401,6 +1402,7 @@ "BC","11-02-2022",9826,5569850,"" "BC","12-02-2022",0,5569850,"" "BC","13-02-2022",0,5569850,"" +"BC","14-02-2022",22386,5592236,"" "Manitoba","15-03-2020",400,400,"" "Manitoba","16-03-2020",1880,2280,"" "Manitoba","17-03-2020",632,2912,"" @@ -2102,6 +2104,7 @@ "Manitoba","11-02-2022",1752,1399504,"" "Manitoba","12-02-2022",0,1399504,"" "Manitoba","13-02-2022",0,1399504,"" +"Manitoba","14-02-2022",3666,1403170,"" "New Brunswick","15-03-2020",0,0,"" "New Brunswick","16-03-2020",203,203,"" "New Brunswick","17-03-2020",1,204,"" @@ -2803,6 +2806,7 @@ "New Brunswick","11-02-2022",1766,706833,"" "New Brunswick","12-02-2022",2162,708995,"" "New Brunswick","13-02-2022",802,709797,"" +"New Brunswick","14-02-2022",847,710644,"" "NL","15-03-2020",161,161,"" "NL","16-03-2020",0,161,"" "NL","17-03-2020",333,494,"" @@ -3504,6 +3508,7 @@ "NL","11-02-2022",1330,493495,"" "NL","12-02-2022",0,493495,"" "NL","13-02-2022",0,493495,"" +"NL","14-02-2022",3127,496622,"" "Nova Scotia","15-03-2020",418,418,"" "Nova Scotia","16-03-2020",258,676,"" "Nova Scotia","17-03-2020",265,941,"" @@ -4205,6 +4210,7 @@ "Nova Scotia","11-02-2022",2487,1740722,"" "Nova Scotia","12-02-2022",0,1740722,"" "Nova Scotia","13-02-2022",0,1740722,"" +"Nova Scotia","14-02-2022",5626,1746348,"" "Nunavut","15-03-2020",1,1,"" "Nunavut","16-03-2020",0,1,"" "Nunavut","17-03-2020",1,2,"" @@ -4906,6 +4912,7 @@ "Nunavut","11-02-2022",178,33093,"" "Nunavut","12-02-2022",0,33093,"" "Nunavut","13-02-2022",0,33093,"" +"Nunavut","14-02-2022",192,33285,"" "NWT","15-03-2020",0,0,"" "NWT","16-03-2020",143,143,"" "NWT","17-03-2020",10,153,"" @@ -5607,6 +5614,7 @@ "NWT","11-02-2022",14,40006,"" "NWT","12-02-2022",0,40006,"" "NWT","13-02-2022",0,40006,"" +"NWT","14-02-2022",46,40052,"" "Ontario","15-03-2020",8465,8465,"" "Ontario","16-03-2020",1713,10178,"" "Ontario","17-03-2020",993,11171,"" @@ -6308,6 +6316,7 @@ "Ontario","11-02-2022",20936,22840317,"" "Ontario","12-02-2022",18985,22859302,"" "Ontario","13-02-2022",13998,22873300,"" +"Ontario","14-02-2022",9962,22883262,"" "PEI","15-03-2020",0,0,"" "PEI","16-03-2020",0,0,"" "PEI","17-03-2020",41,41,"" @@ -7009,6 +7018,7 @@ "PEI","11-02-2022",0,251090,"" "PEI","12-02-2022",0,251090,"" "PEI","13-02-2022",0,251090,"" +"PEI","14-02-2022",0,251090,"" "Quebec","15-03-2020",2309,2309,"" "Quebec","16-03-2020",820,3129,"" "Quebec","17-03-2020",1723,4852,"" @@ -7710,6 +7720,7 @@ "Quebec","11-02-2022",0,5729182,"" "Quebec","12-02-2022",0,5729182,"" "Quebec","13-02-2022",0,5729182,"" +"Quebec","14-02-2022",17895,5747077,"" "Repatriated","15-03-2020",0,0,"" "Repatriated","16-03-2020",0,0,"" "Repatriated","17-03-2020",0,0,"" @@ -8411,6 +8422,7 @@ "Repatriated","11-02-2022",0,0,"" "Repatriated","12-02-2022",0,0,"" "Repatriated","13-02-2022",0,0,"" +"Repatriated","14-02-2022",0,0,"" "Saskatchewan","15-03-2020",796,796,"" "Saskatchewan","16-03-2020",311,1107,"" "Saskatchewan","17-03-2020",0,1107,"" @@ -9112,6 +9124,7 @@ "Saskatchewan","11-02-2022",0,644778,"" "Saskatchewan","12-02-2022",0,644778,"" "Saskatchewan","13-02-2022",0,644778,"" +"Saskatchewan","14-02-2022",0,644778,"" "Yukon","15-03-2020",0,0,"" "Yukon","16-03-2020",0,0,"" "Yukon","17-03-2020",0,0,"" @@ -9813,3 +9826,4 @@ "Yukon","11-02-2022",20,19542,"" "Yukon","12-02-2022",0,19542,"" "Yukon","13-02-2022",0,19542,"" +"Yukon","14-02-2022",35,19577,"" diff --git a/timeseries_prov/vaccine_additionaldoses_timeseries_prov.csv b/timeseries_prov/vaccine_additionaldoses_timeseries_prov.csv index a21b15cf..7035798e 100644 --- a/timeseries_prov/vaccine_additionaldoses_timeseries_prov.csv +++ b/timeseries_prov/vaccine_additionaldoses_timeseries_prov.csv @@ -367,6 +367,7 @@ "Alberta","11-02-2022",4826,1518301 "Alberta","12-02-2022",0,1518301 "Alberta","13-02-2022",0,1518301 +"Alberta","14-02-2022",11157,1529458 "BC","11-02-2021",0,0 "BC","12-02-2021",0,0 "BC","13-02-2021",0,0 @@ -735,6 +736,7 @@ "BC","11-02-2022",19237,2386677 "BC","12-02-2022",0,2386677 "BC","13-02-2022",0,2386677 +"BC","14-02-2022",57123,2443800 "Manitoba","11-02-2021",0,0 "Manitoba","12-02-2021",0,0 "Manitoba","13-02-2021",0,0 @@ -1103,6 +1105,7 @@ "Manitoba","11-02-2022",1985,559562 "Manitoba","12-02-2022",0,559562 "Manitoba","13-02-2022",0,559562 +"Manitoba","14-02-2022",4589,564151 "New Brunswick","11-02-2021",0,0 "New Brunswick","12-02-2021",0,0 "New Brunswick","13-02-2021",0,0 @@ -1471,6 +1474,7 @@ "New Brunswick","11-02-2022",1971,355154 "New Brunswick","12-02-2022",1897,357051 "New Brunswick","13-02-2022",1793,358844 +"New Brunswick","14-02-2022",949,359793 "NL","11-02-2021",0,0 "NL","12-02-2021",0,0 "NL","13-02-2021",0,0 @@ -1839,6 +1843,7 @@ "NL","11-02-2022",0,242192 "NL","12-02-2022",0,242192 "NL","13-02-2022",0,242192 +"NL","14-02-2022",0,242192 "Nova Scotia","11-02-2021",0,0 "Nova Scotia","12-02-2021",0,0 "Nova Scotia","13-02-2021",0,0 @@ -2207,6 +2212,7 @@ "Nova Scotia","11-02-2022",4439,479356 "Nova Scotia","12-02-2022",0,479356 "Nova Scotia","13-02-2022",0,479356 +"Nova Scotia","14-02-2022",3767,483123 "Nunavut","11-02-2021",0,0 "Nunavut","12-02-2021",0,0 "Nunavut","13-02-2021",0,0 @@ -2575,6 +2581,7 @@ "Nunavut","11-02-2022",0,12523 "Nunavut","12-02-2022",0,12523 "Nunavut","13-02-2022",0,12523 +"Nunavut","14-02-2022",659,13182 "NWT","11-02-2021",0,0 "NWT","12-02-2021",0,0 "NWT","13-02-2021",0,0 @@ -2943,6 +2950,7 @@ "NWT","11-02-2022",0,18543 "NWT","12-02-2022",0,18543 "NWT","13-02-2022",0,18543 +"NWT","14-02-2022",338,18881 "Ontario","11-02-2021",0,0 "Ontario","12-02-2021",0,0 "Ontario","13-02-2021",0,0 @@ -3311,6 +3319,7 @@ "Ontario","11-02-2022",24204,6700373 "Ontario","12-02-2022",26242,6726615 "Ontario","13-02-2022",19941,6746556 +"Ontario","14-02-2022",14361,6760917 "PEI","11-02-2021",0,0 "PEI","12-02-2021",0,0 "PEI","13-02-2021",0,0 @@ -3679,6 +3688,7 @@ "PEI","11-02-2022",0,67369 "PEI","12-02-2022",0,67369 "PEI","13-02-2022",0,67369 +"PEI","14-02-2022",0,67369 "Quebec","11-02-2021",3,3 "Quebec","12-02-2021",2,5 "Quebec","13-02-2021",0,5 @@ -4047,6 +4057,7 @@ "Quebec","11-02-2022",21460,3992247 "Quebec","12-02-2022",25394,4017641 "Quebec","13-02-2022",15844,4033485 +"Quebec","14-02-2022",7586,4041071 "Saskatchewan","11-02-2021",0,0 "Saskatchewan","12-02-2021",0,0 "Saskatchewan","13-02-2021",0,0 @@ -4415,6 +4426,7 @@ "Saskatchewan","11-02-2022",0,451254 "Saskatchewan","12-02-2022",0,451254 "Saskatchewan","13-02-2022",0,451254 +"Saskatchewan","14-02-2022",0,451254 "Yukon","11-02-2021",0,0 "Yukon","12-02-2021",0,0 "Yukon","13-02-2021",0,0 @@ -4783,3 +4795,4 @@ "Yukon","11-02-2022",0,18661 "Yukon","12-02-2022",0,18661 "Yukon","13-02-2022",0,18661 +"Yukon","14-02-2022",321,18982 diff --git a/timeseries_prov/vaccine_administration_timeseries_prov.csv b/timeseries_prov/vaccine_administration_timeseries_prov.csv index 87433738..3f2acc51 100644 --- a/timeseries_prov/vaccine_administration_timeseries_prov.csv +++ b/timeseries_prov/vaccine_administration_timeseries_prov.csv @@ -426,6 +426,7 @@ "Alberta","11-02-2022",8611,8409914 "Alberta","12-02-2022",0,8409914 "Alberta","13-02-2022",0,8409914 +"Alberta","14-02-2022",19158,8429072 "BC","14-12-2020",0,0 "BC","15-12-2020",409,409 "BC","16-12-2020",0,409 @@ -853,6 +854,7 @@ "BC","11-02-2022",24555,11068342 "BC","12-02-2022",0,11068342 "BC","13-02-2022",0,11068342 +"BC","14-02-2022",75331,11143673 "Manitoba","14-12-2020",0,0 "Manitoba","15-12-2020",0,0 "Manitoba","16-12-2020",11,11 @@ -1280,6 +1282,7 @@ "Manitoba","11-02-2022",4279,2795792 "Manitoba","12-02-2022",0,2795792 "Manitoba","13-02-2022",0,2795792 +"Manitoba","14-02-2022",8817,2804609 "New Brunswick","14-12-2020",0,0 "New Brunswick","15-12-2020",0,0 "New Brunswick","16-12-2020",0,0 @@ -1707,6 +1710,7 @@ "New Brunswick","11-02-2022",3081,1693505 "New Brunswick","12-02-2022",2705,1696210 "New Brunswick","13-02-2022",2914,1699124 +"New Brunswick","14-02-2022",1470,1700594 "NL","14-12-2020",0,0 "NL","15-12-2020",0,0 "NL","16-12-2020",2,2 @@ -2134,6 +2138,7 @@ "NL","11-02-2022",0,1204136 "NL","12-02-2022",0,1204136 "NL","13-02-2022",0,1204136 +"NL","14-02-2022",0,1204136 "Nova Scotia","14-12-2020",0,0 "Nova Scotia","15-12-2020",0,0 "Nova Scotia","16-12-2020",376,376 @@ -2561,6 +2566,7 @@ "Nova Scotia","11-02-2022",6035,2175757 "Nova Scotia","12-02-2022",0,2175757 "Nova Scotia","13-02-2022",0,2175757 +"Nova Scotia","14-02-2022",6825,2182582 "Nunavut","14-12-2020",0,0 "Nunavut","15-12-2020",0,0 "Nunavut","16-12-2020",0,0 @@ -2988,6 +2994,7 @@ "Nunavut","11-02-2022",0,71668 "Nunavut","12-02-2022",0,71668 "Nunavut","13-02-2022",0,71668 +"Nunavut","14-02-2022",1663,73331 "NWT","14-12-2020",0,0 "NWT","15-12-2020",0,0 "NWT","16-12-2020",0,0 @@ -3415,6 +3422,7 @@ "NWT","11-02-2022",0,97798 "NWT","12-02-2022",0,97798 "NWT","13-02-2022",0,97798 +"NWT","14-02-2022",723,98521 "Ontario","14-12-2020",5,5 "Ontario","15-12-2020",426,431 "Ontario","16-12-2020",544,975 @@ -3842,6 +3850,7 @@ "Ontario","11-02-2022",46607,31199694 "Ontario","12-02-2022",48320,31248014 "Ontario","13-02-2022",37546,31285560 +"Ontario","14-02-2022",18265,31303825 "PEI","14-12-2020",0,0 "PEI","15-12-2020",0,0 "PEI","16-12-2020",140,140 @@ -4269,6 +4278,7 @@ "PEI","11-02-2022",0,355229 "PEI","12-02-2022",0,355229 "PEI","13-02-2022",0,355229 +"PEI","14-02-2022",0,355229 "Quebec","14-12-2020",292,292 "Quebec","15-12-2020",0,292 "Quebec","16-12-2020",1156,1448 @@ -4696,6 +4706,7 @@ "Quebec","11-02-2022",32688,18418314 "Quebec","12-02-2022",36191,18454505 "Quebec","13-02-2022",26750,18481255 +"Quebec","14-02-2022",13214,18494469 "Saskatchewan","14-12-2020",0,0 "Saskatchewan","15-12-2020",11,11 "Saskatchewan","16-12-2020",0,11 @@ -5123,6 +5134,7 @@ "Saskatchewan","11-02-2022",0,2316114 "Saskatchewan","12-02-2022",0,2316114 "Saskatchewan","13-02-2022",0,2316114 +"Saskatchewan","14-02-2022",0,2316114 "Yukon","14-12-2020",0,0 "Yukon","15-12-2020",0,0 "Yukon","16-12-2020",0,0 @@ -5550,3 +5562,4 @@ "Yukon","11-02-2022",0,91299 "Yukon","12-02-2022",0,91299 "Yukon","13-02-2022",0,91299 +"Yukon","14-02-2022",633,91932 diff --git a/timeseries_prov/vaccine_completion_timeseries_prov.csv b/timeseries_prov/vaccine_completion_timeseries_prov.csv index 5e09d03d..0ab04195 100644 --- a/timeseries_prov/vaccine_completion_timeseries_prov.csv +++ b/timeseries_prov/vaccine_completion_timeseries_prov.csv @@ -397,6 +397,7 @@ "Alberta","11-02-2022",2481,3316138 "Alberta","12-02-2022",0,3316138 "Alberta","13-02-2022",0,3316138 +"Alberta","14-02-2022",5683,3321821 "BC","12-01-2021",0,0 "BC","13-01-2021",0,0 "BC","14-01-2021",0,0 @@ -795,6 +796,7 @@ "BC","11-02-2022",4328,4207822 "BC","12-02-2022",0,4207822 "BC","13-02-2022",0,4207822 +"BC","14-02-2022",14943,4222765 "Manitoba","12-01-2021",0,0 "Manitoba","13-01-2021",1706,1706 "Manitoba","14-01-2021",487,2193 @@ -1193,6 +1195,7 @@ "Manitoba","11-02-2022",1787,1081217 "Manitoba","12-02-2022",0,1081217 "Manitoba","13-02-2022",0,1081217 +"Manitoba","14-02-2022",3558,1084775 "New Brunswick","12-01-2021",1862,1862 "New Brunswick","13-01-2021",0,1862 "New Brunswick","14-01-2021",0,1862 @@ -1591,6 +1594,7 @@ "New Brunswick","11-02-2022",795,643911 "New Brunswick","12-02-2022",568,644479 "New Brunswick","13-02-2022",936,645415 +"New Brunswick","14-02-2022",419,645834 "NL","12-01-2021",0,0 "NL","13-01-2021",1495,1495 "NL","14-01-2021",0,1495 @@ -1989,6 +1993,7 @@ "NL","11-02-2022",0,465392 "NL","12-02-2022",0,465392 "NL","13-02-2022",0,465392 +"NL","14-02-2022",0,465392 "Nova Scotia","12-01-2021",1076,1076 "Nova Scotia","13-01-2021",0,1076 "Nova Scotia","14-01-2021",0,1076 @@ -2387,6 +2392,7 @@ "Nova Scotia","11-02-2022",1363,817844 "Nova Scotia","12-02-2022",0,817844 "Nova Scotia","13-02-2022",0,817844 +"Nova Scotia","14-02-2022",2679,820523 "Nunavut","12-01-2021",0,0 "Nunavut","13-01-2021",0,0 "Nunavut","14-01-2021",0,0 @@ -2785,6 +2791,7 @@ "Nunavut","11-02-2022",0,26645 "Nunavut","12-02-2022",0,26645 "Nunavut","13-02-2022",0,26645 +"Nunavut","14-02-2022",644,27289 "NWT","12-01-2021",0,0 "NWT","13-01-2021",0,0 "NWT","14-01-2021",0,0 @@ -3183,6 +3190,7 @@ "NWT","11-02-2022",0,38516 "NWT","12-02-2022",0,38516 "NWT","13-02-2022",0,38516 +"NWT","14-02-2022",300,38816 "Ontario","12-01-2021",3023,3023 "Ontario","13-01-2021",1366,4389 "Ontario","14-01-2021",2258,6647 @@ -3581,6 +3589,7 @@ "Ontario","11-02-2022",13464,11873612 "Ontario","12-02-2022",14027,11887639 "Ontario","13-02-2022",13537,11901176 +"Ontario","14-02-2022",6554,11907730 "PEI","12-01-2021",1154,1154 "PEI","13-01-2021",0,1154 "PEI","14-01-2021",0,1154 @@ -3979,6 +3988,7 @@ "PEI","11-02-2022",0,136214 "PEI","12-02-2022",0,136214 "PEI","13-02-2022",0,136214 +"PEI","14-02-2022",0,136214 "Quebec","12-01-2021",0,0 "Quebec","13-01-2021",0,0 "Quebec","14-01-2021",0,0 @@ -4377,6 +4387,7 @@ "Quebec","11-02-2022",9286,6998648 "Quebec","12-02-2022",8734,7007382 "Quebec","13-02-2022",9198,7016580 +"Quebec","14-02-2022",4731,7021311 "Saskatchewan","12-01-2021",1449,1449 "Saskatchewan","13-01-2021",0,1449 "Saskatchewan","14-01-2021",303,1752 @@ -4775,6 +4786,7 @@ "Saskatchewan","11-02-2022",0,899829 "Saskatchewan","12-02-2022",0,899829 "Saskatchewan","13-02-2022",0,899829 +"Saskatchewan","14-02-2022",0,899829 "Yukon","12-01-2021",0,0 "Yukon","13-01-2021",0,0 "Yukon","14-01-2021",0,0 @@ -5173,3 +5185,4 @@ "Yukon","11-02-2022",0,35180 "Yukon","12-02-2022",0,35180 "Yukon","13-02-2022",0,35180 +"Yukon","14-02-2022",273,35453 diff --git a/timeseries_prov/vaccine_distribution_timeseries_prov.csv b/timeseries_prov/vaccine_distribution_timeseries_prov.csv index a184dc49..88743976 100644 --- a/timeseries_prov/vaccine_distribution_timeseries_prov.csv +++ b/timeseries_prov/vaccine_distribution_timeseries_prov.csv @@ -427,6 +427,7 @@ "Alberta","11-02-2022",0,10462429 "Alberta","12-02-2022",0,10462429 "Alberta","13-02-2022",0,10462429 +"Alberta","14-02-2022",0,10462429 "BC","13-12-2020",0,0 "BC","14-12-2020",3900,3900 "BC","15-12-2020",0,3900 @@ -855,6 +856,7 @@ "BC","11-02-2022",0,12207950 "BC","12-02-2022",0,12207950 "BC","13-02-2022",0,12207950 +"BC","14-02-2022",0,12207950 "Manitoba","13-12-2020",0,0 "Manitoba","14-12-2020",900,900 "Manitoba","15-12-2020",0,900 @@ -1283,6 +1285,7 @@ "Manitoba","11-02-2022",0,3701500 "Manitoba","12-02-2022",0,3701500 "Manitoba","13-02-2022",0,3701500 +"Manitoba","14-02-2022",0,3701500 "New Brunswick","13-12-2020",0,0 "New Brunswick","14-12-2020",1950,1950 "New Brunswick","15-12-2020",0,1950 @@ -1711,6 +1714,7 @@ "New Brunswick","11-02-2022",0,2137655 "New Brunswick","12-02-2022",0,2137655 "New Brunswick","13-02-2022",0,2137655 +"New Brunswick","14-02-2022",0,2137655 "NL","13-12-2020",0,0 "NL","14-12-2020",1950,1950 "NL","15-12-2020",0,1950 @@ -2139,6 +2143,7 @@ "NL","11-02-2022",0,1478704 "NL","12-02-2022",0,1478704 "NL","13-02-2022",0,1478704 +"NL","14-02-2022",0,1478704 "Nova Scotia","13-12-2020",0,0 "Nova Scotia","14-12-2020",1950,1950 "Nova Scotia","15-12-2020",0,1950 @@ -2567,6 +2572,7 @@ "Nova Scotia","11-02-2022",0,2412522 "Nova Scotia","12-02-2022",0,2412522 "Nova Scotia","13-02-2022",0,2412522 +"Nova Scotia","14-02-2022",0,2412522 "Nunavut","13-12-2020",0,0 "Nunavut","14-12-2020",0,0 "Nunavut","15-12-2020",0,0 @@ -2995,6 +3001,7 @@ "Nunavut","11-02-2022",0,102230 "Nunavut","12-02-2022",0,102230 "Nunavut","13-02-2022",0,102230 +"Nunavut","14-02-2022",0,102230 "NWT","13-12-2020",0,0 "NWT","14-12-2020",0,0 "NWT","15-12-2020",0,0 @@ -3423,6 +3430,7 @@ "NWT","11-02-2022",0,113510 "NWT","12-02-2022",0,113510 "NWT","13-02-2022",0,113510 +"NWT","14-02-2022",0,113510 "Ontario","13-12-2020",0,0 "Ontario","14-12-2020",6000,6000 "Ontario","15-12-2020",0,6000 @@ -3851,6 +3859,7 @@ "Ontario","11-02-2022",0,36045971 "Ontario","12-02-2022",0,36045971 "Ontario","13-02-2022",0,36045971 +"Ontario","14-02-2022",0,36045971 "PEI","13-12-2020",0,0 "PEI","14-12-2020",1950,1950 "PEI","15-12-2020",0,1950 @@ -4279,6 +4288,7 @@ "PEI","11-02-2022",0,424475 "PEI","12-02-2022",0,424475 "PEI","13-02-2022",0,424475 +"PEI","14-02-2022",0,424475 "Quebec","13-12-2020",0,0 "Quebec","14-12-2020",4875,4875 "Quebec","15-12-2020",0,4875 @@ -4707,6 +4717,7 @@ "Quebec","11-02-2022",-153270,22682745 "Quebec","12-02-2022",0,22682745 "Quebec","13-02-2022",0,22682745 +"Quebec","14-02-2022",0,22682745 "Saskatchewan","13-12-2020",0,0 "Saskatchewan","14-12-2020",1950,1950 "Saskatchewan","15-12-2020",0,1950 @@ -5135,6 +5146,7 @@ "Saskatchewan","11-02-2022",0,2994505 "Saskatchewan","12-02-2022",0,2994505 "Saskatchewan","13-02-2022",0,2994505 +"Saskatchewan","14-02-2022",0,2994505 "Yukon","13-12-2020",0,0 "Yukon","14-12-2020",0,0 "Yukon","15-12-2020",0,0 @@ -5563,3 +5575,4 @@ "Yukon","11-02-2022",0,100880 "Yukon","12-02-2022",0,100880 "Yukon","13-02-2022",0,100880 +"Yukon","14-02-2022",0,100880 diff --git a/update_time.txt b/update_time.txt index e88db2b6..f325d5bd 100644 --- a/update_time.txt +++ b/update_time.txt @@ -1 +1 @@ -2022-02-13 21:39 EST +2022-02-14 22:00 EST