-
Notifications
You must be signed in to change notification settings - Fork 327
/
Copy path2021-04-05-SigSci-TS.csv
We can't make this file beautiful and searchable because it's too large.
11649 lines (11649 loc) · 724 KB
/
2021-04-05-SigSci-TS.csv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
forecast_date,target,target_end_date,location,type,quantile,value
2021-04-05,1 wk ahead cum death,2021-04-10,01,point,NA,10800
2021-04-05,1 wk ahead cum death,2021-04-10,01,quantile,0.01,10637
2021-04-05,1 wk ahead cum death,2021-04-10,01,quantile,0.025,10637
2021-04-05,1 wk ahead cum death,2021-04-10,01,quantile,0.05,10637
2021-04-05,1 wk ahead cum death,2021-04-10,01,quantile,0.1,10637
2021-04-05,1 wk ahead cum death,2021-04-10,01,quantile,0.15,10665
2021-04-05,1 wk ahead cum death,2021-04-10,01,quantile,0.2,10690
2021-04-05,1 wk ahead cum death,2021-04-10,01,quantile,0.25,10712
2021-04-05,1 wk ahead cum death,2021-04-10,01,quantile,0.3,10731
2021-04-05,1 wk ahead cum death,2021-04-10,01,quantile,0.35,10749
2021-04-05,1 wk ahead cum death,2021-04-10,01,quantile,0.4,10767
2021-04-05,1 wk ahead cum death,2021-04-10,01,quantile,0.45,10783
2021-04-05,1 wk ahead cum death,2021-04-10,01,quantile,0.5,10800
2021-04-05,1 wk ahead cum death,2021-04-10,01,quantile,0.55,10816
2021-04-05,1 wk ahead cum death,2021-04-10,01,quantile,0.6,10833
2021-04-05,1 wk ahead cum death,2021-04-10,01,quantile,0.65,10850
2021-04-05,1 wk ahead cum death,2021-04-10,01,quantile,0.7,10868
2021-04-05,1 wk ahead cum death,2021-04-10,01,quantile,0.75,10888
2021-04-05,1 wk ahead cum death,2021-04-10,01,quantile,0.8,10909
2021-04-05,1 wk ahead cum death,2021-04-10,01,quantile,0.85,10935
2021-04-05,1 wk ahead cum death,2021-04-10,01,quantile,0.9,10967
2021-04-05,1 wk ahead cum death,2021-04-10,01,quantile,0.95,11014
2021-04-05,1 wk ahead cum death,2021-04-10,01,quantile,0.975,11055
2021-04-05,1 wk ahead cum death,2021-04-10,01,quantile,0.99,11103
2021-04-05,1 wk ahead inc case,2021-04-10,01,point,NA,2527
2021-04-05,1 wk ahead inc case,2021-04-10,01,quantile,0.025,0
2021-04-05,1 wk ahead inc case,2021-04-10,01,quantile,0.1,0
2021-04-05,1 wk ahead inc case,2021-04-10,01,quantile,0.25,729
2021-04-05,1 wk ahead inc case,2021-04-10,01,quantile,0.5,2527
2021-04-05,1 wk ahead inc case,2021-04-10,01,quantile,0.75,4326
2021-04-05,1 wk ahead inc case,2021-04-10,01,quantile,0.9,5945
2021-04-05,1 wk ahead inc case,2021-04-10,01,quantile,0.975,7754
2021-04-05,1 wk ahead inc death,2021-04-10,01,point,NA,163
2021-04-05,1 wk ahead inc death,2021-04-10,01,quantile,0.01,0
2021-04-05,1 wk ahead inc death,2021-04-10,01,quantile,0.025,0
2021-04-05,1 wk ahead inc death,2021-04-10,01,quantile,0.05,0
2021-04-05,1 wk ahead inc death,2021-04-10,01,quantile,0.1,0
2021-04-05,1 wk ahead inc death,2021-04-10,01,quantile,0.15,28
2021-04-05,1 wk ahead inc death,2021-04-10,01,quantile,0.2,53
2021-04-05,1 wk ahead inc death,2021-04-10,01,quantile,0.25,75
2021-04-05,1 wk ahead inc death,2021-04-10,01,quantile,0.3,94
2021-04-05,1 wk ahead inc death,2021-04-10,01,quantile,0.35,112
2021-04-05,1 wk ahead inc death,2021-04-10,01,quantile,0.4,130
2021-04-05,1 wk ahead inc death,2021-04-10,01,quantile,0.45,146
2021-04-05,1 wk ahead inc death,2021-04-10,01,quantile,0.5,163
2021-04-05,1 wk ahead inc death,2021-04-10,01,quantile,0.55,179
2021-04-05,1 wk ahead inc death,2021-04-10,01,quantile,0.6,196
2021-04-05,1 wk ahead inc death,2021-04-10,01,quantile,0.65,213
2021-04-05,1 wk ahead inc death,2021-04-10,01,quantile,0.7,231
2021-04-05,1 wk ahead inc death,2021-04-10,01,quantile,0.75,251
2021-04-05,1 wk ahead inc death,2021-04-10,01,quantile,0.8,272
2021-04-05,1 wk ahead inc death,2021-04-10,01,quantile,0.85,298
2021-04-05,1 wk ahead inc death,2021-04-10,01,quantile,0.9,330
2021-04-05,1 wk ahead inc death,2021-04-10,01,quantile,0.95,377
2021-04-05,1 wk ahead inc death,2021-04-10,01,quantile,0.975,418
2021-04-05,1 wk ahead inc death,2021-04-10,01,quantile,0.99,466
2021-04-05,2 wk ahead cum death,2021-04-17,01,point,NA,10855
2021-04-05,2 wk ahead cum death,2021-04-17,01,quantile,0.01,10637
2021-04-05,2 wk ahead cum death,2021-04-17,01,quantile,0.025,10637
2021-04-05,2 wk ahead cum death,2021-04-17,01,quantile,0.05,10637
2021-04-05,2 wk ahead cum death,2021-04-17,01,quantile,0.1,10637
2021-04-05,2 wk ahead cum death,2021-04-17,01,quantile,0.15,10637
2021-04-05,2 wk ahead cum death,2021-04-17,01,quantile,0.2,10637
2021-04-05,2 wk ahead cum death,2021-04-17,01,quantile,0.25,10679
2021-04-05,2 wk ahead cum death,2021-04-17,01,quantile,0.3,10718
2021-04-05,2 wk ahead cum death,2021-04-17,01,quantile,0.35,10754
2021-04-05,2 wk ahead cum death,2021-04-17,01,quantile,0.4,10789
2021-04-05,2 wk ahead cum death,2021-04-17,01,quantile,0.45,10822
2021-04-05,2 wk ahead cum death,2021-04-17,01,quantile,0.5,10855
2021-04-05,2 wk ahead cum death,2021-04-17,01,quantile,0.55,10888
2021-04-05,2 wk ahead cum death,2021-04-17,01,quantile,0.6,10921
2021-04-05,2 wk ahead cum death,2021-04-17,01,quantile,0.65,10956
2021-04-05,2 wk ahead cum death,2021-04-17,01,quantile,0.7,10992
2021-04-05,2 wk ahead cum death,2021-04-17,01,quantile,0.75,11031
2021-04-05,2 wk ahead cum death,2021-04-17,01,quantile,0.8,11075
2021-04-05,2 wk ahead cum death,2021-04-17,01,quantile,0.85,11126
2021-04-05,2 wk ahead cum death,2021-04-17,01,quantile,0.9,11190
2021-04-05,2 wk ahead cum death,2021-04-17,01,quantile,0.95,11285
2021-04-05,2 wk ahead cum death,2021-04-17,01,quantile,0.975,11367
2021-04-05,2 wk ahead cum death,2021-04-17,01,quantile,0.99,11463
2021-04-05,2 wk ahead inc case,2021-04-17,01,point,NA,2527
2021-04-05,2 wk ahead inc case,2021-04-17,01,quantile,0.025,0
2021-04-05,2 wk ahead inc case,2021-04-17,01,quantile,0.1,0
2021-04-05,2 wk ahead inc case,2021-04-17,01,quantile,0.25,0
2021-04-05,2 wk ahead inc case,2021-04-17,01,quantile,0.5,2527
2021-04-05,2 wk ahead inc case,2021-04-17,01,quantile,0.75,5116
2021-04-05,2 wk ahead inc case,2021-04-17,01,quantile,0.9,7446
2021-04-05,2 wk ahead inc case,2021-04-17,01,quantile,0.975,10050
2021-04-05,2 wk ahead inc death,2021-04-17,01,point,NA,55
2021-04-05,2 wk ahead inc death,2021-04-17,01,quantile,0.01,0
2021-04-05,2 wk ahead inc death,2021-04-17,01,quantile,0.025,0
2021-04-05,2 wk ahead inc death,2021-04-17,01,quantile,0.05,0
2021-04-05,2 wk ahead inc death,2021-04-17,01,quantile,0.1,0
2021-04-05,2 wk ahead inc death,2021-04-17,01,quantile,0.15,0
2021-04-05,2 wk ahead inc death,2021-04-17,01,quantile,0.2,0
2021-04-05,2 wk ahead inc death,2021-04-17,01,quantile,0.25,0
2021-04-05,2 wk ahead inc death,2021-04-17,01,quantile,0.3,0
2021-04-05,2 wk ahead inc death,2021-04-17,01,quantile,0.35,5
2021-04-05,2 wk ahead inc death,2021-04-17,01,quantile,0.4,22
2021-04-05,2 wk ahead inc death,2021-04-17,01,quantile,0.45,39
2021-04-05,2 wk ahead inc death,2021-04-17,01,quantile,0.5,55
2021-04-05,2 wk ahead inc death,2021-04-17,01,quantile,0.55,72
2021-04-05,2 wk ahead inc death,2021-04-17,01,quantile,0.6,89
2021-04-05,2 wk ahead inc death,2021-04-17,01,quantile,0.65,106
2021-04-05,2 wk ahead inc death,2021-04-17,01,quantile,0.7,124
2021-04-05,2 wk ahead inc death,2021-04-17,01,quantile,0.75,144
2021-04-05,2 wk ahead inc death,2021-04-17,01,quantile,0.8,166
2021-04-05,2 wk ahead inc death,2021-04-17,01,quantile,0.85,191
2021-04-05,2 wk ahead inc death,2021-04-17,01,quantile,0.9,223
2021-04-05,2 wk ahead inc death,2021-04-17,01,quantile,0.95,271
2021-04-05,2 wk ahead inc death,2021-04-17,01,quantile,0.975,312
2021-04-05,2 wk ahead inc death,2021-04-17,01,quantile,0.99,360
2021-04-05,3 wk ahead cum death,2021-04-24,01,point,NA,10901
2021-04-05,3 wk ahead cum death,2021-04-24,01,quantile,0.01,10637
2021-04-05,3 wk ahead cum death,2021-04-24,01,quantile,0.025,10637
2021-04-05,3 wk ahead cum death,2021-04-24,01,quantile,0.05,10637
2021-04-05,3 wk ahead cum death,2021-04-24,01,quantile,0.1,10637
2021-04-05,3 wk ahead cum death,2021-04-24,01,quantile,0.15,10637
2021-04-05,3 wk ahead cum death,2021-04-24,01,quantile,0.2,10637
2021-04-05,3 wk ahead cum death,2021-04-24,01,quantile,0.25,10637
2021-04-05,3 wk ahead cum death,2021-04-24,01,quantile,0.3,10695
2021-04-05,3 wk ahead cum death,2021-04-24,01,quantile,0.35,10749
2021-04-05,3 wk ahead cum death,2021-04-24,01,quantile,0.4,10801
2021-04-05,3 wk ahead cum death,2021-04-24,01,quantile,0.45,10851
2021-04-05,3 wk ahead cum death,2021-04-24,01,quantile,0.5,10901
2021-04-05,3 wk ahead cum death,2021-04-24,01,quantile,0.55,10950
2021-04-05,3 wk ahead cum death,2021-04-24,01,quantile,0.6,11000
2021-04-05,3 wk ahead cum death,2021-04-24,01,quantile,0.65,11052
2021-04-05,3 wk ahead cum death,2021-04-24,01,quantile,0.7,11107
2021-04-05,3 wk ahead cum death,2021-04-24,01,quantile,0.75,11165
2021-04-05,3 wk ahead cum death,2021-04-24,01,quantile,0.8,11231
2021-04-05,3 wk ahead cum death,2021-04-24,01,quantile,0.85,11308
2021-04-05,3 wk ahead cum death,2021-04-24,01,quantile,0.9,11404
2021-04-05,3 wk ahead cum death,2021-04-24,01,quantile,0.95,11547
2021-04-05,3 wk ahead cum death,2021-04-24,01,quantile,0.975,11670
2021-04-05,3 wk ahead cum death,2021-04-24,01,quantile,0.99,11814
2021-04-05,3 wk ahead inc case,2021-04-24,01,point,NA,2527
2021-04-05,3 wk ahead inc case,2021-04-24,01,quantile,0.025,0
2021-04-05,3 wk ahead inc case,2021-04-24,01,quantile,0.1,0
2021-04-05,3 wk ahead inc case,2021-04-24,01,quantile,0.25,0
2021-04-05,3 wk ahead inc case,2021-04-24,01,quantile,0.5,2527
2021-04-05,3 wk ahead inc case,2021-04-24,01,quantile,0.75,5717
2021-04-05,3 wk ahead inc case,2021-04-24,01,quantile,0.9,8589
2021-04-05,3 wk ahead inc case,2021-04-24,01,quantile,0.975,11798
2021-04-05,3 wk ahead inc death,2021-04-24,01,point,NA,46
2021-04-05,3 wk ahead inc death,2021-04-24,01,quantile,0.01,0
2021-04-05,3 wk ahead inc death,2021-04-24,01,quantile,0.025,0
2021-04-05,3 wk ahead inc death,2021-04-24,01,quantile,0.05,0
2021-04-05,3 wk ahead inc death,2021-04-24,01,quantile,0.1,0
2021-04-05,3 wk ahead inc death,2021-04-24,01,quantile,0.15,0
2021-04-05,3 wk ahead inc death,2021-04-24,01,quantile,0.2,0
2021-04-05,3 wk ahead inc death,2021-04-24,01,quantile,0.25,0
2021-04-05,3 wk ahead inc death,2021-04-24,01,quantile,0.3,0
2021-04-05,3 wk ahead inc death,2021-04-24,01,quantile,0.35,0
2021-04-05,3 wk ahead inc death,2021-04-24,01,quantile,0.4,12
2021-04-05,3 wk ahead inc death,2021-04-24,01,quantile,0.45,29
2021-04-05,3 wk ahead inc death,2021-04-24,01,quantile,0.5,46
2021-04-05,3 wk ahead inc death,2021-04-24,01,quantile,0.55,62
2021-04-05,3 wk ahead inc death,2021-04-24,01,quantile,0.6,79
2021-04-05,3 wk ahead inc death,2021-04-24,01,quantile,0.65,96
2021-04-05,3 wk ahead inc death,2021-04-24,01,quantile,0.7,114
2021-04-05,3 wk ahead inc death,2021-04-24,01,quantile,0.75,134
2021-04-05,3 wk ahead inc death,2021-04-24,01,quantile,0.8,156
2021-04-05,3 wk ahead inc death,2021-04-24,01,quantile,0.85,182
2021-04-05,3 wk ahead inc death,2021-04-24,01,quantile,0.9,214
2021-04-05,3 wk ahead inc death,2021-04-24,01,quantile,0.95,261
2021-04-05,3 wk ahead inc death,2021-04-24,01,quantile,0.975,303
2021-04-05,3 wk ahead inc death,2021-04-24,01,quantile,0.99,351
2021-04-05,4 wk ahead cum death,2021-05-01,01,point,NA,10946
2021-04-05,4 wk ahead cum death,2021-05-01,01,quantile,0.01,10637
2021-04-05,4 wk ahead cum death,2021-05-01,01,quantile,0.025,10637
2021-04-05,4 wk ahead cum death,2021-05-01,01,quantile,0.05,10637
2021-04-05,4 wk ahead cum death,2021-05-01,01,quantile,0.1,10637
2021-04-05,4 wk ahead cum death,2021-05-01,01,quantile,0.15,10637
2021-04-05,4 wk ahead cum death,2021-05-01,01,quantile,0.2,10637
2021-04-05,4 wk ahead cum death,2021-05-01,01,quantile,0.25,10637
2021-04-05,4 wk ahead cum death,2021-05-01,01,quantile,0.3,10671
2021-04-05,4 wk ahead cum death,2021-05-01,01,quantile,0.35,10744
2021-04-05,4 wk ahead cum death,2021-05-01,01,quantile,0.4,10813
2021-04-05,4 wk ahead cum death,2021-05-01,01,quantile,0.45,10880
2021-04-05,4 wk ahead cum death,2021-05-01,01,quantile,0.5,10946
2021-04-05,4 wk ahead cum death,2021-05-01,01,quantile,0.55,11012
2021-04-05,4 wk ahead cum death,2021-05-01,01,quantile,0.6,11079
2021-04-05,4 wk ahead cum death,2021-05-01,01,quantile,0.65,11148
2021-04-05,4 wk ahead cum death,2021-05-01,01,quantile,0.7,11221
2021-04-05,4 wk ahead cum death,2021-05-01,01,quantile,0.75,11299
2021-04-05,4 wk ahead cum death,2021-05-01,01,quantile,0.8,11387
2021-04-05,4 wk ahead cum death,2021-05-01,01,quantile,0.85,11489
2021-04-05,4 wk ahead cum death,2021-05-01,01,quantile,0.9,11617
2021-04-05,4 wk ahead cum death,2021-05-01,01,quantile,0.95,11808
2021-04-05,4 wk ahead cum death,2021-05-01,01,quantile,0.975,11973
2021-04-05,4 wk ahead cum death,2021-05-01,01,quantile,0.99,12165
2021-04-05,4 wk ahead inc case,2021-05-01,01,point,NA,2527
2021-04-05,4 wk ahead inc case,2021-05-01,01,quantile,0.025,0
2021-04-05,4 wk ahead inc case,2021-05-01,01,quantile,0.1,0
2021-04-05,4 wk ahead inc case,2021-05-01,01,quantile,0.25,0
2021-04-05,4 wk ahead inc case,2021-05-01,01,quantile,0.5,2527
2021-04-05,4 wk ahead inc case,2021-05-01,01,quantile,0.75,6222
2021-04-05,4 wk ahead inc case,2021-05-01,01,quantile,0.9,9548
2021-04-05,4 wk ahead inc case,2021-05-01,01,quantile,0.975,13265
2021-04-05,4 wk ahead inc death,2021-05-01,01,point,NA,45
2021-04-05,4 wk ahead inc death,2021-05-01,01,quantile,0.01,0
2021-04-05,4 wk ahead inc death,2021-05-01,01,quantile,0.025,0
2021-04-05,4 wk ahead inc death,2021-05-01,01,quantile,0.05,0
2021-04-05,4 wk ahead inc death,2021-05-01,01,quantile,0.1,0
2021-04-05,4 wk ahead inc death,2021-05-01,01,quantile,0.15,0
2021-04-05,4 wk ahead inc death,2021-05-01,01,quantile,0.2,0
2021-04-05,4 wk ahead inc death,2021-05-01,01,quantile,0.25,0
2021-04-05,4 wk ahead inc death,2021-05-01,01,quantile,0.3,0
2021-04-05,4 wk ahead inc death,2021-05-01,01,quantile,0.35,0
2021-04-05,4 wk ahead inc death,2021-05-01,01,quantile,0.4,12
2021-04-05,4 wk ahead inc death,2021-05-01,01,quantile,0.45,29
2021-04-05,4 wk ahead inc death,2021-05-01,01,quantile,0.5,45
2021-04-05,4 wk ahead inc death,2021-05-01,01,quantile,0.55,62
2021-04-05,4 wk ahead inc death,2021-05-01,01,quantile,0.6,78
2021-04-05,4 wk ahead inc death,2021-05-01,01,quantile,0.65,96
2021-04-05,4 wk ahead inc death,2021-05-01,01,quantile,0.7,114
2021-04-05,4 wk ahead inc death,2021-05-01,01,quantile,0.75,134
2021-04-05,4 wk ahead inc death,2021-05-01,01,quantile,0.8,156
2021-04-05,4 wk ahead inc death,2021-05-01,01,quantile,0.85,181
2021-04-05,4 wk ahead inc death,2021-05-01,01,quantile,0.9,213
2021-04-05,4 wk ahead inc death,2021-05-01,01,quantile,0.95,261
2021-04-05,4 wk ahead inc death,2021-05-01,01,quantile,0.975,302
2021-04-05,4 wk ahead inc death,2021-05-01,01,quantile,0.99,351
2021-04-05,1 wk ahead cum death,2021-04-10,02,point,NA,318
2021-04-05,1 wk ahead cum death,2021-04-10,02,quantile,0.01,313
2021-04-05,1 wk ahead cum death,2021-04-10,02,quantile,0.025,313
2021-04-05,1 wk ahead cum death,2021-04-10,02,quantile,0.05,313
2021-04-05,1 wk ahead cum death,2021-04-10,02,quantile,0.1,313
2021-04-05,1 wk ahead cum death,2021-04-10,02,quantile,0.15,313
2021-04-05,1 wk ahead cum death,2021-04-10,02,quantile,0.2,313
2021-04-05,1 wk ahead cum death,2021-04-10,02,quantile,0.25,314
2021-04-05,1 wk ahead cum death,2021-04-10,02,quantile,0.3,315
2021-04-05,1 wk ahead cum death,2021-04-10,02,quantile,0.35,316
2021-04-05,1 wk ahead cum death,2021-04-10,02,quantile,0.4,317
2021-04-05,1 wk ahead cum death,2021-04-10,02,quantile,0.45,317
2021-04-05,1 wk ahead cum death,2021-04-10,02,quantile,0.5,318
2021-04-05,1 wk ahead cum death,2021-04-10,02,quantile,0.55,319
2021-04-05,1 wk ahead cum death,2021-04-10,02,quantile,0.6,319
2021-04-05,1 wk ahead cum death,2021-04-10,02,quantile,0.65,320
2021-04-05,1 wk ahead cum death,2021-04-10,02,quantile,0.7,321
2021-04-05,1 wk ahead cum death,2021-04-10,02,quantile,0.75,321
2021-04-05,1 wk ahead cum death,2021-04-10,02,quantile,0.8,322
2021-04-05,1 wk ahead cum death,2021-04-10,02,quantile,0.85,323
2021-04-05,1 wk ahead cum death,2021-04-10,02,quantile,0.9,325
2021-04-05,1 wk ahead cum death,2021-04-10,02,quantile,0.95,327
2021-04-05,1 wk ahead cum death,2021-04-10,02,quantile,0.975,328
2021-04-05,1 wk ahead cum death,2021-04-10,02,quantile,0.99,330
2021-04-05,1 wk ahead inc case,2021-04-10,02,point,NA,1281
2021-04-05,1 wk ahead inc case,2021-04-10,02,quantile,0.025,598
2021-04-05,1 wk ahead inc case,2021-04-10,02,quantile,0.1,834
2021-04-05,1 wk ahead inc case,2021-04-10,02,quantile,0.25,1046
2021-04-05,1 wk ahead inc case,2021-04-10,02,quantile,0.5,1281
2021-04-05,1 wk ahead inc case,2021-04-10,02,quantile,0.75,1516
2021-04-05,1 wk ahead inc case,2021-04-10,02,quantile,0.9,1728
2021-04-05,1 wk ahead inc case,2021-04-10,02,quantile,0.975,1964
2021-04-05,1 wk ahead inc death,2021-04-10,02,point,NA,5
2021-04-05,1 wk ahead inc death,2021-04-10,02,quantile,0.01,0
2021-04-05,1 wk ahead inc death,2021-04-10,02,quantile,0.025,0
2021-04-05,1 wk ahead inc death,2021-04-10,02,quantile,0.05,0
2021-04-05,1 wk ahead inc death,2021-04-10,02,quantile,0.1,0
2021-04-05,1 wk ahead inc death,2021-04-10,02,quantile,0.15,0
2021-04-05,1 wk ahead inc death,2021-04-10,02,quantile,0.2,0
2021-04-05,1 wk ahead inc death,2021-04-10,02,quantile,0.25,1
2021-04-05,1 wk ahead inc death,2021-04-10,02,quantile,0.3,2
2021-04-05,1 wk ahead inc death,2021-04-10,02,quantile,0.35,3
2021-04-05,1 wk ahead inc death,2021-04-10,02,quantile,0.4,4
2021-04-05,1 wk ahead inc death,2021-04-10,02,quantile,0.45,4
2021-04-05,1 wk ahead inc death,2021-04-10,02,quantile,0.5,5
2021-04-05,1 wk ahead inc death,2021-04-10,02,quantile,0.55,6
2021-04-05,1 wk ahead inc death,2021-04-10,02,quantile,0.6,6
2021-04-05,1 wk ahead inc death,2021-04-10,02,quantile,0.65,7
2021-04-05,1 wk ahead inc death,2021-04-10,02,quantile,0.7,8
2021-04-05,1 wk ahead inc death,2021-04-10,02,quantile,0.75,8
2021-04-05,1 wk ahead inc death,2021-04-10,02,quantile,0.8,9
2021-04-05,1 wk ahead inc death,2021-04-10,02,quantile,0.85,10
2021-04-05,1 wk ahead inc death,2021-04-10,02,quantile,0.9,12
2021-04-05,1 wk ahead inc death,2021-04-10,02,quantile,0.95,14
2021-04-05,1 wk ahead inc death,2021-04-10,02,quantile,0.975,15
2021-04-05,1 wk ahead inc death,2021-04-10,02,quantile,0.99,17
2021-04-05,2 wk ahead cum death,2021-04-17,02,point,NA,324
2021-04-05,2 wk ahead cum death,2021-04-17,02,quantile,0.01,313
2021-04-05,2 wk ahead cum death,2021-04-17,02,quantile,0.025,313
2021-04-05,2 wk ahead cum death,2021-04-17,02,quantile,0.05,313
2021-04-05,2 wk ahead cum death,2021-04-17,02,quantile,0.1,313
2021-04-05,2 wk ahead cum death,2021-04-17,02,quantile,0.15,313
2021-04-05,2 wk ahead cum death,2021-04-17,02,quantile,0.2,315
2021-04-05,2 wk ahead cum death,2021-04-17,02,quantile,0.25,317
2021-04-05,2 wk ahead cum death,2021-04-17,02,quantile,0.3,318
2021-04-05,2 wk ahead cum death,2021-04-17,02,quantile,0.35,320
2021-04-05,2 wk ahead cum death,2021-04-17,02,quantile,0.4,321
2021-04-05,2 wk ahead cum death,2021-04-17,02,quantile,0.45,322
2021-04-05,2 wk ahead cum death,2021-04-17,02,quantile,0.5,324
2021-04-05,2 wk ahead cum death,2021-04-17,02,quantile,0.55,325
2021-04-05,2 wk ahead cum death,2021-04-17,02,quantile,0.6,326
2021-04-05,2 wk ahead cum death,2021-04-17,02,quantile,0.65,328
2021-04-05,2 wk ahead cum death,2021-04-17,02,quantile,0.7,329
2021-04-05,2 wk ahead cum death,2021-04-17,02,quantile,0.75,331
2021-04-05,2 wk ahead cum death,2021-04-17,02,quantile,0.8,332
2021-04-05,2 wk ahead cum death,2021-04-17,02,quantile,0.85,335
2021-04-05,2 wk ahead cum death,2021-04-17,02,quantile,0.9,337
2021-04-05,2 wk ahead cum death,2021-04-17,02,quantile,0.95,341
2021-04-05,2 wk ahead cum death,2021-04-17,02,quantile,0.975,344
2021-04-05,2 wk ahead cum death,2021-04-17,02,quantile,0.99,348
2021-04-05,2 wk ahead inc case,2021-04-17,02,point,NA,1294
2021-04-05,2 wk ahead inc case,2021-04-17,02,quantile,0.025,169
2021-04-05,2 wk ahead inc case,2021-04-17,02,quantile,0.1,559
2021-04-05,2 wk ahead inc case,2021-04-17,02,quantile,0.25,907
2021-04-05,2 wk ahead inc case,2021-04-17,02,quantile,0.5,1294
2021-04-05,2 wk ahead inc case,2021-04-17,02,quantile,0.75,1682
2021-04-05,2 wk ahead inc case,2021-04-17,02,quantile,0.9,2030
2021-04-05,2 wk ahead inc case,2021-04-17,02,quantile,0.975,2420
2021-04-05,2 wk ahead inc death,2021-04-17,02,point,NA,6
2021-04-05,2 wk ahead inc death,2021-04-17,02,quantile,0.01,0
2021-04-05,2 wk ahead inc death,2021-04-17,02,quantile,0.025,0
2021-04-05,2 wk ahead inc death,2021-04-17,02,quantile,0.05,0
2021-04-05,2 wk ahead inc death,2021-04-17,02,quantile,0.1,0
2021-04-05,2 wk ahead inc death,2021-04-17,02,quantile,0.15,0
2021-04-05,2 wk ahead inc death,2021-04-17,02,quantile,0.2,1
2021-04-05,2 wk ahead inc death,2021-04-17,02,quantile,0.25,2
2021-04-05,2 wk ahead inc death,2021-04-17,02,quantile,0.3,3
2021-04-05,2 wk ahead inc death,2021-04-17,02,quantile,0.35,4
2021-04-05,2 wk ahead inc death,2021-04-17,02,quantile,0.4,4
2021-04-05,2 wk ahead inc death,2021-04-17,02,quantile,0.45,5
2021-04-05,2 wk ahead inc death,2021-04-17,02,quantile,0.5,6
2021-04-05,2 wk ahead inc death,2021-04-17,02,quantile,0.55,6
2021-04-05,2 wk ahead inc death,2021-04-17,02,quantile,0.6,7
2021-04-05,2 wk ahead inc death,2021-04-17,02,quantile,0.65,8
2021-04-05,2 wk ahead inc death,2021-04-17,02,quantile,0.7,8
2021-04-05,2 wk ahead inc death,2021-04-17,02,quantile,0.75,9
2021-04-05,2 wk ahead inc death,2021-04-17,02,quantile,0.8,10
2021-04-05,2 wk ahead inc death,2021-04-17,02,quantile,0.85,11
2021-04-05,2 wk ahead inc death,2021-04-17,02,quantile,0.9,12
2021-04-05,2 wk ahead inc death,2021-04-17,02,quantile,0.95,14
2021-04-05,2 wk ahead inc death,2021-04-17,02,quantile,0.975,16
2021-04-05,2 wk ahead inc death,2021-04-17,02,quantile,0.99,18
2021-04-05,3 wk ahead cum death,2021-04-24,02,point,NA,330
2021-04-05,3 wk ahead cum death,2021-04-24,02,quantile,0.01,313
2021-04-05,3 wk ahead cum death,2021-04-24,02,quantile,0.025,313
2021-04-05,3 wk ahead cum death,2021-04-24,02,quantile,0.05,313
2021-04-05,3 wk ahead cum death,2021-04-24,02,quantile,0.1,313
2021-04-05,3 wk ahead cum death,2021-04-24,02,quantile,0.15,314
2021-04-05,3 wk ahead cum death,2021-04-24,02,quantile,0.2,317
2021-04-05,3 wk ahead cum death,2021-04-24,02,quantile,0.25,319
2021-04-05,3 wk ahead cum death,2021-04-24,02,quantile,0.3,322
2021-04-05,3 wk ahead cum death,2021-04-24,02,quantile,0.35,324
2021-04-05,3 wk ahead cum death,2021-04-24,02,quantile,0.4,326
2021-04-05,3 wk ahead cum death,2021-04-24,02,quantile,0.45,328
2021-04-05,3 wk ahead cum death,2021-04-24,02,quantile,0.5,330
2021-04-05,3 wk ahead cum death,2021-04-24,02,quantile,0.55,332
2021-04-05,3 wk ahead cum death,2021-04-24,02,quantile,0.6,334
2021-04-05,3 wk ahead cum death,2021-04-24,02,quantile,0.65,336
2021-04-05,3 wk ahead cum death,2021-04-24,02,quantile,0.7,338
2021-04-05,3 wk ahead cum death,2021-04-24,02,quantile,0.75,341
2021-04-05,3 wk ahead cum death,2021-04-24,02,quantile,0.8,343
2021-04-05,3 wk ahead cum death,2021-04-24,02,quantile,0.85,346
2021-04-05,3 wk ahead cum death,2021-04-24,02,quantile,0.9,350
2021-04-05,3 wk ahead cum death,2021-04-24,02,quantile,0.95,356
2021-04-05,3 wk ahead cum death,2021-04-24,02,quantile,0.975,361
2021-04-05,3 wk ahead cum death,2021-04-24,02,quantile,0.99,367
2021-04-05,3 wk ahead inc case,2021-04-24,02,point,NA,1299
2021-04-05,3 wk ahead inc case,2021-04-24,02,quantile,0.025,0
2021-04-05,3 wk ahead inc case,2021-04-24,02,quantile,0.1,332
2021-04-05,3 wk ahead inc case,2021-04-24,02,quantile,0.25,790
2021-04-05,3 wk ahead inc case,2021-04-24,02,quantile,0.5,1299
2021-04-05,3 wk ahead inc case,2021-04-24,02,quantile,0.75,1807
2021-04-05,3 wk ahead inc case,2021-04-24,02,quantile,0.9,2265
2021-04-05,3 wk ahead inc case,2021-04-24,02,quantile,0.975,2777
2021-04-05,3 wk ahead inc death,2021-04-24,02,point,NA,6
2021-04-05,3 wk ahead inc death,2021-04-24,02,quantile,0.01,0
2021-04-05,3 wk ahead inc death,2021-04-24,02,quantile,0.025,0
2021-04-05,3 wk ahead inc death,2021-04-24,02,quantile,0.05,0
2021-04-05,3 wk ahead inc death,2021-04-24,02,quantile,0.1,0
2021-04-05,3 wk ahead inc death,2021-04-24,02,quantile,0.15,1
2021-04-05,3 wk ahead inc death,2021-04-24,02,quantile,0.2,2
2021-04-05,3 wk ahead inc death,2021-04-24,02,quantile,0.25,3
2021-04-05,3 wk ahead inc death,2021-04-24,02,quantile,0.3,4
2021-04-05,3 wk ahead inc death,2021-04-24,02,quantile,0.35,4
2021-04-05,3 wk ahead inc death,2021-04-24,02,quantile,0.4,5
2021-04-05,3 wk ahead inc death,2021-04-24,02,quantile,0.45,6
2021-04-05,3 wk ahead inc death,2021-04-24,02,quantile,0.5,6
2021-04-05,3 wk ahead inc death,2021-04-24,02,quantile,0.55,7
2021-04-05,3 wk ahead inc death,2021-04-24,02,quantile,0.6,8
2021-04-05,3 wk ahead inc death,2021-04-24,02,quantile,0.65,8
2021-04-05,3 wk ahead inc death,2021-04-24,02,quantile,0.7,9
2021-04-05,3 wk ahead inc death,2021-04-24,02,quantile,0.75,10
2021-04-05,3 wk ahead inc death,2021-04-24,02,quantile,0.8,11
2021-04-05,3 wk ahead inc death,2021-04-24,02,quantile,0.85,12
2021-04-05,3 wk ahead inc death,2021-04-24,02,quantile,0.9,13
2021-04-05,3 wk ahead inc death,2021-04-24,02,quantile,0.95,15
2021-04-05,3 wk ahead inc death,2021-04-24,02,quantile,0.975,17
2021-04-05,3 wk ahead inc death,2021-04-24,02,quantile,0.99,19
2021-04-05,4 wk ahead cum death,2021-05-01,02,point,NA,336
2021-04-05,4 wk ahead cum death,2021-05-01,02,quantile,0.01,313
2021-04-05,4 wk ahead cum death,2021-05-01,02,quantile,0.025,313
2021-04-05,4 wk ahead cum death,2021-05-01,02,quantile,0.05,313
2021-04-05,4 wk ahead cum death,2021-05-01,02,quantile,0.1,313
2021-04-05,4 wk ahead cum death,2021-05-01,02,quantile,0.15,315
2021-04-05,4 wk ahead cum death,2021-05-01,02,quantile,0.2,319
2021-04-05,4 wk ahead cum death,2021-05-01,02,quantile,0.25,322
2021-04-05,4 wk ahead cum death,2021-05-01,02,quantile,0.3,325
2021-04-05,4 wk ahead cum death,2021-05-01,02,quantile,0.35,328
2021-04-05,4 wk ahead cum death,2021-05-01,02,quantile,0.4,331
2021-04-05,4 wk ahead cum death,2021-05-01,02,quantile,0.45,334
2021-04-05,4 wk ahead cum death,2021-05-01,02,quantile,0.5,336
2021-04-05,4 wk ahead cum death,2021-05-01,02,quantile,0.55,339
2021-04-05,4 wk ahead cum death,2021-05-01,02,quantile,0.6,342
2021-04-05,4 wk ahead cum death,2021-05-01,02,quantile,0.65,344
2021-04-05,4 wk ahead cum death,2021-05-01,02,quantile,0.7,347
2021-04-05,4 wk ahead cum death,2021-05-01,02,quantile,0.75,351
2021-04-05,4 wk ahead cum death,2021-05-01,02,quantile,0.8,354
2021-04-05,4 wk ahead cum death,2021-05-01,02,quantile,0.85,358
2021-04-05,4 wk ahead cum death,2021-05-01,02,quantile,0.9,363
2021-04-05,4 wk ahead cum death,2021-05-01,02,quantile,0.95,371
2021-04-05,4 wk ahead cum death,2021-05-01,02,quantile,0.975,378
2021-04-05,4 wk ahead cum death,2021-05-01,02,quantile,0.99,385
2021-04-05,4 wk ahead inc case,2021-05-01,02,point,NA,1300
2021-04-05,4 wk ahead inc case,2021-05-01,02,quantile,0.025,0
2021-04-05,4 wk ahead inc case,2021-05-01,02,quantile,0.1,141
2021-04-05,4 wk ahead inc case,2021-05-01,02,quantile,0.25,690
2021-04-05,4 wk ahead inc case,2021-05-01,02,quantile,0.5,1300
2021-04-05,4 wk ahead inc case,2021-05-01,02,quantile,0.75,1910
2021-04-05,4 wk ahead inc case,2021-05-01,02,quantile,0.9,2459
2021-04-05,4 wk ahead inc case,2021-05-01,02,quantile,0.975,3073
2021-04-05,4 wk ahead inc death,2021-05-01,02,point,NA,6
2021-04-05,4 wk ahead inc death,2021-05-01,02,quantile,0.01,0
2021-04-05,4 wk ahead inc death,2021-05-01,02,quantile,0.025,0
2021-04-05,4 wk ahead inc death,2021-05-01,02,quantile,0.05,0
2021-04-05,4 wk ahead inc death,2021-05-01,02,quantile,0.1,0
2021-04-05,4 wk ahead inc death,2021-05-01,02,quantile,0.15,1
2021-04-05,4 wk ahead inc death,2021-05-01,02,quantile,0.2,2
2021-04-05,4 wk ahead inc death,2021-05-01,02,quantile,0.25,3
2021-04-05,4 wk ahead inc death,2021-05-01,02,quantile,0.3,4
2021-04-05,4 wk ahead inc death,2021-05-01,02,quantile,0.35,4
2021-04-05,4 wk ahead inc death,2021-05-01,02,quantile,0.4,5
2021-04-05,4 wk ahead inc death,2021-05-01,02,quantile,0.45,6
2021-04-05,4 wk ahead inc death,2021-05-01,02,quantile,0.5,6
2021-04-05,4 wk ahead inc death,2021-05-01,02,quantile,0.55,7
2021-04-05,4 wk ahead inc death,2021-05-01,02,quantile,0.6,8
2021-04-05,4 wk ahead inc death,2021-05-01,02,quantile,0.65,9
2021-04-05,4 wk ahead inc death,2021-05-01,02,quantile,0.7,9
2021-04-05,4 wk ahead inc death,2021-05-01,02,quantile,0.75,10
2021-04-05,4 wk ahead inc death,2021-05-01,02,quantile,0.8,11
2021-04-05,4 wk ahead inc death,2021-05-01,02,quantile,0.85,12
2021-04-05,4 wk ahead inc death,2021-05-01,02,quantile,0.9,13
2021-04-05,4 wk ahead inc death,2021-05-01,02,quantile,0.95,15
2021-04-05,4 wk ahead inc death,2021-05-01,02,quantile,0.975,17
2021-04-05,4 wk ahead inc death,2021-05-01,02,quantile,0.99,19
2021-04-05,1 wk ahead cum death,2021-04-10,04,point,NA,17116
2021-04-05,1 wk ahead cum death,2021-04-10,04,quantile,0.01,16991
2021-04-05,1 wk ahead cum death,2021-04-10,04,quantile,0.025,16991
2021-04-05,1 wk ahead cum death,2021-04-10,04,quantile,0.05,16991
2021-04-05,1 wk ahead cum death,2021-04-10,04,quantile,0.1,16991
2021-04-05,1 wk ahead cum death,2021-04-10,04,quantile,0.15,17012
2021-04-05,1 wk ahead cum death,2021-04-10,04,quantile,0.2,17032
2021-04-05,1 wk ahead cum death,2021-04-10,04,quantile,0.25,17048
2021-04-05,1 wk ahead cum death,2021-04-10,04,quantile,0.3,17063
2021-04-05,1 wk ahead cum death,2021-04-10,04,quantile,0.35,17077
2021-04-05,1 wk ahead cum death,2021-04-10,04,quantile,0.4,17091
2021-04-05,1 wk ahead cum death,2021-04-10,04,quantile,0.45,17104
2021-04-05,1 wk ahead cum death,2021-04-10,04,quantile,0.5,17116
2021-04-05,1 wk ahead cum death,2021-04-10,04,quantile,0.55,17129
2021-04-05,1 wk ahead cum death,2021-04-10,04,quantile,0.6,17142
2021-04-05,1 wk ahead cum death,2021-04-10,04,quantile,0.65,17155
2021-04-05,1 wk ahead cum death,2021-04-10,04,quantile,0.7,17169
2021-04-05,1 wk ahead cum death,2021-04-10,04,quantile,0.75,17184
2021-04-05,1 wk ahead cum death,2021-04-10,04,quantile,0.8,17201
2021-04-05,1 wk ahead cum death,2021-04-10,04,quantile,0.85,17220
2021-04-05,1 wk ahead cum death,2021-04-10,04,quantile,0.9,17245
2021-04-05,1 wk ahead cum death,2021-04-10,04,quantile,0.95,17281
2021-04-05,1 wk ahead cum death,2021-04-10,04,quantile,0.975,17313
2021-04-05,1 wk ahead cum death,2021-04-10,04,quantile,0.99,17350
2021-04-05,1 wk ahead inc case,2021-04-10,04,point,NA,4913
2021-04-05,1 wk ahead inc case,2021-04-10,04,quantile,0.025,0
2021-04-05,1 wk ahead inc case,2021-04-10,04,quantile,0.1,0
2021-04-05,1 wk ahead inc case,2021-04-10,04,quantile,0.25,1715
2021-04-05,1 wk ahead inc case,2021-04-10,04,quantile,0.5,4913
2021-04-05,1 wk ahead inc case,2021-04-10,04,quantile,0.75,8112
2021-04-05,1 wk ahead inc case,2021-04-10,04,quantile,0.9,10991
2021-04-05,1 wk ahead inc case,2021-04-10,04,quantile,0.975,14208
2021-04-05,1 wk ahead inc death,2021-04-10,04,point,NA,125
2021-04-05,1 wk ahead inc death,2021-04-10,04,quantile,0.01,0
2021-04-05,1 wk ahead inc death,2021-04-10,04,quantile,0.025,0
2021-04-05,1 wk ahead inc death,2021-04-10,04,quantile,0.05,0
2021-04-05,1 wk ahead inc death,2021-04-10,04,quantile,0.1,0
2021-04-05,1 wk ahead inc death,2021-04-10,04,quantile,0.15,21
2021-04-05,1 wk ahead inc death,2021-04-10,04,quantile,0.2,41
2021-04-05,1 wk ahead inc death,2021-04-10,04,quantile,0.25,57
2021-04-05,1 wk ahead inc death,2021-04-10,04,quantile,0.3,72
2021-04-05,1 wk ahead inc death,2021-04-10,04,quantile,0.35,86
2021-04-05,1 wk ahead inc death,2021-04-10,04,quantile,0.4,100
2021-04-05,1 wk ahead inc death,2021-04-10,04,quantile,0.45,113
2021-04-05,1 wk ahead inc death,2021-04-10,04,quantile,0.5,125
2021-04-05,1 wk ahead inc death,2021-04-10,04,quantile,0.55,138
2021-04-05,1 wk ahead inc death,2021-04-10,04,quantile,0.6,151
2021-04-05,1 wk ahead inc death,2021-04-10,04,quantile,0.65,164
2021-04-05,1 wk ahead inc death,2021-04-10,04,quantile,0.7,178
2021-04-05,1 wk ahead inc death,2021-04-10,04,quantile,0.75,193
2021-04-05,1 wk ahead inc death,2021-04-10,04,quantile,0.8,210
2021-04-05,1 wk ahead inc death,2021-04-10,04,quantile,0.85,229
2021-04-05,1 wk ahead inc death,2021-04-10,04,quantile,0.9,254
2021-04-05,1 wk ahead inc death,2021-04-10,04,quantile,0.95,290
2021-04-05,1 wk ahead inc death,2021-04-10,04,quantile,0.975,322
2021-04-05,1 wk ahead inc death,2021-04-10,04,quantile,0.99,359
2021-04-05,2 wk ahead cum death,2021-04-17,04,point,NA,17240
2021-04-05,2 wk ahead cum death,2021-04-17,04,quantile,0.01,16991
2021-04-05,2 wk ahead cum death,2021-04-17,04,quantile,0.025,16991
2021-04-05,2 wk ahead cum death,2021-04-17,04,quantile,0.05,16991
2021-04-05,2 wk ahead cum death,2021-04-17,04,quantile,0.1,16991
2021-04-05,2 wk ahead cum death,2021-04-17,04,quantile,0.15,17031
2021-04-05,2 wk ahead cum death,2021-04-17,04,quantile,0.2,17071
2021-04-05,2 wk ahead cum death,2021-04-17,04,quantile,0.25,17104
2021-04-05,2 wk ahead cum death,2021-04-17,04,quantile,0.3,17134
2021-04-05,2 wk ahead cum death,2021-04-17,04,quantile,0.35,17162
2021-04-05,2 wk ahead cum death,2021-04-17,04,quantile,0.4,17189
2021-04-05,2 wk ahead cum death,2021-04-17,04,quantile,0.45,17214
2021-04-05,2 wk ahead cum death,2021-04-17,04,quantile,0.5,17240
2021-04-05,2 wk ahead cum death,2021-04-17,04,quantile,0.55,17265
2021-04-05,2 wk ahead cum death,2021-04-17,04,quantile,0.6,17291
2021-04-05,2 wk ahead cum death,2021-04-17,04,quantile,0.65,17317
2021-04-05,2 wk ahead cum death,2021-04-17,04,quantile,0.7,17345
2021-04-05,2 wk ahead cum death,2021-04-17,04,quantile,0.75,17375
2021-04-05,2 wk ahead cum death,2021-04-17,04,quantile,0.8,17409
2021-04-05,2 wk ahead cum death,2021-04-17,04,quantile,0.85,17448
2021-04-05,2 wk ahead cum death,2021-04-17,04,quantile,0.9,17497
2021-04-05,2 wk ahead cum death,2021-04-17,04,quantile,0.95,17570
2021-04-05,2 wk ahead cum death,2021-04-17,04,quantile,0.975,17634
2021-04-05,2 wk ahead cum death,2021-04-17,04,quantile,0.99,17707
2021-04-05,2 wk ahead inc case,2021-04-17,04,point,NA,5093
2021-04-05,2 wk ahead inc case,2021-04-17,04,quantile,0.025,0
2021-04-05,2 wk ahead inc case,2021-04-17,04,quantile,0.1,0
2021-04-05,2 wk ahead inc case,2021-04-17,04,quantile,0.25,0
2021-04-05,2 wk ahead inc case,2021-04-17,04,quantile,0.5,5093
2021-04-05,2 wk ahead inc case,2021-04-17,04,quantile,0.75,10695
2021-04-05,2 wk ahead inc case,2021-04-17,04,quantile,0.9,15737
2021-04-05,2 wk ahead inc case,2021-04-17,04,quantile,0.975,21372
2021-04-05,2 wk ahead inc death,2021-04-17,04,point,NA,124
2021-04-05,2 wk ahead inc death,2021-04-17,04,quantile,0.01,0
2021-04-05,2 wk ahead inc death,2021-04-17,04,quantile,0.025,0
2021-04-05,2 wk ahead inc death,2021-04-17,04,quantile,0.05,0
2021-04-05,2 wk ahead inc death,2021-04-17,04,quantile,0.1,0
2021-04-05,2 wk ahead inc death,2021-04-17,04,quantile,0.15,19
2021-04-05,2 wk ahead inc death,2021-04-17,04,quantile,0.2,39
2021-04-05,2 wk ahead inc death,2021-04-17,04,quantile,0.25,56
2021-04-05,2 wk ahead inc death,2021-04-17,04,quantile,0.3,71
2021-04-05,2 wk ahead inc death,2021-04-17,04,quantile,0.35,85
2021-04-05,2 wk ahead inc death,2021-04-17,04,quantile,0.4,98
2021-04-05,2 wk ahead inc death,2021-04-17,04,quantile,0.45,111
2021-04-05,2 wk ahead inc death,2021-04-17,04,quantile,0.5,124
2021-04-05,2 wk ahead inc death,2021-04-17,04,quantile,0.55,136
2021-04-05,2 wk ahead inc death,2021-04-17,04,quantile,0.6,149
2021-04-05,2 wk ahead inc death,2021-04-17,04,quantile,0.65,162
2021-04-05,2 wk ahead inc death,2021-04-17,04,quantile,0.7,176
2021-04-05,2 wk ahead inc death,2021-04-17,04,quantile,0.75,191
2021-04-05,2 wk ahead inc death,2021-04-17,04,quantile,0.8,208
2021-04-05,2 wk ahead inc death,2021-04-17,04,quantile,0.85,228
2021-04-05,2 wk ahead inc death,2021-04-17,04,quantile,0.9,252
2021-04-05,2 wk ahead inc death,2021-04-17,04,quantile,0.95,289
2021-04-05,2 wk ahead inc death,2021-04-17,04,quantile,0.975,320
2021-04-05,2 wk ahead inc death,2021-04-17,04,quantile,0.99,357
2021-04-05,3 wk ahead cum death,2021-04-24,04,point,NA,17378
2021-04-05,3 wk ahead cum death,2021-04-24,04,quantile,0.01,16991
2021-04-05,3 wk ahead cum death,2021-04-24,04,quantile,0.025,16991
2021-04-05,3 wk ahead cum death,2021-04-24,04,quantile,0.05,16991
2021-04-05,3 wk ahead cum death,2021-04-24,04,quantile,0.1,16992
2021-04-05,3 wk ahead cum death,2021-04-24,04,quantile,0.15,17066
2021-04-05,3 wk ahead cum death,2021-04-24,04,quantile,0.2,17125
2021-04-05,3 wk ahead cum death,2021-04-24,04,quantile,0.25,17175
2021-04-05,3 wk ahead cum death,2021-04-24,04,quantile,0.3,17220
2021-04-05,3 wk ahead cum death,2021-04-24,04,quantile,0.35,17262
2021-04-05,3 wk ahead cum death,2021-04-24,04,quantile,0.4,17302
2021-04-05,3 wk ahead cum death,2021-04-24,04,quantile,0.45,17340
2021-04-05,3 wk ahead cum death,2021-04-24,04,quantile,0.5,17378
2021-04-05,3 wk ahead cum death,2021-04-24,04,quantile,0.55,17416
2021-04-05,3 wk ahead cum death,2021-04-24,04,quantile,0.6,17455
2021-04-05,3 wk ahead cum death,2021-04-24,04,quantile,0.65,17494
2021-04-05,3 wk ahead cum death,2021-04-24,04,quantile,0.7,17536
2021-04-05,3 wk ahead cum death,2021-04-24,04,quantile,0.75,17582
2021-04-05,3 wk ahead cum death,2021-04-24,04,quantile,0.8,17632
2021-04-05,3 wk ahead cum death,2021-04-24,04,quantile,0.85,17691
2021-04-05,3 wk ahead cum death,2021-04-24,04,quantile,0.9,17764
2021-04-05,3 wk ahead cum death,2021-04-24,04,quantile,0.95,17874
2021-04-05,3 wk ahead cum death,2021-04-24,04,quantile,0.975,17969
2021-04-05,3 wk ahead cum death,2021-04-24,04,quantile,0.99,18079
2021-04-05,3 wk ahead inc case,2021-04-24,04,point,NA,5171
2021-04-05,3 wk ahead inc case,2021-04-24,04,quantile,0.025,0
2021-04-05,3 wk ahead inc case,2021-04-24,04,quantile,0.1,0
2021-04-05,3 wk ahead inc case,2021-04-24,04,quantile,0.25,0
2021-04-05,3 wk ahead inc case,2021-04-24,04,quantile,0.5,5171
2021-04-05,3 wk ahead inc case,2021-04-24,04,quantile,0.75,12824
2021-04-05,3 wk ahead inc case,2021-04-24,04,quantile,0.9,19711
2021-04-05,3 wk ahead inc case,2021-04-24,04,quantile,0.975,27408
2021-04-05,3 wk ahead inc death,2021-04-24,04,point,NA,139
2021-04-05,3 wk ahead inc death,2021-04-24,04,quantile,0.01,0
2021-04-05,3 wk ahead inc death,2021-04-24,04,quantile,0.025,0
2021-04-05,3 wk ahead inc death,2021-04-24,04,quantile,0.05,0
2021-04-05,3 wk ahead inc death,2021-04-24,04,quantile,0.1,10
2021-04-05,3 wk ahead inc death,2021-04-24,04,quantile,0.15,35
2021-04-05,3 wk ahead inc death,2021-04-24,04,quantile,0.2,54
2021-04-05,3 wk ahead inc death,2021-04-24,04,quantile,0.25,71
2021-04-05,3 wk ahead inc death,2021-04-24,04,quantile,0.3,86
2021-04-05,3 wk ahead inc death,2021-04-24,04,quantile,0.35,100
2021-04-05,3 wk ahead inc death,2021-04-24,04,quantile,0.4,113
2021-04-05,3 wk ahead inc death,2021-04-24,04,quantile,0.45,126
2021-04-05,3 wk ahead inc death,2021-04-24,04,quantile,0.5,139
2021-04-05,3 wk ahead inc death,2021-04-24,04,quantile,0.55,151
2021-04-05,3 wk ahead inc death,2021-04-24,04,quantile,0.6,164
2021-04-05,3 wk ahead inc death,2021-04-24,04,quantile,0.65,177
2021-04-05,3 wk ahead inc death,2021-04-24,04,quantile,0.7,191
2021-04-05,3 wk ahead inc death,2021-04-24,04,quantile,0.75,206
2021-04-05,3 wk ahead inc death,2021-04-24,04,quantile,0.8,223
2021-04-05,3 wk ahead inc death,2021-04-24,04,quantile,0.85,243
2021-04-05,3 wk ahead inc death,2021-04-24,04,quantile,0.9,267
2021-04-05,3 wk ahead inc death,2021-04-24,04,quantile,0.95,304
2021-04-05,3 wk ahead inc death,2021-04-24,04,quantile,0.975,335
2021-04-05,3 wk ahead inc death,2021-04-24,04,quantile,0.99,372
2021-04-05,4 wk ahead cum death,2021-05-01,04,point,NA,17524
2021-04-05,4 wk ahead cum death,2021-05-01,04,quantile,0.01,16991
2021-04-05,4 wk ahead cum death,2021-05-01,04,quantile,0.025,16991
2021-04-05,4 wk ahead cum death,2021-05-01,04,quantile,0.05,16991
2021-04-05,4 wk ahead cum death,2021-05-01,04,quantile,0.1,17009
2021-04-05,4 wk ahead cum death,2021-05-01,04,quantile,0.15,17107
2021-04-05,4 wk ahead cum death,2021-05-01,04,quantile,0.2,17186
2021-04-05,4 wk ahead cum death,2021-05-01,04,quantile,0.25,17253
2021-04-05,4 wk ahead cum death,2021-05-01,04,quantile,0.3,17313
2021-04-05,4 wk ahead cum death,2021-05-01,04,quantile,0.35,17369
2021-04-05,4 wk ahead cum death,2021-05-01,04,quantile,0.4,17422
2021-04-05,4 wk ahead cum death,2021-05-01,04,quantile,0.45,17473
2021-04-05,4 wk ahead cum death,2021-05-01,04,quantile,0.5,17524
2021-04-05,4 wk ahead cum death,2021-05-01,04,quantile,0.55,17574
2021-04-05,4 wk ahead cum death,2021-05-01,04,quantile,0.6,17625
2021-04-05,4 wk ahead cum death,2021-05-01,04,quantile,0.65,17678
2021-04-05,4 wk ahead cum death,2021-05-01,04,quantile,0.7,17734
2021-04-05,4 wk ahead cum death,2021-05-01,04,quantile,0.75,17794
2021-04-05,4 wk ahead cum death,2021-05-01,04,quantile,0.8,17862
2021-04-05,4 wk ahead cum death,2021-05-01,04,quantile,0.85,17940
2021-04-05,4 wk ahead cum death,2021-05-01,04,quantile,0.9,18038
2021-04-05,4 wk ahead cum death,2021-05-01,04,quantile,0.95,18184
2021-04-05,4 wk ahead cum death,2021-05-01,04,quantile,0.975,18311
2021-04-05,4 wk ahead cum death,2021-05-01,04,quantile,0.99,18458
2021-04-05,4 wk ahead inc case,2021-05-01,04,point,NA,5206
2021-04-05,4 wk ahead inc case,2021-05-01,04,quantile,0.025,0
2021-04-05,4 wk ahead inc case,2021-05-01,04,quantile,0.1,0
2021-04-05,4 wk ahead inc case,2021-05-01,04,quantile,0.25,0
2021-04-05,4 wk ahead inc case,2021-05-01,04,quantile,0.5,5206
2021-04-05,4 wk ahead inc case,2021-05-01,04,quantile,0.75,14619
2021-04-05,4 wk ahead inc case,2021-05-01,04,quantile,0.9,23091
2021-04-05,4 wk ahead inc case,2021-05-01,04,quantile,0.975,32558
2021-04-05,4 wk ahead inc death,2021-05-01,04,point,NA,145
2021-04-05,4 wk ahead inc death,2021-05-01,04,quantile,0.01,0
2021-04-05,4 wk ahead inc death,2021-05-01,04,quantile,0.025,0
2021-04-05,4 wk ahead inc death,2021-05-01,04,quantile,0.05,0
2021-04-05,4 wk ahead inc death,2021-05-01,04,quantile,0.1,17
2021-04-05,4 wk ahead inc death,2021-05-01,04,quantile,0.15,41
2021-04-05,4 wk ahead inc death,2021-05-01,04,quantile,0.2,61
2021-04-05,4 wk ahead inc death,2021-05-01,04,quantile,0.25,78
2021-04-05,4 wk ahead inc death,2021-05-01,04,quantile,0.3,93
2021-04-05,4 wk ahead inc death,2021-05-01,04,quantile,0.35,107
2021-04-05,4 wk ahead inc death,2021-05-01,04,quantile,0.4,120
2021-04-05,4 wk ahead inc death,2021-05-01,04,quantile,0.45,133
2021-04-05,4 wk ahead inc death,2021-05-01,04,quantile,0.5,145
2021-04-05,4 wk ahead inc death,2021-05-01,04,quantile,0.55,158
2021-04-05,4 wk ahead inc death,2021-05-01,04,quantile,0.6,171
2021-04-05,4 wk ahead inc death,2021-05-01,04,quantile,0.65,184
2021-04-05,4 wk ahead inc death,2021-05-01,04,quantile,0.7,198
2021-04-05,4 wk ahead inc death,2021-05-01,04,quantile,0.75,213
2021-04-05,4 wk ahead inc death,2021-05-01,04,quantile,0.8,230
2021-04-05,4 wk ahead inc death,2021-05-01,04,quantile,0.85,249
2021-04-05,4 wk ahead inc death,2021-05-01,04,quantile,0.9,274
2021-04-05,4 wk ahead inc death,2021-05-01,04,quantile,0.95,310
2021-04-05,4 wk ahead inc death,2021-05-01,04,quantile,0.975,342
2021-04-05,4 wk ahead inc death,2021-05-01,04,quantile,0.99,379
2021-04-05,1 wk ahead cum death,2021-04-10,05,point,NA,5685
2021-04-05,1 wk ahead cum death,2021-04-10,05,quantile,0.01,5641
2021-04-05,1 wk ahead cum death,2021-04-10,05,quantile,0.025,5641
2021-04-05,1 wk ahead cum death,2021-04-10,05,quantile,0.05,5641
2021-04-05,1 wk ahead cum death,2021-04-10,05,quantile,0.1,5641
2021-04-05,1 wk ahead cum death,2021-04-10,05,quantile,0.15,5641
2021-04-05,1 wk ahead cum death,2021-04-10,05,quantile,0.2,5643
2021-04-05,1 wk ahead cum death,2021-04-10,05,quantile,0.25,5651
2021-04-05,1 wk ahead cum death,2021-04-10,05,quantile,0.3,5659
2021-04-05,1 wk ahead cum death,2021-04-10,05,quantile,0.35,5666
2021-04-05,1 wk ahead cum death,2021-04-10,05,quantile,0.4,5672
2021-04-05,1 wk ahead cum death,2021-04-10,05,quantile,0.45,5678
2021-04-05,1 wk ahead cum death,2021-04-10,05,quantile,0.5,5685
2021-04-05,1 wk ahead cum death,2021-04-10,05,quantile,0.55,5691
2021-04-05,1 wk ahead cum death,2021-04-10,05,quantile,0.6,5697
2021-04-05,1 wk ahead cum death,2021-04-10,05,quantile,0.65,5704
2021-04-05,1 wk ahead cum death,2021-04-10,05,quantile,0.7,5710
2021-04-05,1 wk ahead cum death,2021-04-10,05,quantile,0.75,5718
2021-04-05,1 wk ahead cum death,2021-04-10,05,quantile,0.8,5726
2021-04-05,1 wk ahead cum death,2021-04-10,05,quantile,0.85,5736
2021-04-05,1 wk ahead cum death,2021-04-10,05,quantile,0.9,5748
2021-04-05,1 wk ahead cum death,2021-04-10,05,quantile,0.95,5766
2021-04-05,1 wk ahead cum death,2021-04-10,05,quantile,0.975,5781
2021-04-05,1 wk ahead cum death,2021-04-10,05,quantile,0.99,5799
2021-04-05,1 wk ahead inc case,2021-04-10,05,point,NA,1149
2021-04-05,1 wk ahead inc case,2021-04-10,05,quantile,0.025,0
2021-04-05,1 wk ahead inc case,2021-04-10,05,quantile,0.1,0
2021-04-05,1 wk ahead inc case,2021-04-10,05,quantile,0.25,50
2021-04-05,1 wk ahead inc case,2021-04-10,05,quantile,0.5,1149
2021-04-05,1 wk ahead inc case,2021-04-10,05,quantile,0.75,2248
2021-04-05,1 wk ahead inc case,2021-04-10,05,quantile,0.9,3236
2021-04-05,1 wk ahead inc case,2021-04-10,05,quantile,0.975,4341
2021-04-05,1 wk ahead inc death,2021-04-10,05,point,NA,44
2021-04-05,1 wk ahead inc death,2021-04-10,05,quantile,0.01,0
2021-04-05,1 wk ahead inc death,2021-04-10,05,quantile,0.025,0
2021-04-05,1 wk ahead inc death,2021-04-10,05,quantile,0.05,0
2021-04-05,1 wk ahead inc death,2021-04-10,05,quantile,0.1,0
2021-04-05,1 wk ahead inc death,2021-04-10,05,quantile,0.15,0
2021-04-05,1 wk ahead inc death,2021-04-10,05,quantile,0.2,2
2021-04-05,1 wk ahead inc death,2021-04-10,05,quantile,0.25,10
2021-04-05,1 wk ahead inc death,2021-04-10,05,quantile,0.3,18
2021-04-05,1 wk ahead inc death,2021-04-10,05,quantile,0.35,25
2021-04-05,1 wk ahead inc death,2021-04-10,05,quantile,0.4,31
2021-04-05,1 wk ahead inc death,2021-04-10,05,quantile,0.45,37
2021-04-05,1 wk ahead inc death,2021-04-10,05,quantile,0.5,44
2021-04-05,1 wk ahead inc death,2021-04-10,05,quantile,0.55,50
2021-04-05,1 wk ahead inc death,2021-04-10,05,quantile,0.6,56
2021-04-05,1 wk ahead inc death,2021-04-10,05,quantile,0.65,63
2021-04-05,1 wk ahead inc death,2021-04-10,05,quantile,0.7,69
2021-04-05,1 wk ahead inc death,2021-04-10,05,quantile,0.75,77
2021-04-05,1 wk ahead inc death,2021-04-10,05,quantile,0.8,85
2021-04-05,1 wk ahead inc death,2021-04-10,05,quantile,0.85,95
2021-04-05,1 wk ahead inc death,2021-04-10,05,quantile,0.9,107
2021-04-05,1 wk ahead inc death,2021-04-10,05,quantile,0.95,125
2021-04-05,1 wk ahead inc death,2021-04-10,05,quantile,0.975,140
2021-04-05,1 wk ahead inc death,2021-04-10,05,quantile,0.99,158
2021-04-05,2 wk ahead cum death,2021-04-17,05,point,NA,5722
2021-04-05,2 wk ahead cum death,2021-04-17,05,quantile,0.01,5641
2021-04-05,2 wk ahead cum death,2021-04-17,05,quantile,0.025,5641
2021-04-05,2 wk ahead cum death,2021-04-17,05,quantile,0.05,5641
2021-04-05,2 wk ahead cum death,2021-04-17,05,quantile,0.1,5641
2021-04-05,2 wk ahead cum death,2021-04-17,05,quantile,0.15,5641
2021-04-05,2 wk ahead cum death,2021-04-17,05,quantile,0.2,5641
2021-04-05,2 wk ahead cum death,2021-04-17,05,quantile,0.25,5656
2021-04-05,2 wk ahead cum death,2021-04-17,05,quantile,0.3,5671
2021-04-05,2 wk ahead cum death,2021-04-17,05,quantile,0.35,5684
2021-04-05,2 wk ahead cum death,2021-04-17,05,quantile,0.4,5697
2021-04-05,2 wk ahead cum death,2021-04-17,05,quantile,0.45,5710
2021-04-05,2 wk ahead cum death,2021-04-17,05,quantile,0.5,5722
2021-04-05,2 wk ahead cum death,2021-04-17,05,quantile,0.55,5735
2021-04-05,2 wk ahead cum death,2021-04-17,05,quantile,0.6,5747
2021-04-05,2 wk ahead cum death,2021-04-17,05,quantile,0.65,5760
2021-04-05,2 wk ahead cum death,2021-04-17,05,quantile,0.7,5774
2021-04-05,2 wk ahead cum death,2021-04-17,05,quantile,0.75,5789
2021-04-05,2 wk ahead cum death,2021-04-17,05,quantile,0.8,5805
2021-04-05,2 wk ahead cum death,2021-04-17,05,quantile,0.85,5824
2021-04-05,2 wk ahead cum death,2021-04-17,05,quantile,0.9,5848
2021-04-05,2 wk ahead cum death,2021-04-17,05,quantile,0.95,5884
2021-04-05,2 wk ahead cum death,2021-04-17,05,quantile,0.975,5915
2021-04-05,2 wk ahead cum death,2021-04-17,05,quantile,0.99,5951
2021-04-05,2 wk ahead inc case,2021-04-17,05,point,NA,1198
2021-04-05,2 wk ahead inc case,2021-04-17,05,quantile,0.025,0
2021-04-05,2 wk ahead inc case,2021-04-17,05,quantile,0.1,0
2021-04-05,2 wk ahead inc case,2021-04-17,05,quantile,0.25,0
2021-04-05,2 wk ahead inc case,2021-04-17,05,quantile,0.5,1198
2021-04-05,2 wk ahead inc case,2021-04-17,05,quantile,0.75,2933
2021-04-05,2 wk ahead inc case,2021-04-17,05,quantile,0.9,4494
2021-04-05,2 wk ahead inc case,2021-04-17,05,quantile,0.975,6239
2021-04-05,2 wk ahead inc death,2021-04-17,05,point,NA,38
2021-04-05,2 wk ahead inc death,2021-04-17,05,quantile,0.01,0
2021-04-05,2 wk ahead inc death,2021-04-17,05,quantile,0.025,0
2021-04-05,2 wk ahead inc death,2021-04-17,05,quantile,0.05,0
2021-04-05,2 wk ahead inc death,2021-04-17,05,quantile,0.1,0
2021-04-05,2 wk ahead inc death,2021-04-17,05,quantile,0.15,0
2021-04-05,2 wk ahead inc death,2021-04-17,05,quantile,0.2,0
2021-04-05,2 wk ahead inc death,2021-04-17,05,quantile,0.25,4
2021-04-05,2 wk ahead inc death,2021-04-17,05,quantile,0.3,12
2021-04-05,2 wk ahead inc death,2021-04-17,05,quantile,0.35,19
2021-04-05,2 wk ahead inc death,2021-04-17,05,quantile,0.4,25
2021-04-05,2 wk ahead inc death,2021-04-17,05,quantile,0.45,31
2021-04-05,2 wk ahead inc death,2021-04-17,05,quantile,0.5,38
2021-04-05,2 wk ahead inc death,2021-04-17,05,quantile,0.55,44
2021-04-05,2 wk ahead inc death,2021-04-17,05,quantile,0.6,50
2021-04-05,2 wk ahead inc death,2021-04-17,05,quantile,0.65,57
2021-04-05,2 wk ahead inc death,2021-04-17,05,quantile,0.7,63
2021-04-05,2 wk ahead inc death,2021-04-17,05,quantile,0.75,71
2021-04-05,2 wk ahead inc death,2021-04-17,05,quantile,0.8,79
2021-04-05,2 wk ahead inc death,2021-04-17,05,quantile,0.85,89
2021-04-05,2 wk ahead inc death,2021-04-17,05,quantile,0.9,101
2021-04-05,2 wk ahead inc death,2021-04-17,05,quantile,0.95,119
2021-04-05,2 wk ahead inc death,2021-04-17,05,quantile,0.975,134
2021-04-05,2 wk ahead inc death,2021-04-17,05,quantile,0.99,152
2021-04-05,3 wk ahead cum death,2021-04-24,05,point,NA,5757
2021-04-05,3 wk ahead cum death,2021-04-24,05,quantile,0.01,5641
2021-04-05,3 wk ahead cum death,2021-04-24,05,quantile,0.025,5641
2021-04-05,3 wk ahead cum death,2021-04-24,05,quantile,0.05,5641
2021-04-05,3 wk ahead cum death,2021-04-24,05,quantile,0.1,5641
2021-04-05,3 wk ahead cum death,2021-04-24,05,quantile,0.15,5641
2021-04-05,3 wk ahead cum death,2021-04-24,05,quantile,0.2,5641
2021-04-05,3 wk ahead cum death,2021-04-24,05,quantile,0.25,5657
2021-04-05,3 wk ahead cum death,2021-04-24,05,quantile,0.3,5679
2021-04-05,3 wk ahead cum death,2021-04-24,05,quantile,0.35,5700
2021-04-05,3 wk ahead cum death,2021-04-24,05,quantile,0.4,5719
2021-04-05,3 wk ahead cum death,2021-04-24,05,quantile,0.45,5738
2021-04-05,3 wk ahead cum death,2021-04-24,05,quantile,0.5,5757
2021-04-05,3 wk ahead cum death,2021-04-24,05,quantile,0.55,5775
2021-04-05,3 wk ahead cum death,2021-04-24,05,quantile,0.6,5794
2021-04-05,3 wk ahead cum death,2021-04-24,05,quantile,0.65,5814
2021-04-05,3 wk ahead cum death,2021-04-24,05,quantile,0.7,5834
2021-04-05,3 wk ahead cum death,2021-04-24,05,quantile,0.75,5856
2021-04-05,3 wk ahead cum death,2021-04-24,05,quantile,0.8,5881
2021-04-05,3 wk ahead cum death,2021-04-24,05,quantile,0.85,5910
2021-04-05,3 wk ahead cum death,2021-04-24,05,quantile,0.9,5946
2021-04-05,3 wk ahead cum death,2021-04-24,05,quantile,0.95,6000
2021-04-05,3 wk ahead cum death,2021-04-24,05,quantile,0.975,6046
2021-04-05,3 wk ahead cum death,2021-04-24,05,quantile,0.99,6101
2021-04-05,3 wk ahead inc case,2021-04-24,05,point,NA,1201
2021-04-05,3 wk ahead inc case,2021-04-24,05,quantile,0.025,0
2021-04-05,3 wk ahead inc case,2021-04-24,05,quantile,0.1,0
2021-04-05,3 wk ahead inc case,2021-04-24,05,quantile,0.25,0
2021-04-05,3 wk ahead inc case,2021-04-24,05,quantile,0.5,1201
2021-04-05,3 wk ahead inc case,2021-04-24,05,quantile,0.75,3298
2021-04-05,3 wk ahead inc case,2021-04-24,05,quantile,0.9,5185
2021-04-05,3 wk ahead inc case,2021-04-24,05,quantile,0.975,7294
2021-04-05,3 wk ahead inc death,2021-04-24,05,point,NA,35
2021-04-05,3 wk ahead inc death,2021-04-24,05,quantile,0.01,0
2021-04-05,3 wk ahead inc death,2021-04-24,05,quantile,0.025,0
2021-04-05,3 wk ahead inc death,2021-04-24,05,quantile,0.05,0
2021-04-05,3 wk ahead inc death,2021-04-24,05,quantile,0.1,0
2021-04-05,3 wk ahead inc death,2021-04-24,05,quantile,0.15,0
2021-04-05,3 wk ahead inc death,2021-04-24,05,quantile,0.2,0
2021-04-05,3 wk ahead inc death,2021-04-24,05,quantile,0.25,1
2021-04-05,3 wk ahead inc death,2021-04-24,05,quantile,0.3,9
2021-04-05,3 wk ahead inc death,2021-04-24,05,quantile,0.35,16
2021-04-05,3 wk ahead inc death,2021-04-24,05,quantile,0.4,22
2021-04-05,3 wk ahead inc death,2021-04-24,05,quantile,0.45,28
2021-04-05,3 wk ahead inc death,2021-04-24,05,quantile,0.5,35
2021-04-05,3 wk ahead inc death,2021-04-24,05,quantile,0.55,41
2021-04-05,3 wk ahead inc death,2021-04-24,05,quantile,0.6,47
2021-04-05,3 wk ahead inc death,2021-04-24,05,quantile,0.65,54
2021-04-05,3 wk ahead inc death,2021-04-24,05,quantile,0.7,60
2021-04-05,3 wk ahead inc death,2021-04-24,05,quantile,0.75,68
2021-04-05,3 wk ahead inc death,2021-04-24,05,quantile,0.8,76
2021-04-05,3 wk ahead inc death,2021-04-24,05,quantile,0.85,86
2021-04-05,3 wk ahead inc death,2021-04-24,05,quantile,0.9,98
2021-04-05,3 wk ahead inc death,2021-04-24,05,quantile,0.95,116
2021-04-05,3 wk ahead inc death,2021-04-24,05,quantile,0.975,131
2021-04-05,3 wk ahead inc death,2021-04-24,05,quantile,0.99,149
2021-04-05,4 wk ahead cum death,2021-05-01,05,point,NA,5792
2021-04-05,4 wk ahead cum death,2021-05-01,05,quantile,0.01,5641
2021-04-05,4 wk ahead cum death,2021-05-01,05,quantile,0.025,5641
2021-04-05,4 wk ahead cum death,2021-05-01,05,quantile,0.05,5641
2021-04-05,4 wk ahead cum death,2021-05-01,05,quantile,0.1,5641
2021-04-05,4 wk ahead cum death,2021-05-01,05,quantile,0.15,5641
2021-04-05,4 wk ahead cum death,2021-05-01,05,quantile,0.2,5641
2021-04-05,4 wk ahead cum death,2021-05-01,05,quantile,0.25,5659
2021-04-05,4 wk ahead cum death,2021-05-01,05,quantile,0.3,5689
2021-04-05,4 wk ahead cum death,2021-05-01,05,quantile,0.35,5716
2021-04-05,4 wk ahead cum death,2021-05-01,05,quantile,0.4,5742
2021-04-05,4 wk ahead cum death,2021-05-01,05,quantile,0.45,5767
2021-04-05,4 wk ahead cum death,2021-05-01,05,quantile,0.5,5792
2021-04-05,4 wk ahead cum death,2021-05-01,05,quantile,0.55,5817
2021-04-05,4 wk ahead cum death,2021-05-01,05,quantile,0.6,5842
2021-04-05,4 wk ahead cum death,2021-05-01,05,quantile,0.65,5868
2021-04-05,4 wk ahead cum death,2021-05-01,05,quantile,0.7,5895
2021-04-05,4 wk ahead cum death,2021-05-01,05,quantile,0.75,5925
2021-04-05,4 wk ahead cum death,2021-05-01,05,quantile,0.8,5958
2021-04-05,4 wk ahead cum death,2021-05-01,05,quantile,0.85,5996
2021-04-05,4 wk ahead cum death,2021-05-01,05,quantile,0.9,6044
2021-04-05,4 wk ahead cum death,2021-05-01,05,quantile,0.95,6116
2021-04-05,4 wk ahead cum death,2021-05-01,05,quantile,0.975,6178
2021-04-05,4 wk ahead cum death,2021-05-01,05,quantile,0.99,6250
2021-04-05,4 wk ahead inc case,2021-05-01,05,point,NA,1192
2021-04-05,4 wk ahead inc case,2021-05-01,05,quantile,0.025,0
2021-04-05,4 wk ahead inc case,2021-05-01,05,quantile,0.1,0
2021-04-05,4 wk ahead inc case,2021-05-01,05,quantile,0.25,0
2021-04-05,4 wk ahead inc case,2021-05-01,05,quantile,0.5,1192
2021-04-05,4 wk ahead inc case,2021-05-01,05,quantile,0.75,3556
2021-04-05,4 wk ahead inc case,2021-05-01,05,quantile,0.9,5684
2021-04-05,4 wk ahead inc case,2021-05-01,05,quantile,0.975,8061
2021-04-05,4 wk ahead inc death,2021-05-01,05,point,NA,35
2021-04-05,4 wk ahead inc death,2021-05-01,05,quantile,0.01,0
2021-04-05,4 wk ahead inc death,2021-05-01,05,quantile,0.025,0
2021-04-05,4 wk ahead inc death,2021-05-01,05,quantile,0.05,0
2021-04-05,4 wk ahead inc death,2021-05-01,05,quantile,0.1,0
2021-04-05,4 wk ahead inc death,2021-05-01,05,quantile,0.15,0
2021-04-05,4 wk ahead inc death,2021-05-01,05,quantile,0.2,0
2021-04-05,4 wk ahead inc death,2021-05-01,05,quantile,0.25,2
2021-04-05,4 wk ahead inc death,2021-05-01,05,quantile,0.3,9
2021-04-05,4 wk ahead inc death,2021-05-01,05,quantile,0.35,16
2021-04-05,4 wk ahead inc death,2021-05-01,05,quantile,0.4,23
2021-04-05,4 wk ahead inc death,2021-05-01,05,quantile,0.45,29
2021-04-05,4 wk ahead inc death,2021-05-01,05,quantile,0.5,35
2021-04-05,4 wk ahead inc death,2021-05-01,05,quantile,0.55,41
2021-04-05,4 wk ahead inc death,2021-05-01,05,quantile,0.6,48
2021-04-05,4 wk ahead inc death,2021-05-01,05,quantile,0.65,54
2021-04-05,4 wk ahead inc death,2021-05-01,05,quantile,0.7,61
2021-04-05,4 wk ahead inc death,2021-05-01,05,quantile,0.75,68
2021-04-05,4 wk ahead inc death,2021-05-01,05,quantile,0.8,77
2021-04-05,4 wk ahead inc death,2021-05-01,05,quantile,0.85,86
2021-04-05,4 wk ahead inc death,2021-05-01,05,quantile,0.9,98
2021-04-05,4 wk ahead inc death,2021-05-01,05,quantile,0.95,116
2021-04-05,4 wk ahead inc death,2021-05-01,05,quantile,0.975,132
2021-04-05,4 wk ahead inc death,2021-05-01,05,quantile,0.99,150
2021-04-05,1 wk ahead cum death,2021-04-10,06,point,NA,60175
2021-04-05,1 wk ahead cum death,2021-04-10,06,quantile,0.01,59614
2021-04-05,1 wk ahead cum death,2021-04-10,06,quantile,0.025,59614
2021-04-05,1 wk ahead cum death,2021-04-10,06,quantile,0.05,59614
2021-04-05,1 wk ahead cum death,2021-04-10,06,quantile,0.1,59672
2021-04-05,1 wk ahead cum death,2021-04-10,06,quantile,0.15,59768
2021-04-05,1 wk ahead cum death,2021-04-10,06,quantile,0.2,59844
2021-04-05,1 wk ahead cum death,2021-04-10,06,quantile,0.25,59910
2021-04-05,1 wk ahead cum death,2021-04-10,06,quantile,0.3,59969
2021-04-05,1 wk ahead cum death,2021-04-10,06,quantile,0.35,60023
2021-04-05,1 wk ahead cum death,2021-04-10,06,quantile,0.4,60075
2021-04-05,1 wk ahead cum death,2021-04-10,06,quantile,0.45,60125
2021-04-05,1 wk ahead cum death,2021-04-10,06,quantile,0.5,60175
2021-04-05,1 wk ahead cum death,2021-04-10,06,quantile,0.55,60224
2021-04-05,1 wk ahead cum death,2021-04-10,06,quantile,0.6,60274
2021-04-05,1 wk ahead cum death,2021-04-10,06,quantile,0.65,60326
2021-04-05,1 wk ahead cum death,2021-04-10,06,quantile,0.7,60380
2021-04-05,1 wk ahead cum death,2021-04-10,06,quantile,0.75,60439
2021-04-05,1 wk ahead cum death,2021-04-10,06,quantile,0.8,60505
2021-04-05,1 wk ahead cum death,2021-04-10,06,quantile,0.85,60581
2021-04-05,1 wk ahead cum death,2021-04-10,06,quantile,0.9,60677
2021-04-05,1 wk ahead cum death,2021-04-10,06,quantile,0.95,60820
2021-04-05,1 wk ahead cum death,2021-04-10,06,quantile,0.975,60943
2021-04-05,1 wk ahead cum death,2021-04-10,06,quantile,0.99,61087
2021-04-05,1 wk ahead inc case,2021-04-10,06,point,NA,15632
2021-04-05,1 wk ahead inc case,2021-04-10,06,quantile,0.025,0
2021-04-05,1 wk ahead inc case,2021-04-10,06,quantile,0.1,0
2021-04-05,1 wk ahead inc case,2021-04-10,06,quantile,0.25,2464
2021-04-05,1 wk ahead inc case,2021-04-10,06,quantile,0.5,15632
2021-04-05,1 wk ahead inc case,2021-04-10,06,quantile,0.75,28800
2021-04-05,1 wk ahead inc case,2021-04-10,06,quantile,0.9,40651
2021-04-05,1 wk ahead inc case,2021-04-10,06,quantile,0.975,53896
2021-04-05,1 wk ahead inc death,2021-04-10,06,point,NA,561
2021-04-05,1 wk ahead inc death,2021-04-10,06,quantile,0.01,0
2021-04-05,1 wk ahead inc death,2021-04-10,06,quantile,0.025,0
2021-04-05,1 wk ahead inc death,2021-04-10,06,quantile,0.05,0
2021-04-05,1 wk ahead inc death,2021-04-10,06,quantile,0.1,58
2021-04-05,1 wk ahead inc death,2021-04-10,06,quantile,0.15,154
2021-04-05,1 wk ahead inc death,2021-04-10,06,quantile,0.2,230
2021-04-05,1 wk ahead inc death,2021-04-10,06,quantile,0.25,296
2021-04-05,1 wk ahead inc death,2021-04-10,06,quantile,0.3,355
2021-04-05,1 wk ahead inc death,2021-04-10,06,quantile,0.35,409
2021-04-05,1 wk ahead inc death,2021-04-10,06,quantile,0.4,461
2021-04-05,1 wk ahead inc death,2021-04-10,06,quantile,0.45,511
2021-04-05,1 wk ahead inc death,2021-04-10,06,quantile,0.5,561
2021-04-05,1 wk ahead inc death,2021-04-10,06,quantile,0.55,610
2021-04-05,1 wk ahead inc death,2021-04-10,06,quantile,0.6,660
2021-04-05,1 wk ahead inc death,2021-04-10,06,quantile,0.65,712
2021-04-05,1 wk ahead inc death,2021-04-10,06,quantile,0.7,766
2021-04-05,1 wk ahead inc death,2021-04-10,06,quantile,0.75,825
2021-04-05,1 wk ahead inc death,2021-04-10,06,quantile,0.8,891
2021-04-05,1 wk ahead inc death,2021-04-10,06,quantile,0.85,967
2021-04-05,1 wk ahead inc death,2021-04-10,06,quantile,0.9,1063
2021-04-05,1 wk ahead inc death,2021-04-10,06,quantile,0.95,1206
2021-04-05,1 wk ahead inc death,2021-04-10,06,quantile,0.975,1329
2021-04-05,1 wk ahead inc death,2021-04-10,06,quantile,0.99,1473
2021-04-05,2 wk ahead cum death,2021-04-17,06,point,NA,60719
2021-04-05,2 wk ahead cum death,2021-04-17,06,quantile,0.01,59614
2021-04-05,2 wk ahead cum death,2021-04-17,06,quantile,0.025,59614
2021-04-05,2 wk ahead cum death,2021-04-17,06,quantile,0.05,59614
2021-04-05,2 wk ahead cum death,2021-04-17,06,quantile,0.1,59713
2021-04-05,2 wk ahead cum death,2021-04-17,06,quantile,0.15,59905
2021-04-05,2 wk ahead cum death,2021-04-17,06,quantile,0.2,60058
2021-04-05,2 wk ahead cum death,2021-04-17,06,quantile,0.25,60189
2021-04-05,2 wk ahead cum death,2021-04-17,06,quantile,0.3,60307
2021-04-05,2 wk ahead cum death,2021-04-17,06,quantile,0.35,60416
2021-04-05,2 wk ahead cum death,2021-04-17,06,quantile,0.4,60520
2021-04-05,2 wk ahead cum death,2021-04-17,06,quantile,0.45,60620
2021-04-05,2 wk ahead cum death,2021-04-17,06,quantile,0.5,60719
2021-04-05,2 wk ahead cum death,2021-04-17,06,quantile,0.55,60817
2021-04-05,2 wk ahead cum death,2021-04-17,06,quantile,0.6,60917
2021-04-05,2 wk ahead cum death,2021-04-17,06,quantile,0.65,61021
2021-04-05,2 wk ahead cum death,2021-04-17,06,quantile,0.7,61130
2021-04-05,2 wk ahead cum death,2021-04-17,06,quantile,0.75,61248
2021-04-05,2 wk ahead cum death,2021-04-17,06,quantile,0.8,61379
2021-04-05,2 wk ahead cum death,2021-04-17,06,quantile,0.85,61532
2021-04-05,2 wk ahead cum death,2021-04-17,06,quantile,0.9,61724
2021-04-05,2 wk ahead cum death,2021-04-17,06,quantile,0.95,62009
2021-04-05,2 wk ahead cum death,2021-04-17,06,quantile,0.975,62256
2021-04-05,2 wk ahead cum death,2021-04-17,06,quantile,0.99,62544
2021-04-05,2 wk ahead inc case,2021-04-17,06,point,NA,15107
2021-04-05,2 wk ahead inc case,2021-04-17,06,quantile,0.025,0
2021-04-05,2 wk ahead inc case,2021-04-17,06,quantile,0.1,0
2021-04-05,2 wk ahead inc case,2021-04-17,06,quantile,0.25,0
2021-04-05,2 wk ahead inc case,2021-04-17,06,quantile,0.5,15107
2021-04-05,2 wk ahead inc case,2021-04-17,06,quantile,0.75,39589
2021-04-05,2 wk ahead inc case,2021-04-17,06,quantile,0.9,61623
2021-04-05,2 wk ahead inc case,2021-04-17,06,quantile,0.975,86247
2021-04-05,2 wk ahead inc death,2021-04-17,06,point,NA,544
2021-04-05,2 wk ahead inc death,2021-04-17,06,quantile,0.01,0
2021-04-05,2 wk ahead inc death,2021-04-17,06,quantile,0.025,0
2021-04-05,2 wk ahead inc death,2021-04-17,06,quantile,0.05,0
2021-04-05,2 wk ahead inc death,2021-04-17,06,quantile,0.1,41
2021-04-05,2 wk ahead inc death,2021-04-17,06,quantile,0.15,137
2021-04-05,2 wk ahead inc death,2021-04-17,06,quantile,0.2,214
2021-04-05,2 wk ahead inc death,2021-04-17,06,quantile,0.25,279
2021-04-05,2 wk ahead inc death,2021-04-17,06,quantile,0.3,338
2021-04-05,2 wk ahead inc death,2021-04-17,06,quantile,0.35,393
2021-04-05,2 wk ahead inc death,2021-04-17,06,quantile,0.4,445
2021-04-05,2 wk ahead inc death,2021-04-17,06,quantile,0.45,495
2021-04-05,2 wk ahead inc death,2021-04-17,06,quantile,0.5,544
2021-04-05,2 wk ahead inc death,2021-04-17,06,quantile,0.55,593
2021-04-05,2 wk ahead inc death,2021-04-17,06,quantile,0.6,643