-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathForest.txt
518 lines (518 loc) · 29.8 KB
/
Forest.txt
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
"X","Y","month","day","FFMC","DMC","DC","ISI","temp","RH","wind","rain","area"
"1",7,5,"mar","fri",86.2,26.2,94.3,5.1,8.2,51,6.7,0,0
"2",7,4,"oct","tue",90.6,35.4,669.1,6.7,18,33,0.9,0,0
"3",7,4,"oct","sat",90.6,43.7,686.9,6.7,14.6,33,1.3,0,0
"4",8,6,"mar","fri",91.7,33.3,77.5,9,8.3,97,4,0.2,0
"5",8,6,"mar","sun",89.3,51.3,102.2,9.6,11.4,99,1.8,0,0
"6",8,6,"aug","sun",92.3,85.3,488,14.7,22.2,29,5.4,0,0
"7",8,6,"aug","mon",92.3,88.9,495.6,8.5,24.1,27,3.1,0,0
"8",8,6,"aug","mon",91.5,145.4,608.2,10.7,8,86,2.2,0,0
"9",8,6,"sep","tue",91,129.5,692.6,7,13.1,63,5.4,0,0
"10",7,5,"sep","sat",92.5,88,698.6,7.1,22.8,40,4,0,0
"11",7,5,"sep","sat",92.5,88,698.6,7.1,17.8,51,7.2,0,0
"12",7,5,"sep","sat",92.8,73.2,713,22.6,19.3,38,4,0,0
"13",6,5,"aug","fri",63.5,70.8,665.3,0.8,17,72,6.7,0,0
"14",6,5,"sep","mon",90.9,126.5,686.5,7,21.3,42,2.2,0,0
"15",6,5,"sep","wed",92.9,133.3,699.6,9.2,26.4,21,4.5,0,0
"16",6,5,"sep","fri",93.3,141.2,713.9,13.9,22.9,44,5.4,0,0
"17",5,5,"mar","sat",91.7,35.8,80.8,7.8,15.1,27,5.4,0,0
"18",8,5,"oct","mon",84.9,32.8,664.2,3,16.7,47,4.9,0,0
"19",6,4,"mar","wed",89.2,27.9,70.8,6.3,15.9,35,4,0,0
"20",6,4,"apr","sat",86.3,27.4,97.1,5.1,9.3,44,4.5,0,0
"21",6,4,"sep","tue",91,129.5,692.6,7,18.3,40,2.7,0,0
"22",5,4,"sep","mon",91.8,78.5,724.3,9.2,19.1,38,2.7,0,0
"23",7,4,"jun","sun",94.3,96.3,200,56.1,21,44,4.5,0,0
"24",7,4,"aug","sat",90.2,110.9,537.4,6.2,19.5,43,5.8,0,0
"25",7,4,"aug","sat",93.5,139.4,594.2,20.3,23.7,32,5.8,0,0
"26",7,4,"aug","sun",91.4,142.4,601.4,10.6,16.3,60,5.4,0,0
"27",7,4,"sep","fri",92.4,117.9,668,12.2,19,34,5.8,0,0
"28",7,4,"sep","mon",90.9,126.5,686.5,7,19.4,48,1.3,0,0
"29",6,3,"sep","sat",93.4,145.4,721.4,8.1,30.2,24,2.7,0,0
"30",6,3,"sep","sun",93.5,149.3,728.6,8.1,22.8,39,3.6,0,0
"31",6,3,"sep","fri",94.3,85.1,692.3,15.9,25.4,24,3.6,0,0
"32",6,3,"sep","mon",88.6,91.8,709.9,7.1,11.2,78,7.6,0,0
"33",6,3,"sep","fri",88.6,69.7,706.8,5.8,20.6,37,1.8,0,0
"34",6,3,"sep","sun",91.7,75.6,718.3,7.8,17.7,39,3.6,0,0
"35",6,3,"sep","mon",91.8,78.5,724.3,9.2,21.2,32,2.7,0,0
"36",6,3,"sep","tue",90.3,80.7,730.2,6.3,18.2,62,4.5,0,0
"37",6,3,"oct","tue",90.6,35.4,669.1,6.7,21.7,24,4.5,0,0
"38",7,4,"oct","fri",90,41.5,682.6,8.7,11.3,60,5.4,0,0
"39",7,3,"oct","sat",90.6,43.7,686.9,6.7,17.8,27,4,0,0
"40",4,4,"mar","tue",88.1,25.7,67.6,3.8,14.1,43,2.7,0,0
"41",4,4,"jul","tue",79.5,60.6,366.7,1.5,23.3,37,3.1,0,0
"42",4,4,"aug","sat",90.2,96.9,624.2,8.9,18.4,42,6.7,0,0
"43",4,4,"aug","tue",94.8,108.3,647.1,17,16.6,54,5.4,0,0
"44",4,4,"sep","sat",92.5,88,698.6,7.1,19.6,48,2.7,0,0
"45",4,4,"sep","wed",90.1,82.9,735.7,6.2,12.9,74,4.9,0,0
"46",5,6,"sep","wed",94.3,85.1,692.3,15.9,25.9,24,4,0,0
"47",5,6,"sep","mon",90.9,126.5,686.5,7,14.7,70,3.6,0,0
"48",6,6,"jul","mon",94.2,62.3,442.9,11,23,36,3.1,0,0
"49",4,4,"mar","mon",87.2,23.9,64.7,4.1,11.8,35,1.8,0,0
"50",4,4,"mar","mon",87.6,52.2,103.8,5,11,46,5.8,0,0
"51",4,4,"sep","thu",92.9,137,706.4,9.2,20.8,17,1.3,0,0
"52",4,3,"aug","sun",90.2,99.6,631.2,6.3,21.5,34,2.2,0,0
"53",4,3,"aug","wed",92.1,111.2,654.1,9.6,20.4,42,4.9,0,0
"54",4,3,"aug","wed",92.1,111.2,654.1,9.6,20.4,42,4.9,0,0
"55",4,3,"aug","thu",91.7,114.3,661.3,6.3,17.6,45,3.6,0,0
"56",4,3,"sep","thu",92.9,137,706.4,9.2,27.7,24,2.2,0,0
"57",4,3,"sep","tue",90.3,80.7,730.2,6.3,17.8,63,4.9,0,0
"58",4,3,"oct","sun",92.6,46.5,691.8,8.8,13.8,50,2.7,0,0
"59",2,2,"feb","mon",84,9.3,34,2.1,13.9,40,5.4,0,0
"60",2,2,"feb","fri",86.6,13.2,43,5.3,12.3,51,0.9,0,0
"61",2,2,"mar","sun",89.3,51.3,102.2,9.6,11.5,39,5.8,0,0
"62",2,2,"mar","sun",89.3,51.3,102.2,9.6,5.5,59,6.3,0,0
"63",2,2,"aug","thu",93,75.3,466.6,7.7,18.8,35,4.9,0,0
"64",2,2,"aug","sun",90.2,99.6,631.2,6.3,20.8,33,2.7,0,0
"65",2,2,"aug","mon",91.1,103.2,638.8,5.8,23.1,31,3.1,0,0
"66",2,2,"aug","thu",91.7,114.3,661.3,6.3,18.6,44,4.5,0,0
"67",2,2,"sep","fri",92.4,117.9,668,12.2,23,37,4.5,0,0
"68",2,2,"sep","fri",92.4,117.9,668,12.2,19.6,33,5.4,0,0
"69",2,2,"sep","fri",92.4,117.9,668,12.2,19.6,33,6.3,0,0
"70",4,5,"mar","fri",91.7,33.3,77.5,9,17.2,26,4.5,0,0
"71",4,5,"mar","fri",91.2,48.3,97.8,12.5,15.8,27,7.6,0,0
"72",4,5,"sep","fri",94.3,85.1,692.3,15.9,17.7,37,3.6,0,0
"73",5,4,"mar","fri",91.7,33.3,77.5,9,15.6,25,6.3,0,0
"74",5,4,"aug","tue",88.8,147.3,614.5,9,17.3,43,4.5,0,0
"75",5,4,"sep","fri",93.3,141.2,713.9,13.9,27.6,30,1.3,0,0
"76",9,9,"feb","thu",84.2,6.8,26.6,7.7,6.7,79,3.1,0,0
"77",9,9,"feb","fri",86.6,13.2,43,5.3,15.7,43,3.1,0,0
"78",1,3,"mar","mon",87.6,52.2,103.8,5,8.3,72,3.1,0,0
"79",1,2,"aug","fri",90.1,108,529.8,12.5,14.7,66,2.7,0,0
"80",1,2,"aug","tue",91,121.2,561.6,7,21.6,19,6.7,0,0
"81",1,2,"aug","sun",91.4,142.4,601.4,10.6,19.5,39,6.3,0,0
"82",1,2,"aug","sun",90.2,99.6,631.2,6.3,17.9,44,2.2,0,0
"83",1,2,"aug","tue",94.8,108.3,647.1,17,18.6,51,4.5,0,0
"84",1,2,"aug","wed",92.1,111.2,654.1,9.6,16.6,47,0.9,0,0
"85",1,2,"aug","thu",91.7,114.3,661.3,6.3,20.2,45,3.6,0,0
"86",1,2,"sep","thu",92.9,137,706.4,9.2,21.5,15,0.9,0,0
"87",1,2,"sep","thu",92.9,137,706.4,9.2,25.4,27,2.2,0,0
"88",1,2,"sep","thu",92.9,137,706.4,9.2,22.4,34,2.2,0,0
"89",1,2,"sep","sun",93.5,149.3,728.6,8.1,25.3,36,3.6,0,0
"90",6,5,"mar","sat",91.7,35.8,80.8,7.8,17.4,25,4.9,0,0
"91",6,5,"aug","sat",90.2,96.9,624.2,8.9,14.7,59,5.8,0,0
"92",8,6,"mar","fri",91.7,35.8,80.8,7.8,17.4,24,5.4,0,0
"93",8,6,"aug","sun",92.3,85.3,488,14.7,20.8,32,6.3,0,0
"94",8,6,"aug","sun",91.4,142.4,601.4,10.6,18.2,43,4.9,0,0
"95",8,6,"aug","mon",91.1,103.2,638.8,5.8,23.4,22,2.7,0,0
"96",4,4,"sep","sun",89.7,90,704.4,4.8,17.8,64,1.3,0,0
"97",3,4,"feb","sat",83.9,8,30.2,2.6,12.7,48,1.8,0,0
"98",3,4,"mar","sat",69,2.4,15.5,0.7,17.4,24,5.4,0,0
"99",3,4,"aug","sun",91.4,142.4,601.4,10.6,11.6,87,4.5,0,0
"100",3,4,"aug","sun",91.4,142.4,601.4,10.6,19.8,39,5.4,0,0
"101",3,4,"aug","sun",91.4,142.4,601.4,10.6,19.8,39,5.4,0,0
"102",3,4,"aug","tue",88.8,147.3,614.5,9,14.4,66,5.4,0,0
"103",2,4,"aug","tue",94.8,108.3,647.1,17,20.1,40,4,0,0
"104",2,4,"sep","sat",92.5,121.1,674.4,8.6,24.1,29,4.5,0,0
"105",2,4,"jan","sat",82.1,3.7,9.3,2.9,5.3,78,3.1,0,0
"106",4,5,"mar","fri",85.9,19.5,57.3,2.8,12.7,52,6.3,0,0
"107",4,5,"mar","thu",91.4,30.7,74.3,7.5,18.2,29,3.1,0,0
"108",4,5,"aug","sun",90.2,99.6,631.2,6.3,21.4,33,3.1,0,0
"109",4,5,"sep","sat",92.5,88,698.6,7.1,20.3,45,3.1,0,0
"110",4,5,"sep","mon",88.6,91.8,709.9,7.1,17.4,56,5.4,0,0
"111",4,4,"mar","fri",85.9,19.5,57.3,2.8,13.7,43,5.8,0,0
"112",3,4,"mar","fri",91.7,33.3,77.5,9,18.8,18,4.5,0,0
"113",3,4,"sep","sun",89.7,90,704.4,4.8,22.8,39,3.6,0,0
"114",3,4,"sep","mon",91.8,78.5,724.3,9.2,18.9,35,2.7,0,0
"115",3,4,"mar","tue",88.1,25.7,67.6,3.8,15.8,27,7.6,0,0
"116",3,5,"mar","tue",88.1,25.7,67.6,3.8,15.5,27,6.3,0,0
"117",3,4,"mar","sat",91.7,35.8,80.8,7.8,11.6,30,6.3,0,0
"118",3,4,"mar","sat",91.7,35.8,80.8,7.8,15.2,27,4.9,0,0
"119",3,4,"mar","mon",90.1,39.7,86.6,6.2,10.6,30,4,0,0
"120",3,4,"aug","thu",93,75.3,466.6,7.7,19.6,36,3.1,0,0
"121",3,4,"aug","mon",91.5,145.4,608.2,10.7,10.3,74,2.2,0,0
"122",3,4,"aug","mon",91.5,145.4,608.2,10.7,17.1,43,5.4,0,0
"123",3,4,"sep","sun",92.4,124.1,680.7,8.5,22.5,42,5.4,0,0
"124",3,4,"sep","tue",84.4,73.4,671.9,3.2,17.9,45,3.1,0,0
"125",3,4,"sep","fri",94.3,85.1,692.3,15.9,19.8,50,5.4,0,0
"126",3,4,"oct","sun",92.6,46.5,691.8,8.8,20.6,24,5.4,0,0
"127",3,5,"mar","mon",87.6,52.2,103.8,5,9,49,2.2,0,0
"128",3,5,"sep","fri",93.5,149.3,728.6,8.1,17.2,43,3.1,0,0
"129",3,5,"oct","wed",91.4,37.9,673.8,5.2,15.9,46,3.6,0,0
"130",2,5,"oct","sun",92.6,46.5,691.8,8.8,15.4,35,0.9,0,0
"131",4,6,"feb","sat",68.2,21.5,87.2,0.8,15.4,40,2.7,0,0
"132",4,6,"mar","mon",87.2,23.9,64.7,4.1,14,39,3.1,0,0
"133",4,6,"mar","sun",89.3,51.3,102.2,9.6,10.6,46,4.9,0,0
"134",4,6,"sep","thu",93.7,80.9,685.2,17.9,17.6,42,3.1,0,0
"135",3,5,"mar","tue",88.1,25.7,67.6,3.8,14.9,38,2.7,0,0
"136",3,5,"aug","sat",93.5,139.4,594.2,20.3,17.6,52,5.8,0,0
"137",3,6,"sep","sun",92.4,124.1,680.7,8.5,17.2,58,1.3,0,0
"138",3,6,"sep","mon",90.9,126.5,686.5,7,15.6,66,3.1,0,0
"139",9,9,"jul","tue",85.8,48.3,313.4,3.9,18,42,2.7,0,0.36
"140",1,4,"sep","tue",91,129.5,692.6,7,21.7,38,2.2,0,0.43
"141",2,5,"sep","mon",90.9,126.5,686.5,7,21.9,39,1.8,0,0.47
"142",1,2,"aug","wed",95.5,99.9,513.3,13.2,23.3,31,4.5,0,0.55
"143",8,6,"aug","fri",90.1,108,529.8,12.5,21.2,51,8.9,0,0.61
"144",1,2,"jul","sat",90,51.3,296.3,8.7,16.6,53,5.4,0,0.71
"145",2,5,"aug","wed",95.5,99.9,513.3,13.2,23.8,32,5.4,0,0.77
"146",6,5,"aug","thu",95.2,131.7,578.8,10.4,27.4,22,4,0,0.9
"147",5,4,"mar","mon",90.1,39.7,86.6,6.2,13.2,40,5.4,0,0.95
"148",8,3,"sep","tue",84.4,73.4,671.9,3.2,24.2,28,3.6,0,0.96
"149",2,2,"aug","tue",94.8,108.3,647.1,17,17.4,43,6.7,0,1.07
"150",8,6,"sep","thu",93.7,80.9,685.2,17.9,23.7,25,4.5,0,1.12
"151",6,5,"jun","fri",92.5,56.4,433.3,7.1,23.2,39,5.4,0,1.19
"152",9,9,"jul","sun",90.1,68.6,355.2,7.2,24.8,29,2.2,0,1.36
"153",3,4,"jul","sat",90.1,51.2,424.1,6.2,24.6,43,1.8,0,1.43
"154",5,4,"sep","fri",94.3,85.1,692.3,15.9,20.1,47,4.9,0,1.46
"155",1,5,"sep","sat",93.4,145.4,721.4,8.1,29.6,27,2.7,0,1.46
"156",7,4,"aug","sun",94.8,108.3,647.1,17,16.4,47,1.3,0,1.56
"157",2,4,"sep","sat",93.4,145.4,721.4,8.1,28.6,27,2.2,0,1.61
"158",2,2,"aug","wed",92.1,111.2,654.1,9.6,18.4,45,3.6,0,1.63
"159",2,4,"aug","wed",92.1,111.2,654.1,9.6,20.5,35,4,0,1.64
"160",7,4,"sep","fri",92.4,117.9,668,12.2,19,34,5.8,0,1.69
"161",7,4,"mar","mon",90.1,39.7,86.6,6.2,16.1,29,3.1,0,1.75
"162",6,4,"aug","thu",95.2,131.7,578.8,10.4,20.3,41,4,0,1.9
"163",6,3,"mar","sat",90.6,50.1,100.4,7.8,15.2,31,8.5,0,1.94
"164",8,6,"sep","sat",92.5,121.1,674.4,8.6,17.8,56,1.8,0,1.95
"165",8,5,"sep","sun",89.7,90,704.4,4.8,17.8,67,2.2,0,2.01
"166",6,5,"mar","thu",84.9,18.2,55,3,5.3,70,4.5,0,2.14
"167",6,5,"aug","wed",92.1,111.2,654.1,9.6,16.6,47,0.9,0,2.29
"168",6,5,"aug","wed",96,127.1,570.5,16.5,23.4,33,4.5,0,2.51
"169",6,5,"mar","fri",91.2,48.3,97.8,12.5,14.6,26,9.4,0,2.53
"170",8,6,"aug","thu",95.2,131.7,578.8,10.4,20.7,45,2.2,0,2.55
"171",5,4,"sep","wed",92.9,133.3,699.6,9.2,21.9,35,1.8,0,2.57
"172",8,6,"aug","wed",85.6,90.4,609.6,6.6,17.4,50,4,0,2.69
"173",7,4,"aug","sun",91.4,142.4,601.4,10.6,20.1,39,5.4,0,2.74
"174",4,4,"sep","mon",90.9,126.5,686.5,7,17.7,39,2.2,0,3.07
"175",1,4,"aug","sat",90.2,96.9,624.2,8.9,14.2,53,1.8,0,3.5
"176",1,4,"aug","sat",90.2,96.9,624.2,8.9,20.3,39,4.9,0,4.53
"177",6,5,"apr","thu",81.5,9.1,55.2,2.7,5.8,54,5.8,0,4.61
"178",2,5,"aug","sun",90.2,99.6,631.2,6.3,19.2,44,2.7,0,4.69
"179",2,5,"sep","wed",90.1,82.9,735.7,6.2,18.3,45,2.2,0,4.88
"180",8,6,"aug","tue",88.8,147.3,614.5,9,14.4,66,5.4,0,5.23
"181",1,3,"sep","sun",92.4,124.1,680.7,8.5,23.9,32,6.7,0,5.33
"182",8,6,"oct","mon",84.9,32.8,664.2,3,19.1,32,4,0,5.44
"183",5,4,"feb","sun",86.8,15.6,48.3,3.9,12.4,53,2.2,0,6.38
"184",7,4,"oct","mon",91.7,48.5,696.1,11.1,16.8,45,4.5,0,6.83
"185",8,6,"aug","fri",93.9,135.7,586.7,15.1,20.8,34,4.9,0,6.96
"186",2,5,"sep","tue",91,129.5,692.6,7,17.6,46,3.1,0,7.04
"187",8,6,"mar","sun",89.3,51.3,102.2,9.6,11.5,39,5.8,0,7.19
"188",1,5,"sep","mon",90.9,126.5,686.5,7,21,42,2.2,0,7.3
"189",6,4,"mar","sat",90.8,41.9,89.4,7.9,13.3,42,0.9,0,7.4
"190",7,4,"mar","sun",90.7,44,92.4,5.5,11.5,60,4,0,8.24
"191",6,5,"mar","fri",91.2,48.3,97.8,12.5,11.7,33,4,0,8.31
"192",2,5,"aug","thu",95.2,131.7,578.8,10.4,24.2,28,2.7,0,8.68
"193",2,2,"aug","tue",94.8,108.3,647.1,17,24.6,22,4.5,0,8.71
"194",4,5,"sep","wed",92.9,133.3,699.6,9.2,24.3,25,4,0,9.41
"195",2,2,"aug","tue",94.8,108.3,647.1,17,24.6,22,4.5,0,10.01
"196",2,5,"aug","fri",93.9,135.7,586.7,15.1,23.5,36,5.4,0,10.02
"197",6,5,"apr","thu",81.5,9.1,55.2,2.7,5.8,54,5.8,0,10.93
"198",4,5,"sep","thu",92.9,137,706.4,9.2,21.5,15,0.9,0,11.06
"199",3,4,"sep","tue",91,129.5,692.6,7,13.9,59,6.3,0,11.24
"200",2,4,"sep","mon",63.5,70.8,665.3,0.8,22.6,38,3.6,0,11.32
"201",1,5,"sep","tue",91,129.5,692.6,7,21.6,33,2.2,0,11.53
"202",6,5,"mar","sun",90.1,37.6,83.7,7.2,12.4,54,3.6,0,12.1
"203",7,4,"feb","sun",83.9,8.7,32.1,2.1,8.8,68,2.2,0,13.05
"204",8,6,"oct","wed",91.4,37.9,673.8,5.2,20.2,37,2.7,0,13.7
"205",5,6,"mar","sat",90.6,50.1,100.4,7.8,15.1,64,4,0,13.99
"206",4,5,"sep","thu",92.9,137,706.4,9.2,22.1,34,1.8,0,14.57
"207",2,2,"aug","sat",93.5,139.4,594.2,20.3,22.9,31,7.2,0,15.45
"208",7,5,"sep","tue",91,129.5,692.6,7,20.7,37,2.2,0,17.2
"209",6,5,"sep","fri",92.4,117.9,668,12.2,19.6,33,6.3,0,19.23
"210",8,3,"sep","thu",93.7,80.9,685.2,17.9,23.2,26,4.9,0,23.41
"211",4,4,"oct","sat",90.6,43.7,686.9,6.7,18.4,25,3.1,0,24.23
"212",7,4,"aug","sat",93.5,139.4,594.2,20.3,5.1,96,5.8,0,26
"213",7,4,"sep","fri",94.3,85.1,692.3,15.9,20.1,47,4.9,0,26.13
"214",7,3,"mar","mon",87.6,52.2,103.8,5,11,46,5.8,0,27.35
"215",4,4,"mar","sat",91.7,35.8,80.8,7.8,17,27,4.9,0,28.66
"216",4,4,"mar","sat",91.7,35.8,80.8,7.8,17,27,4.9,0,28.66
"217",4,4,"sep","sun",92.4,124.1,680.7,8.5,16.9,60,1.3,0,29.48
"218",1,3,"sep","mon",88.6,91.8,709.9,7.1,12.4,73,6.3,0,30.32
"219",4,5,"sep","wed",92.9,133.3,699.6,9.2,19.4,19,1.3,0,31.72
"220",6,5,"mar","mon",90.1,39.7,86.6,6.2,15.2,27,3.1,0,31.86
"221",8,6,"aug","sun",90.2,99.6,631.2,6.3,16.2,59,3.1,0,32.07
"222",3,4,"sep","fri",93.3,141.2,713.9,13.9,18.6,49,3.6,0,35.88
"223",4,3,"mar","mon",87.6,52.2,103.8,5,11,46,5.8,0,36.85
"224",2,2,"jul","fri",88.3,150.3,309.9,6.8,13.4,79,3.6,0,37.02
"225",7,4,"sep","wed",90.1,82.9,735.7,6.2,15.4,57,4.5,0,37.71
"226",4,4,"sep","sun",93.5,149.3,728.6,8.1,22.9,39,4.9,0,48.55
"227",7,5,"oct","mon",91.7,48.5,696.1,11.1,16.1,44,4,0,49.37
"228",8,6,"aug","sat",92.2,81.8,480.8,11.9,20.1,34,4.5,0,58.3
"229",4,6,"sep","sun",93.5,149.3,728.6,8.1,28.3,26,3.1,0,64.1
"230",8,6,"aug","sat",92.2,81.8,480.8,11.9,16.4,43,4,0,71.3
"231",4,4,"sep","wed",92.9,133.3,699.6,9.2,26.4,21,4.5,0,88.49
"232",1,5,"sep","sun",93.5,149.3,728.6,8.1,27.8,27,3.1,0,95.18
"233",6,4,"sep","tue",91,129.5,692.6,7,18.7,43,2.7,0,103.39
"234",9,4,"sep","tue",84.4,73.4,671.9,3.2,24.3,36,3.1,0,105.66
"235",4,5,"sep","sat",92.5,121.1,674.4,8.6,17.7,25,3.1,0,154.88
"236",8,6,"aug","sun",91.4,142.4,601.4,10.6,19.6,41,5.8,0,196.48
"237",2,2,"sep","sat",92.5,121.1,674.4,8.6,18.2,46,1.8,0,200.94
"238",1,2,"sep","tue",91,129.5,692.6,7,18.8,40,2.2,0,212.88
"239",6,5,"sep","sat",92.5,121.1,674.4,8.6,25.1,27,4,0,1090.84
"240",7,5,"apr","sun",81.9,3,7.9,3.5,13.4,75,1.8,0,0
"241",6,3,"apr","wed",88,17.2,43.5,3.8,15.2,51,2.7,0,0
"242",4,4,"apr","fri",83,23.3,85.3,2.3,16.7,20,3.1,0,0
"243",2,4,"aug","sun",94.2,122.3,589.9,12.9,15.4,66,4,0,10.13
"244",7,4,"aug","sun",91.8,175.1,700.7,13.8,21.9,73,7.6,1,0
"245",2,4,"aug","sun",91.8,175.1,700.7,13.8,22.4,54,7.6,0,2.87
"246",3,4,"aug","sun",91.8,175.1,700.7,13.8,26.8,38,6.3,0,0.76
"247",5,4,"aug","sun",91.8,175.1,700.7,13.8,25.7,39,5.4,0,0.09
"248",2,4,"aug","wed",92.2,91.6,503.6,9.6,20.7,70,2.2,0,0.75
"249",8,6,"aug","wed",93.1,157.3,666.7,13.5,28.7,28,2.7,0,0
"250",3,4,"aug","wed",93.1,157.3,666.7,13.5,21.7,40,0.4,0,2.47
"251",8,5,"aug","wed",93.1,157.3,666.7,13.5,26.8,25,3.1,0,0.68
"252",8,5,"aug","wed",93.1,157.3,666.7,13.5,24,36,3.1,0,0.24
"253",6,5,"aug","wed",93.1,157.3,666.7,13.5,22.1,37,3.6,0,0.21
"254",7,4,"aug","thu",91.9,109.2,565.5,8,21.4,38,2.7,0,1.52
"255",6,3,"aug","thu",91.6,138.1,621.7,6.3,18.9,41,3.1,0,10.34
"256",2,5,"aug","thu",87.5,77,694.8,5,22.3,46,4,0,0
"257",8,6,"aug","sat",94.2,117.2,581.1,11,23.9,41,2.2,0,8.02
"258",4,3,"aug","sat",94.2,117.2,581.1,11,21.4,44,2.7,0,0.68
"259",3,4,"aug","sat",91.8,170.9,692.3,13.7,20.6,59,0.9,0,0
"260",7,4,"aug","sat",91.8,170.9,692.3,13.7,23.7,40,1.8,0,1.38
"261",2,4,"aug","mon",93.6,97.9,542,14.4,28.3,32,4,0,8.85
"262",3,4,"aug","fri",91.6,112.4,573,8.9,11.2,84,7.6,0,3.3
"263",2,4,"aug","fri",91.6,112.4,573,8.9,21.4,42,3.1,0,4.25
"264",6,3,"aug","fri",91.1,141.1,629.1,7.1,19.3,39,3.6,0,1.56
"265",4,4,"aug","fri",94.3,167.6,684.4,13,21.8,53,3.1,0,6.54
"266",4,4,"aug","tue",93.7,102.2,550.3,14.6,22.1,54,7.6,0,0.79
"267",6,5,"aug","tue",94.3,131.7,607.1,22.7,19.4,55,4,0,0.17
"268",2,2,"aug","tue",92.1,152.6,658.2,14.3,23.7,24,3.1,0,0
"269",3,4,"aug","tue",92.1,152.6,658.2,14.3,21,32,3.1,0,0
"270",4,4,"aug","tue",92.1,152.6,658.2,14.3,19.1,53,2.7,0,4.4
"271",2,2,"aug","tue",92.1,152.6,658.2,14.3,21.8,56,3.1,0,0.52
"272",8,6,"aug","tue",92.1,152.6,658.2,14.3,20.1,58,4.5,0,9.27
"273",2,5,"aug","tue",92.1,152.6,658.2,14.3,20.2,47,4,0,3.09
"274",4,6,"dec","sun",84.4,27.2,353.5,6.8,4.8,57,8.5,0,8.98
"275",8,6,"dec","wed",84,27.8,354.6,5.3,5.1,61,8,0,11.19
"276",4,6,"dec","thu",84.6,26.4,352,2,5.1,61,4.9,0,5.38
"277",4,4,"dec","mon",85.4,25.4,349.7,2.6,4.6,21,8.5,0,17.85
"278",3,4,"dec","mon",85.4,25.4,349.7,2.6,4.6,21,8.5,0,10.73
"279",4,4,"dec","mon",85.4,25.4,349.7,2.6,4.6,21,8.5,0,22.03
"280",4,4,"dec","mon",85.4,25.4,349.7,2.6,4.6,21,8.5,0,9.77
"281",4,6,"dec","fri",84.7,26.7,352.6,4.1,2.2,59,4.9,0,9.27
"282",6,5,"dec","tue",85.4,25.4,349.7,2.6,5.1,24,8.5,0,24.77
"283",6,3,"feb","sun",84.9,27.5,353.5,3.4,4.2,51,4,0,0
"284",3,4,"feb","wed",86.9,6.6,18.7,3.2,8.8,35,3.1,0,1.1
"285",5,4,"feb","fri",85.2,4.9,15.8,6.3,7.5,46,8,0,24.24
"286",2,5,"jul","sun",93.9,169.7,411.8,12.3,23.4,40,6.3,0,0
"287",7,6,"jul","wed",91.2,183.1,437.7,12.5,12.6,90,7.6,0.2,0
"288",7,4,"jul","sat",91.6,104.2,474.9,9,22.1,49,2.7,0,0
"289",7,4,"jul","sat",91.6,104.2,474.9,9,24.2,32,1.8,0,0
"290",7,4,"jul","sat",91.6,104.2,474.9,9,24.3,30,1.8,0,0
"291",2,5,"jul","sat",91.6,104.2,474.9,9,18.7,53,1.8,0,0
"292",9,4,"jul","sat",91.6,104.2,474.9,9,25.3,39,0.9,0,8
"293",4,5,"jul","fri",91.6,100.2,466.3,6.3,22.9,40,1.3,0,2.64
"294",7,6,"jul","tue",93.1,180.4,430.8,11,26.9,28,5.4,0,86.45
"295",8,6,"jul","tue",92.3,88.8,440.9,8.5,17.1,67,3.6,0,6.57
"296",7,5,"jun","sun",93.1,180.4,430.8,11,22.2,48,1.3,0,0
"297",6,4,"jun","sun",90.4,89.5,290.8,6.4,14.3,46,1.8,0,0.9
"298",8,6,"jun","sun",90.4,89.5,290.8,6.4,15.4,45,2.2,0,0
"299",8,6,"jun","wed",91.2,147.8,377.2,12.7,19.6,43,4.9,0,0
"300",6,5,"jun","sat",53.4,71,233.8,0.4,10.6,90,2.7,0,0
"301",6,5,"jun","mon",90.4,93.3,298.1,7.5,20.7,25,4.9,0,0
"302",6,5,"jun","mon",90.4,93.3,298.1,7.5,19.1,39,5.4,0,3.52
"303",3,6,"jun","fri",91.1,94.1,232.1,7.1,19.2,38,4.5,0,0
"304",3,6,"jun","fri",91.1,94.1,232.1,7.1,19.2,38,4.5,0,0
"305",6,5,"may","sat",85.1,28,113.8,3.5,11.3,94,4.9,0,0
"306",1,4,"sep","sun",89.6,84.1,714.3,5.7,19,52,2.2,0,0
"307",7,4,"sep","sun",89.6,84.1,714.3,5.7,17.1,53,5.4,0,0.41
"308",3,4,"sep","sun",89.6,84.1,714.3,5.7,23.8,35,3.6,0,5.18
"309",2,4,"sep","sun",92.4,105.8,758.1,9.9,16,45,1.8,0,0
"310",2,4,"sep","sun",92.4,105.8,758.1,9.9,24.9,27,2.2,0,0
"311",7,4,"sep","sun",92.4,105.8,758.1,9.9,25.3,27,2.7,0,0
"312",6,3,"sep","sun",92.4,105.8,758.1,9.9,24.8,28,1.8,0,14.29
"313",2,4,"sep","sun",50.4,46.2,706.6,0.4,12.2,78,6.3,0,0
"314",6,5,"sep","wed",92.6,115.4,777.1,8.8,24.3,27,4.9,0,0
"315",4,4,"sep","wed",92.6,115.4,777.1,8.8,19.7,41,1.8,0,1.58
"316",3,4,"sep","wed",91.2,134.7,817.5,7.2,18.5,30,2.7,0,0
"317",4,5,"sep","thu",92.4,96.2,739.4,8.6,18.6,24,5.8,0,0
"318",4,4,"sep","thu",92.4,96.2,739.4,8.6,19.2,24,4.9,0,3.78
"319",6,5,"sep","thu",92.8,119,783.5,7.5,21.6,27,2.2,0,0
"320",5,4,"sep","thu",92.8,119,783.5,7.5,21.6,28,6.3,0,4.41
"321",6,3,"sep","thu",92.8,119,783.5,7.5,18.9,34,7.2,0,34.36
"322",1,4,"sep","thu",92.8,119,783.5,7.5,16.8,28,4,0,7.21
"323",6,5,"sep","thu",92.8,119,783.5,7.5,16.8,28,4,0,1.01
"324",3,5,"sep","thu",90.7,136.9,822.8,6.8,12.9,39,2.7,0,2.18
"325",6,5,"sep","thu",88.1,53.3,726.9,5.4,13.7,56,1.8,0,4.42
"326",1,4,"sep","sat",92.2,102.3,751.5,8.4,24.2,27,3.1,0,0
"327",5,4,"sep","sat",92.2,102.3,751.5,8.4,24.1,27,3.1,0,0
"328",6,5,"sep","sat",92.2,102.3,751.5,8.4,21.2,32,2.2,0,0
"329",6,5,"sep","sat",92.2,102.3,751.5,8.4,19.7,35,1.8,0,0
"330",4,3,"sep","sat",92.2,102.3,751.5,8.4,23.5,27,4,0,3.33
"331",3,3,"sep","sat",92.2,102.3,751.5,8.4,24.2,27,3.1,0,6.58
"332",7,4,"sep","sat",91.2,124.4,795.3,8.5,21.5,28,4.5,0,15.64
"333",4,4,"sep","sat",91.2,124.4,795.3,8.5,17.1,41,2.2,0,11.22
"334",1,4,"sep","mon",92.1,87.7,721.1,9.5,18.1,54,3.1,0,2.13
"335",2,3,"sep","mon",91.6,108.4,764,6.2,18,51,5.4,0,0
"336",4,3,"sep","mon",91.6,108.4,764,6.2,9.8,86,1.8,0,0
"337",7,4,"sep","mon",91.6,108.4,764,6.2,19.3,44,2.2,0,0
"338",6,3,"sep","mon",91.6,108.4,764,6.2,23,34,2.2,0,56.04
"339",8,6,"sep","mon",91.6,108.4,764,6.2,22.7,35,2.2,0,7.48
"340",2,4,"sep","mon",91.6,108.4,764,6.2,20.4,41,1.8,0,1.47
"341",2,5,"sep","mon",91.6,108.4,764,6.2,19.3,44,2.2,0,3.93
"342",8,6,"sep","mon",91.9,111.7,770.3,6.5,15.7,51,2.2,0,0
"343",6,3,"sep","mon",91.5,130.1,807.1,7.5,20.6,37,1.8,0,0
"344",8,6,"sep","mon",91.5,130.1,807.1,7.5,15.9,51,4.5,0,2.18
"345",6,3,"sep","mon",91.5,130.1,807.1,7.5,12.2,66,4.9,0,6.1
"346",2,2,"sep","mon",91.5,130.1,807.1,7.5,16.8,43,3.1,0,5.83
"347",1,4,"sep","mon",91.5,130.1,807.1,7.5,21.3,35,2.2,0,28.19
"348",5,4,"sep","fri",92.1,99,745.3,9.6,10.1,75,3.6,0,0
"349",3,4,"sep","fri",92.1,99,745.3,9.6,17.4,57,4.5,0,0
"350",5,4,"sep","fri",92.1,99,745.3,9.6,12.8,64,3.6,0,1.64
"351",5,4,"sep","fri",92.1,99,745.3,9.6,10.1,75,3.6,0,3.71
"352",4,4,"sep","fri",92.1,99,745.3,9.6,15.4,53,6.3,0,7.31
"353",7,4,"sep","fri",92.1,99,745.3,9.6,20.6,43,3.6,0,2.03
"354",7,4,"sep","fri",92.1,99,745.3,9.6,19.8,47,2.7,0,1.72
"355",7,4,"sep","fri",92.1,99,745.3,9.6,18.7,50,2.2,0,5.97
"356",4,4,"sep","fri",92.1,99,745.3,9.6,20.8,35,4.9,0,13.06
"357",4,4,"sep","fri",92.1,99,745.3,9.6,20.8,35,4.9,0,1.26
"358",6,3,"sep","fri",92.5,122,789.7,10.2,15.9,55,3.6,0,0
"359",6,3,"sep","fri",92.5,122,789.7,10.2,19.7,39,2.7,0,0
"360",1,4,"sep","fri",92.5,122,789.7,10.2,21.1,39,2.2,0,8.12
"361",6,5,"sep","fri",92.5,122,789.7,10.2,18.4,42,2.2,0,1.09
"362",4,3,"sep","fri",92.5,122,789.7,10.2,17.3,45,4,0,3.94
"363",7,4,"sep","fri",88.2,55.2,732.3,11.6,15.2,64,3.1,0,0.52
"364",4,3,"sep","tue",91.9,111.7,770.3,6.5,15.9,53,2.2,0,2.93
"365",6,5,"sep","tue",91.9,111.7,770.3,6.5,21.1,35,2.7,0,5.65
"366",6,5,"sep","tue",91.9,111.7,770.3,6.5,19.6,45,3.1,0,20.03
"367",4,5,"sep","tue",91.1,132.3,812.1,12.5,15.9,38,5.4,0,1.75
"368",4,5,"sep","tue",91.1,132.3,812.1,12.5,16.4,27,3.6,0,0
"369",6,5,"sep","sat",91.2,94.3,744.4,8.4,16.8,47,4.9,0,12.64
"370",4,5,"sep","sun",91,276.3,825.1,7.1,13.8,77,7.6,0,0
"371",7,4,"sep","sun",91,276.3,825.1,7.1,13.8,77,7.6,0,11.06
"372",3,4,"jul","wed",91.9,133.6,520.5,8,14.2,58,4,0,0
"373",4,5,"aug","sun",92,203.2,664.5,8.1,10.4,75,0.9,0,0
"374",5,4,"aug","thu",94.8,222.4,698.6,13.9,20.3,42,2.7,0,0
"375",6,5,"sep","fri",90.3,290,855.3,7.4,10.3,78,4,0,18.3
"376",6,5,"sep","sat",91.2,94.3,744.4,8.4,15.4,57,4.9,0,39.35
"377",8,6,"aug","mon",92.1,207,672.6,8.2,21.1,54,2.2,0,0
"378",2,2,"aug","sat",93.7,231.1,715.1,8.4,21.9,42,2.2,0,174.63
"379",6,5,"mar","thu",90.9,18.9,30.6,8,8.7,51,5.8,0,0
"380",4,5,"jan","sun",18.7,1.1,171.4,0,5.2,100,0.9,0,0
"381",5,4,"jul","wed",93.7,101.3,458.8,11.9,19.3,39,7.2,0,7.73
"382",8,6,"aug","thu",90.7,194.1,643,6.8,16.2,63,2.7,0,16.33
"383",8,6,"aug","wed",95.2,217.7,690,18,28.2,29,1.8,0,5.86
"384",9,6,"aug","thu",91.6,248.4,753.8,6.3,20.5,58,2.7,0,42.87
"385",8,4,"aug","sat",91.6,273.8,819.1,7.7,21.3,44,4.5,0,12.18
"386",2,4,"aug","sun",91.6,181.3,613,7.6,20.9,50,2.2,0,16
"387",3,4,"sep","sun",90.5,96.7,750.5,11.4,20.6,55,5.4,0,24.59
"388",5,5,"mar","thu",90.9,18.9,30.6,8,11.6,48,5.4,0,0
"389",6,4,"aug","fri",94.8,227,706.7,12,23.3,34,3.1,0,28.74
"390",7,4,"aug","fri",94.8,227,706.7,12,23.3,34,3.1,0,0
"391",7,4,"feb","mon",84.7,9.5,58.3,4.1,7.5,71,6.3,0,9.96
"392",8,6,"sep","fri",91.1,91.3,738.1,7.2,20.7,46,2.7,0,30.18
"393",1,3,"sep","sun",91,276.3,825.1,7.1,21.9,43,4,0,70.76
"394",2,4,"mar","tue",93.4,15,25.6,11.4,15.2,19,7.6,0,0
"395",6,5,"feb","mon",84.1,4.6,46.7,2.2,5.3,68,1.8,0,0
"396",4,5,"feb","sun",85,9,56.9,3.5,10.1,62,1.8,0,51.78
"397",4,3,"sep","sun",90.5,96.7,750.5,11.4,20.4,55,4.9,0,3.64
"398",5,6,"aug","sun",91.6,181.3,613,7.6,24.3,33,3.6,0,3.63
"399",1,2,"aug","sat",93.7,231.1,715.1,8.4,25.9,32,3.1,0,0
"400",9,5,"jun","wed",93.3,49.5,297.7,14,28,34,4.5,0,0
"401",9,5,"jun","wed",93.3,49.5,297.7,14,28,34,4.5,0,8.16
"402",3,4,"sep","thu",91.1,88.2,731.7,8.3,22.8,46,4,0,4.95
"403",9,9,"aug","fri",94.8,227,706.7,12,25,36,4,0,0
"404",8,6,"aug","thu",90.7,194.1,643,6.8,21.3,41,3.6,0,0
"405",2,4,"sep","wed",87.9,84.8,725.1,3.7,21.8,34,2.2,0,6.04
"406",2,2,"aug","tue",94.6,212.1,680.9,9.5,27.9,27,2.2,0,0
"407",6,5,"sep","sat",87.1,291.3,860.6,4,17,67,4.9,0,3.95
"408",4,5,"feb","sat",84.7,8.2,55,2.9,14.2,46,4,0,0
"409",4,3,"sep","fri",90.3,290,855.3,7.4,19.9,44,3.1,0,7.8
"410",1,4,"jul","tue",92.3,96.2,450.2,12.1,23.4,31,5.4,0,0
"411",6,3,"feb","fri",84.1,7.3,52.8,2.7,14.7,42,2.7,0,0
"412",7,4,"feb","fri",84.6,3.2,43.6,3.3,8.2,53,9.4,0,4.62
"413",9,4,"jul","mon",92.3,92.1,442.1,9.8,22.8,27,4.5,0,1.63
"414",7,5,"aug","sat",93.7,231.1,715.1,8.4,26.4,33,3.6,0,0
"415",5,4,"aug","sun",93.6,235.1,723.1,10.1,24.1,50,4,0,0
"416",8,6,"aug","thu",94.8,222.4,698.6,13.9,27.5,27,4.9,0,746.28
"417",6,3,"jul","tue",92.7,164.1,575.8,8.9,26.3,39,3.1,0,7.02
"418",6,5,"mar","wed",93.4,17.3,28.3,9.9,13.8,24,5.8,0,0
"419",2,4,"aug","sun",92,203.2,664.5,8.1,24.9,42,5.4,0,2.44
"420",2,5,"aug","sun",91.6,181.3,613,7.6,24.8,36,4,0,3.05
"421",8,8,"aug","wed",91.7,191.4,635.9,7.8,26.2,36,4.5,0,185.76
"422",2,4,"aug","wed",95.2,217.7,690,18,30.8,19,4.5,0,0
"423",8,6,"jul","sun",88.9,263.1,795.9,5.2,29.3,27,3.6,0,6.3
"424",1,3,"sep","sat",91.2,94.3,744.4,8.4,22.3,48,4,0,0.72
"425",8,6,"aug","sat",93.7,231.1,715.1,8.4,26.9,31,3.6,0,4.96
"426",2,2,"aug","thu",91.6,248.4,753.8,6.3,20.4,56,2.2,0,0
"427",8,6,"aug","thu",91.6,248.4,753.8,6.3,20.4,56,2.2,0,0
"428",2,4,"aug","mon",92.1,207,672.6,8.2,27.9,33,2.2,0,2.35
"429",1,3,"aug","thu",94.8,222.4,698.6,13.9,26.2,34,5.8,0,0
"430",3,4,"aug","sun",91.6,181.3,613,7.6,24.6,44,4,0,3.2
"431",7,4,"sep","thu",89.7,287.2,849.3,6.8,19.4,45,3.6,0,0
"432",1,3,"aug","sat",92.1,178,605.3,9.6,23.3,40,4,0,6.36
"433",8,6,"aug","thu",94.8,222.4,698.6,13.9,23.9,38,6.7,0,0
"434",2,4,"aug","sun",93.6,235.1,723.1,10.1,20.9,66,4.9,0,15.34
"435",1,4,"aug","fri",90.6,269.8,811.2,5.5,22.2,45,3.6,0,0
"436",2,5,"jul","sat",90.8,84.7,376.6,5.6,23.8,51,1.8,0,0
"437",8,6,"aug","mon",92.1,207,672.6,8.2,26.8,35,1.3,0,0.54
"438",8,6,"aug","sat",89.4,253.6,768.4,9.7,14.2,73,2.7,0,0
"439",2,5,"aug","sat",93.7,231.1,715.1,8.4,23.6,53,4,0,6.43
"440",1,3,"sep","fri",91.1,91.3,738.1,7.2,19.1,46,2.2,0,0.33
"441",5,4,"sep","fri",90.3,290,855.3,7.4,16.2,58,3.6,0,0
"442",8,6,"aug","mon",92.1,207,672.6,8.2,25.5,29,1.8,0,1.23
"443",6,5,"apr","mon",87.9,24.9,41.6,3.7,10.9,64,3.1,0,3.35
"444",1,2,"jul","fri",90.7,80.9,368.3,16.8,14.8,78,8,0,0
"445",2,5,"sep","fri",90.3,290,855.3,7.4,16.2,58,3.6,0,9.96
"446",5,5,"aug","sun",94,47.9,100.7,10.7,17.3,80,4.5,0,0
"447",6,5,"aug","sun",92,203.2,664.5,8.1,19.1,70,2.2,0,0
"448",3,4,"mar","wed",93.4,17.3,28.3,9.9,8.9,35,8,0,0
"449",7,4,"sep","wed",89.7,284.9,844,10.1,10.5,77,4,0,0
"450",7,4,"aug","sun",91.6,181.3,613,7.6,19.3,61,4.9,0,0
"451",4,5,"aug","wed",95.2,217.7,690,18,23.4,49,5.4,0,6.43
"452",1,4,"aug","fri",90.5,196.8,649.9,16.3,11.8,88,4.9,0,9.71
"453",7,4,"aug","mon",91.5,238.2,730.6,7.5,17.7,65,4,0,0
"454",4,5,"aug","thu",89.4,266.2,803.3,5.6,17.4,54,3.1,0,0
"455",3,4,"aug","thu",91.6,248.4,753.8,6.3,16.8,56,3.1,0,0
"456",3,4,"jul","mon",94.6,160,567.2,16.7,17.9,48,2.7,0,0
"457",2,4,"aug","thu",91.6,248.4,753.8,6.3,16.6,59,2.7,0,0
"458",1,4,"aug","wed",91.7,191.4,635.9,7.8,19.9,50,4,0,82.75
"459",8,6,"aug","sat",93.7,231.1,715.1,8.4,18.9,64,4.9,0,3.32
"460",7,4,"aug","sat",91.6,273.8,819.1,7.7,15.5,72,8,0,1.94
"461",2,5,"aug","sat",93.7,231.1,715.1,8.4,18.9,64,4.9,0,0
"462",8,6,"aug","sat",93.7,231.1,715.1,8.4,18.9,64,4.9,0,0
"463",1,4,"sep","sun",91,276.3,825.1,7.1,14.5,76,7.6,0,3.71
"464",6,5,"feb","tue",75.1,4.4,16.2,1.9,4.6,82,6.3,0,5.39
"465",6,4,"feb","tue",75.1,4.4,16.2,1.9,5.1,77,5.4,0,2.14
"466",2,2,"feb","sat",79.5,3.6,15.3,1.8,4.6,59,0.9,0,6.84
"467",6,5,"mar","mon",87.2,15.1,36.9,7.1,10.2,45,5.8,0,3.18
"468",3,4,"mar","wed",90.2,18.5,41.1,7.3,11.2,41,5.4,0,5.55
"469",6,5,"mar","thu",91.3,20.6,43.5,8.5,13.3,27,3.6,0,6.61
"470",6,3,"apr","sun",91,14.6,25.6,12.3,13.7,33,9.4,0,61.13
"471",5,4,"apr","sun",91,14.6,25.6,12.3,17.6,27,5.8,0,0
"472",4,3,"may","fri",89.6,25.4,73.7,5.7,18,40,4,0,38.48
"473",8,3,"jun","mon",88.2,96.2,229,4.7,14.3,79,4,0,1.94
"474",9,4,"jun","sat",90.5,61.1,252.6,9.4,24.5,50,3.1,0,70.32
"475",4,3,"jun","thu",93,103.8,316.7,10.8,26.4,35,2.7,0,10.08
"476",2,5,"jun","thu",93.7,121.7,350.2,18,22.7,40,9.4,0,3.19
"477",4,3,"jul","thu",93.5,85.3,395,9.9,27.2,28,1.3,0,1.76
"478",4,3,"jul","sun",93.7,101.3,423.4,14.7,26.1,45,4,0,7.36
"479",7,4,"jul","sun",93.7,101.3,423.4,14.7,18.2,82,4.5,0,2.21
"480",7,4,"jul","mon",89.2,103.9,431.6,6.4,22.6,57,4.9,0,278.53
"481",9,9,"jul","thu",93.2,114.4,560,9.5,30.2,25,4.5,0,2.75
"482",4,3,"jul","thu",93.2,114.4,560,9.5,30.2,22,4.9,0,0
"483",3,4,"aug","sun",94.9,130.3,587.1,14.1,23.4,40,5.8,0,1.29
"484",8,6,"aug","sun",94.9,130.3,587.1,14.1,31,27,5.4,0,0
"485",2,5,"aug","sun",94.9,130.3,587.1,14.1,33.1,25,4,0,26.43
"486",2,4,"aug","mon",95,135.5,596.3,21.3,30.6,28,3.6,0,2.07
"487",5,4,"aug","tue",95.1,141.3,605.8,17.7,24.1,43,6.3,0,2
"488",5,4,"aug","tue",95.1,141.3,605.8,17.7,26.4,34,3.6,0,16.4
"489",4,4,"aug","tue",95.1,141.3,605.8,17.7,19.4,71,7.6,0,46.7
"490",4,4,"aug","wed",95.1,141.3,605.8,17.7,20.6,58,1.3,0,0
"491",4,4,"aug","wed",95.1,141.3,605.8,17.7,28.7,33,4,0,0
"492",4,4,"aug","thu",95.8,152,624.1,13.8,32.4,21,4.5,0,0
"493",1,3,"aug","fri",95.9,158,633.6,11.3,32.4,27,2.2,0,0
"494",1,3,"aug","fri",95.9,158,633.6,11.3,27.5,29,4.5,0,43.32
"495",6,6,"aug","sat",96,164,643,14,30.8,30,4.9,0,8.59
"496",6,6,"aug","mon",96.2,175.5,661.8,16.8,23.9,42,2.2,0,0
"497",4,5,"aug","mon",96.2,175.5,661.8,16.8,32.6,26,3.1,0,2.77
"498",3,4,"aug","tue",96.1,181.1,671.2,14.3,32.3,27,2.2,0,14.68
"499",6,5,"aug","tue",96.1,181.1,671.2,14.3,33.3,26,2.7,0,40.54
"500",7,5,"aug","tue",96.1,181.1,671.2,14.3,27.3,63,4.9,6.4,10.82
"501",8,6,"aug","tue",96.1,181.1,671.2,14.3,21.6,65,4.9,0.8,0
"502",7,5,"aug","tue",96.1,181.1,671.2,14.3,21.6,65,4.9,0.8,0
"503",4,4,"aug","tue",96.1,181.1,671.2,14.3,20.7,69,4.9,0.4,0
"504",2,4,"aug","wed",94.5,139.4,689.1,20,29.2,30,4.9,0,1.95
"505",4,3,"aug","wed",94.5,139.4,689.1,20,28.9,29,4.9,0,49.59
"506",1,2,"aug","thu",91,163.2,744.4,10.1,26.7,35,1.8,0,5.8
"507",1,2,"aug","fri",91,166.9,752.6,7.1,18.5,73,8.5,0,0
"508",2,4,"aug","fri",91,166.9,752.6,7.1,25.9,41,3.6,0,0
"509",1,2,"aug","fri",91,166.9,752.6,7.1,25.9,41,3.6,0,0
"510",5,4,"aug","fri",91,166.9,752.6,7.1,21.1,71,7.6,1.4,2.17
"511",6,5,"aug","fri",91,166.9,752.6,7.1,18.2,62,5.4,0,0.43
"512",8,6,"aug","sun",81.6,56.7,665.6,1.9,27.8,35,2.7,0,0
"513",4,3,"aug","sun",81.6,56.7,665.6,1.9,27.8,32,2.7,0,6.44
"514",2,4,"aug","sun",81.6,56.7,665.6,1.9,21.9,71,5.8,0,54.29
"515",7,4,"aug","sun",81.6,56.7,665.6,1.9,21.2,70,6.7,0,11.16
"516",1,4,"aug","sat",94.4,146,614.7,11.3,25.6,42,4,0,0
"517",6,3,"nov","tue",79.5,3,106.7,1.1,11.8,31,4.5,0,0