Bài Tập về nhà tuần 1

Show và giai thích bộ dữ liệu với bộ dữ liệu có trên 5 biến và nhiều hơn 150 quan sát bao gồm dữ liệu định lượng và dữ liệu định tính.

DULIEU: Dữ liệu nghiên cứu về một công ty bảo hiểm ở Mỹ muốn cải thiện dự báo dòng tiền bằng cách ước tính chi phí bảo hiểm sức khoẻ thông qua các biến số đo lường mức độ rủi ro về sức khoẻ của khách hàng và các yếu tố nhân khẩu học tại thời điểm các khách hàng này sử dụng dịch vụ bảo hiểm y tế của công ty trên nhập viện. Bộ dữ liệu này được thu thập trong khoảng thời gian 5 năm từ năm 2015-2020 và bao gồm có 1338 bệnh nhân nhập viện với 7 trường thông tin. Bộ dữ liệu được lấy từ website: https://www.kaggle.com/datasets/mirichoi0218/insurance.

Dữ liệu nghiên cứu bao gồm 1338 quan sát với 7 biến bao gồm 4 biến định lượng và 3 biến định tính.

Giải thích các biến:
age: số tuổi của các bệnh nhân
sex: giới tính (F: nữ ; M: nam)
bmi: chỉ số khối của cơ thể, cho biết tỷ lệ cân nặng với chiều cao ở người để đánh giá được trình trạng cơ thể: gầy, cân đối, béo phì của một người. bmi được tính bằng cân nặng / chiều cao^2 (kg/m^2), tỷ lệ bmi lý tưởng là từ 18,5 đến 24,9
children: Số trẻ em tham gia bảo hiểm y tế / số người phụ thuộc.
smoker: tình trạng sử dụng thuốc lá của các bệnh nhân (Y: có ; N: không)
region: khu vực cư trú tại MỸ của các bệnh nhân (Northeast: Đông Bắc, Southeast: Đông Nam, Southwest: Tây Bắc, Northwest: Tây Nam)
charges: chi phí y tế cá nhân do bảo hiểm thanh toán (đơn vị: USD)
setwd("C:/PTDLDT")
library(xlsx)
library(readxl)
d <-read.xlsx("DULIEU.xlsx",1)
d
##      age sex    bmi children smoker    region   charges
## 1     19   F 27.900        0      Y southwest 16884.924
## 2     18   M 33.770        1      N southeast  1725.552
## 3     28   M 33.000        3      N southeast  4449.462
## 4     33   M 22.705        0      N northwest 21984.471
## 5     32   M 28.880        0      N northwest  3866.855
## 6     31   F 25.740        0      N southeast  3756.622
## 7     46   F 33.440        1      N southeast  8240.590
## 8     37   F 27.740        3      N northwest  7281.506
## 9     37   M 29.830        2      N northeast  6406.411
## 10    60   F 25.840        0      N northwest 28923.137
## 11    25   M 26.220        0      N northeast  2721.321
## 12    62   F 26.290        0      Y southeast 27808.725
## 13    23   M 34.400        0      N southwest  1826.843
## 14    56   F 39.820        0      N southeast 11090.718
## 15    27   M 42.130        0      Y southeast 39611.758
## 16    19   M 24.600        1      N southwest  1837.237
## 17    52   F 30.780        1      N northeast 10797.336
## 18    23   M 23.845        0      N northeast  2395.172
## 19    56   M 40.300        0      N southwest 10602.385
## 20    30   M 35.300        0      Y southwest 36837.467
## 21    60   F 36.005        0      N northeast 13228.847
## 22    30   F 32.400        1      N southwest  4149.736
## 23    18   M 34.100        0      N southeast  1137.011
## 24    34   F 31.920        1      Y northeast 37701.877
## 25    37   M 28.025        2      N northwest  6203.902
## 26    59   F 27.720        3      N southeast 14001.134
## 27    63   F 23.085        0      N northeast 14451.835
## 28    55   F 32.775        2      N northwest 12268.632
## 29    23   M 17.385        1      N northwest  2775.192
## 30    31   M 36.300        2      Y southwest 38711.000
## 31    22   M 35.600        0      Y southwest 35585.576
## 32    18   F 26.315        0      N northeast  2198.190
## 33    19   F 28.600        5      N southwest  4687.797
## 34    63   M 28.310        0      N northwest 13770.098
## 35    28   M 36.400        1      Y southwest 51194.559
## 36    19   M 20.425        0      N northwest  1625.434
## 37    62   F 32.965        3      N northwest 15612.193
## 38    26   M 20.800        0      N southwest  2302.300
## 39    35   M 36.670        1      Y northeast 39774.276
## 40    60   M 39.900        0      Y southwest 48173.361
## 41    24   F 26.600        0      N northeast  3046.062
## 42    31   F 36.630        2      N southeast  4949.759
## 43    41   M 21.780        1      N southeast  6272.477
## 44    37   F 30.800        2      N southeast  6313.759
## 45    38   M 37.050        1      N northeast  6079.672
## 46    55   M 37.300        0      N southwest 20630.284
## 47    18   F 38.665        2      N northeast  3393.356
## 48    28   F 34.770        0      N northwest  3556.922
## 49    60   F 24.530        0      N southeast 12629.897
## 50    36   M 35.200        1      Y southeast 38709.176
## 51    18   F 35.625        0      N northeast  2211.131
## 52    21   F 33.630        2      N northwest  3579.829
## 53    48   M 28.000        1      Y southwest 23568.272
## 54    36   M 34.430        0      Y southeast 37742.576
## 55    40   F 28.690        3      N northwest  8059.679
## 56    58   M 36.955        2      Y northwest 47496.494
## 57    58   F 31.825        2      N northeast 13607.369
## 58    18   M 31.680        2      Y southeast 34303.167
## 59    53   F 22.880        1      Y southeast 23244.790
## 60    34   F 37.335        2      N northwest  5989.524
## 61    43   M 27.360        3      N northeast  8606.217
## 62    25   M 33.660        4      N southeast  4504.662
## 63    64   M 24.700        1      N northwest 30166.618
## 64    28   F 25.935        1      N northwest  4133.642
## 65    20   F 22.420        0      Y northwest 14711.744
## 66    19   F 28.900        0      N southwest  1743.214
## 67    61   F 39.100        2      N southwest 14235.072
## 68    40   M 26.315        1      N northwest  6389.378
## 69    40   F 36.190        0      N southeast  5920.104
## 70    28   M 23.980        3      Y southeast 17663.144
## 71    27   F 24.750        0      Y southeast 16577.780
## 72    31   M 28.500        5      N northeast  6799.458
## 73    53   F 28.100        3      N southwest 11741.726
## 74    58   M 32.010        1      N southeast 11946.626
## 75    44   M 27.400        2      N southwest  7726.854
## 76    57   M 34.010        0      N northwest 11356.661
## 77    29   F 29.590        1      N southeast  3947.413
## 78    21   M 35.530        0      N southeast  1532.470
## 79    22   F 39.805        0      N northeast  2755.021
## 80    41   F 32.965        0      N northwest  6571.024
## 81    31   M 26.885        1      N northeast  4441.213
## 82    45   F 38.285        0      N northeast  7935.291
## 83    22   M 37.620        1      Y southeast 37165.164
## 84    48   F 41.230        4      N northwest 11033.662
## 85    37   F 34.800        2      Y southwest 39836.519
## 86    45   M 22.895        2      Y northwest 21098.554
## 87    57   F 31.160        0      Y northwest 43578.939
## 88    56   F 27.200        0      N southwest 11073.176
## 89    46   F 27.740        0      N northwest  8026.667
## 90    55   F 26.980        0      N northwest 11082.577
## 91    21   F 39.490        0      N southeast  2026.974
## 92    53   F 24.795        1      N northwest 10942.132
## 93    59   M 29.830        3      Y northeast 30184.937
## 94    35   M 34.770        2      N northwest  5729.005
## 95    64   F 31.300        2      Y southwest 47291.055
## 96    28   F 37.620        1      N southeast  3766.884
## 97    54   F 30.800        3      N southwest 12105.320
## 98    55   M 38.280        0      N southeast 10226.284
## 99    56   M 19.950        0      Y northeast 22412.648
## 100   38   M 19.300        0      Y southwest 15820.699
## 101   41   F 31.600        0      N southwest  6186.127
## 102   30   M 25.460        0      N northeast  3645.089
## 103   18   F 30.115        0      N northeast 21344.847
## 104   61   F 29.920        3      Y southeast 30942.192
## 105   34   F 27.500        1      N southwest  5003.853
## 106   20   M 28.025        1      Y northwest 17560.380
## 107   19   F 28.400        1      N southwest  2331.519
## 108   26   M 30.875        2      N northwest  3877.304
## 109   29   M 27.940        0      N southeast  2867.120
## 110   63   M 35.090        0      Y southeast 47055.532
## 111   54   M 33.630        1      N northwest 10825.254
## 112   55   F 29.700        2      N southwest 11881.358
## 113   37   M 30.800        0      N southwest  4646.759
## 114   21   F 35.720        0      N northwest  2404.734
## 115   52   M 32.205        3      N northeast 11488.317
## 116   60   M 28.595        0      N northeast 30259.996
## 117   58   M 49.060        0      N southeast 11381.325
## 118   29   F 27.940        1      Y southeast 19107.780
## 119   49   F 27.170        0      N southeast  8601.329
## 120   37   F 23.370        2      N northwest  6686.431
## 121   44   M 37.100        2      N southwest  7740.337
## 122   18   M 23.750        0      N northeast  1705.624
## 123   20   F 28.975        0      N northwest  2257.475
## 124   44   M 31.350        1      Y northeast 39556.495
## 125   47   F 33.915        3      N northwest 10115.009
## 126   26   F 28.785        0      N northeast  3385.399
## 127   19   F 28.300        0      Y southwest 17081.080
## 128   52   F 37.400        0      N southwest  9634.538
## 129   32   F 17.765        2      Y northwest 32734.186
## 130   38   M 34.700        2      N southwest  6082.405
## 131   59   F 26.505        0      N northeast 12815.445
## 132   61   F 22.040        0      N northeast 13616.359
## 133   53   F 35.900        2      N southwest 11163.568
## 134   19   M 25.555        0      N northwest  1632.564
## 135   20   F 28.785        0      N northeast  2457.211
## 136   22   F 28.050        0      N southeast  2155.682
## 137   19   M 34.100        0      N southwest  1261.442
## 138   22   M 25.175        0      N northwest  2045.685
## 139   54   F 31.900        3      N southeast 27322.734
## 140   22   F 36.000        0      N southwest  2166.732
## 141   34   M 22.420        2      N northeast 27375.905
## 142   26   M 32.490        1      N northeast  3490.549
## 143   34   M 25.300        2      Y southeast 18972.495
## 144   29   M 29.735        2      N northwest 18157.876
## 145   30   M 28.690        3      Y northwest 20745.989
## 146   29   F 38.830        3      N southeast  5138.257
## 147   46   M 30.495        3      Y northwest 40720.551
## 148   51   F 37.730        1      N southeast  9877.608
## 149   53   F 37.430        1      N northwest 10959.695
## 150   19   M 28.400        1      N southwest  1842.519
## 151   35   M 24.130        1      N northwest  5125.216
## 152   48   M 29.700        0      N southeast  7789.635
## 153   32   F 37.145        3      N northeast  6334.344
## 154   42   F 23.370        0      Y northeast 19964.746
## 155   40   F 25.460        1      N northeast  7077.189
## 156   44   M 39.520        0      N northwest  6948.701
## 157   48   M 24.420        0      Y southeast 21223.676
## 158   18   M 25.175        0      Y northeast 15518.180
## 159   30   M 35.530        0      Y southeast 36950.257
## 160   50   F 27.830        3      N southeast 19749.383
## 161   42   F 26.600        0      Y northwest 21348.706
## 162   18   F 36.850        0      Y southeast 36149.484
## 163   54   M 39.600        1      N southwest 10450.552
## 164   32   F 29.800        2      N southwest  5152.134
## 165   37   M 29.640        0      N northwest  5028.147
## 166   47   M 28.215        4      N northeast 10407.086
## 167   20   F 37.000        5      N southwest  4830.630
## 168   32   F 33.155        3      N northwest  6128.797
## 169   19   F 31.825        1      N northwest  2719.280
## 170   27   M 18.905        3      N northeast  4827.905
## 171   63   M 41.470        0      N southeast 13405.390
## 172   49   M 30.300        0      N southwest  8116.680
## 173   18   M 15.960        0      N northeast  1694.796
## 174   35   F 34.800        1      N southwest  5246.047
## 175   24   F 33.345        0      N northwest  2855.438
## 176   63   F 37.700        0      Y southwest 48824.450
## 177   38   M 27.835        2      N northwest  6455.863
## 178   54   M 29.200        1      N southwest 10436.096
## 179   46   F 28.900        2      N southwest  8823.279
## 180   41   F 33.155        3      N northeast  8538.288
## 181   58   M 28.595        0      N northwest 11735.879
## 182   18   F 38.280        0      N southeast  1631.821
## 183   22   M 19.950        3      N northeast  4005.423
## 184   44   F 26.410        0      N northwest  7419.478
## 185   44   M 30.690        2      N southeast  7731.427
## 186   36   M 41.895        3      Y northeast 43753.337
## 187   26   F 29.920        2      N southeast  3981.977
## 188   30   F 30.900        3      N southwest  5325.651
## 189   41   F 32.200        1      N southwest  6775.961
## 190   29   F 32.110        2      N northwest  4922.916
## 191   61   M 31.570        0      N southeast 12557.605
## 192   36   F 26.200        0      N southwest  4883.866
## 193   25   M 25.740        0      N southeast  2137.654
## 194   56   F 26.600        1      N northwest 12044.342
## 195   18   M 34.430        0      N southeast  1137.470
## 196   19   M 30.590        0      N northwest  1639.563
## 197   39   F 32.800        0      N southwest  5649.715
## 198   45   F 28.600        2      N southeast  8516.829
## 199   51   F 18.050        0      N northwest  9644.253
## 200   64   F 39.330        0      N northeast 14901.517
## 201   19   F 32.110        0      N northwest  2130.676
## 202   48   F 32.230        1      N southeast  8871.152
## 203   60   F 24.035        0      N northwest 13012.209
## 204   27   F 36.080        0      Y southeast 37133.898
## 205   46   M 22.300        0      N southwest  7147.105
## 206   28   F 28.880        1      N northeast  4337.735
## 207   59   M 26.400        0      N southeast 11743.299
## 208   35   M 27.740        2      Y northeast 20984.094
## 209   63   F 31.800        0      N southwest 13880.949
## 210   40   M 41.230        1      N northeast  6610.110
## 211   20   M 33.000        1      N southwest  1980.070
## 212   40   M 30.875        4      N northwest  8162.716
## 213   24   M 28.500        2      N northwest  3537.703
## 214   34   F 26.730        1      N southeast  5002.783
## 215   45   F 30.900        2      N southwest  8520.026
## 216   41   F 37.100        2      N southwest  7371.772
## 217   53   F 26.600        0      N northwest 10355.641
## 218   27   M 23.100        0      N southeast  2483.736
## 219   26   F 29.920        1      N southeast  3392.977
## 220   24   F 23.210        0      N southeast 25081.768
## 221   34   F 33.700        1      N southwest  5012.471
## 222   53   F 33.250        0      N northeast 10564.885
## 223   32   M 30.800        3      N southwest  5253.524
## 224   19   M 34.800        0      Y southwest 34779.615
## 225   42   M 24.640        0      Y southeast 19515.542
## 226   55   M 33.880        3      N southeast 11987.168
## 227   28   M 38.060        0      N southeast  2689.495
## 228   58   F 41.910        0      N southeast 24227.337
## 229   41   F 31.635        1      N northeast  7358.176
## 230   47   M 25.460        2      N northeast  9225.256
## 231   42   F 36.195        1      N northwest  7443.643
## 232   59   F 27.830        3      N southeast 14001.287
## 233   19   F 17.800        0      N southwest  1727.785
## 234   59   M 27.500        1      N southwest 12333.828
## 235   39   M 24.510        2      N northwest  6710.192
## 236   40   F 22.220        2      Y southeast 19444.266
## 237   18   F 26.730        0      N southeast  1615.767
## 238   31   M 38.390        2      N southeast  4463.205
## 239   19   M 29.070        0      Y northwest 17352.680
## 240   44   M 38.060        1      N southeast  7152.671
## 241   23   F 36.670        2      Y northeast 38511.628
## 242   33   F 22.135        1      N northeast  5354.075
## 243   55   F 26.800        1      N southwest 35160.135
## 244   40   M 35.300        3      N southwest  7196.867
## 245   63   F 27.740        0      Y northeast 29523.166
## 246   54   M 30.020        0      N northwest 24476.479
## 247   60   F 38.060        0      N southeast 12648.703
## 248   24   M 35.860        0      N southeast  1986.933
## 249   19   M 20.900        1      N southwest  1832.094
## 250   29   M 28.975        1      N northeast  4040.558
## 251   18   M 17.290        2      Y northeast 12829.455
## 252   63   F 32.200        2      Y southwest 47305.305
## 253   54   M 34.210        2      Y southeast 44260.750
## 254   27   M 30.300        3      N southwest  4260.744
## 255   50   M 31.825        0      Y northeast 41097.162
## 256   55   F 25.365        3      N northeast 13047.332
## 257   56   M 33.630        0      Y northwest 43921.184
## 258   38   F 40.150        0      N southeast  5400.980
## 259   51   M 24.415        4      N northwest 11520.100
## 260   19   M 31.920        0      Y northwest 33750.292
## 261   58   F 25.200        0      N southwest 11837.160
## 262   20   F 26.840        1      Y southeast 17085.268
## 263   52   M 24.320        3      Y northeast 24869.837
## 264   19   M 36.955        0      Y northwest 36219.405
## 265   53   F 38.060        3      N southeast 20462.998
## 266   46   M 42.350        3      Y southeast 46151.124
## 267   40   M 19.800        1      Y southeast 17179.522
## 268   59   F 32.395        3      N northeast 14590.632
## 269   45   M 30.200        1      N southwest  7441.053
## 270   49   M 25.840        1      N northeast  9282.481
## 271   18   M 29.370        1      N southeast  1719.436
## 272   50   M 34.200        2      Y southwest 42856.838
## 273   41   M 37.050        2      N northwest  7265.703
## 274   50   M 27.455        1      N northeast  9617.662
## 275   25   M 27.550        0      N northwest  2523.169
## 276   47   F 26.600        2      N northeast  9715.841
## 277   19   M 20.615        2      N northwest  2803.698
## 278   22   F 24.300        0      N southwest  2150.469
## 279   59   M 31.790        2      N southeast 12928.791
## 280   51   F 21.560        1      N southeast  9855.131
## 281   40   F 28.120        1      Y northeast 22331.567
## 282   54   M 40.565        3      Y northeast 48549.178
## 283   30   M 27.645        1      N northeast  4237.127
## 284   55   F 32.395        1      N northeast 11879.104
## 285   52   F 31.200        0      N southwest  9625.920
## 286   46   M 26.620        1      N southeast  7742.110
## 287   46   F 48.070        2      N northeast  9432.925
## 288   63   F 26.220        0      N northwest 14256.193
## 289   59   F 36.765        1      Y northeast 47896.791
## 290   52   M 26.400        3      N southeast 25992.821
## 291   28   F 33.400        0      N southwest  3172.018
## 292   29   M 29.640        1      N northeast 20277.808
## 293   25   M 45.540        2      Y southeast 42112.236
## 294   22   F 28.820        0      N southeast  2156.752
## 295   25   M 26.800        3      N southwest  3906.127
## 296   18   M 22.990        0      N northeast  1704.568
## 297   19   M 27.700        0      Y southwest 16297.846
## 298   47   M 25.410        1      Y southeast 21978.677
## 299   31   M 34.390        3      Y northwest 38746.355
## 300   48   F 28.880        1      N northwest  9249.495
## 301   36   M 27.550        3      N northeast  6746.743
## 302   53   F 22.610        3      Y northeast 24873.385
## 303   56   F 37.510        2      N southeast 12265.507
## 304   28   F 33.000        2      N southeast  4349.462
## 305   57   F 38.000        2      N southwest 12646.207
## 306   29   M 33.345        2      N northwest 19442.354
## 307   28   F 27.500        2      N southwest 20177.671
## 308   30   F 33.330        1      N southeast  4151.029
## 309   58   M 34.865        0      N northeast 11944.594
## 310   41   F 33.060        2      N northwest  7749.156
## 311   50   M 26.600        0      N southwest  8444.474
## 312   19   F 24.700        0      N southwest  1737.376
## 313   43   M 35.970        3      Y southeast 42124.515
## 314   49   M 35.860        0      N southeast  8124.408
## 315   27   F 31.400        0      Y southwest 34838.873
## 316   52   M 33.250        0      N northeast  9722.770
## 317   50   M 32.205        0      N northwest  8835.265
## 318   54   M 32.775        0      N northeast 10435.065
## 319   44   F 27.645        0      N northwest  7421.195
## 320   32   M 37.335        1      N northeast  4667.608
## 321   34   M 25.270        1      N northwest  4894.753
## 322   26   F 29.640        4      N northeast 24671.663
## 323   34   M 30.800        0      Y southwest 35491.640
## 324   57   M 40.945        0      N northeast 11566.301
## 325   29   M 27.200        0      N southwest  2866.091
## 326   40   M 34.105        1      N northeast  6600.206
## 327   27   F 23.210        1      N southeast  3561.889
## 328   45   M 36.480        2      Y northwest 42760.502
## 329   64   F 33.800        1      Y southwest 47928.030
## 330   52   M 36.700        0      N southwest  9144.565
## 331   61   F 36.385        1      Y northeast 48517.563
## 332   52   M 27.360        0      Y northwest 24393.622
## 333   61   F 31.160        0      N northwest 13429.035
## 334   56   F 28.785        0      N northeast 11658.379
## 335   43   F 35.720        2      N northeast 19144.577
## 336   64   M 34.500        0      N southwest 13822.803
## 337   60   M 25.740        0      N southeast 12142.579
## 338   62   M 27.550        1      N northwest 13937.666
## 339   50   M 32.300        1      Y northeast 41919.097
## 340   46   F 27.720        1      N southeast  8232.639
## 341   24   F 27.600        0      N southwest 18955.220
## 342   62   M 30.020        0      N northwest 13352.100
## 343   60   F 27.550        0      N northeast 13217.094
## 344   63   M 36.765        0      N northeast 13981.850
## 345   49   F 41.470        4      N southeast 10977.206
## 346   34   F 29.260        3      N southeast  6184.299
## 347   33   M 35.750        2      N southeast  4889.999
## 348   46   M 33.345        1      N northeast  8334.458
## 349   36   F 29.920        1      N southeast  5478.037
## 350   19   M 27.835        0      N northwest  1635.734
## 351   57   F 23.180        0      N northwest 11830.607
## 352   50   F 25.600        0      N southwest  8932.084
## 353   30   F 27.700        0      N southwest  3554.203
## 354   33   M 35.245        0      N northeast 12404.879
## 355   18   F 38.280        0      N southeast 14133.038
## 356   46   M 27.600        0      N southwest 24603.048
## 357   46   M 43.890        3      N southeast  8944.115
## 358   47   M 29.830        3      N northwest  9620.331
## 359   23   M 41.910        0      N southeast  1837.282
## 360   18   F 20.790        0      N southeast  1607.510
## 361   48   F 32.300        2      N northeast 10043.249
## 362   35   M 30.500        1      N southwest  4751.070
## 363   19   F 21.700        0      Y southwest 13844.506
## 364   21   F 26.400        1      N southwest  2597.779
## 365   21   F 21.890        2      N southeast  3180.510
## 366   49   F 30.780        1      N northeast  9778.347
## 367   56   F 32.300        3      N northeast 13430.265
## 368   42   F 24.985        2      N northwest  8017.061
## 369   44   M 32.015        2      N northwest  8116.269
## 370   18   M 30.400        3      N northeast  3481.868
## 371   61   F 21.090        0      N northwest 13415.038
## 372   57   F 22.230        0      N northeast 12029.287
## 373   42   F 33.155        1      N northeast  7639.417
## 374   26   M 32.900        2      Y southwest 36085.219
## 375   20   M 33.330        0      N southeast  1391.529
## 376   23   F 28.310        0      Y northwest 18033.968
## 377   39   F 24.890        3      Y northeast 21659.930
## 378   24   M 40.150        0      Y southeast 38126.247
## 379   64   F 30.115        3      N northwest 16455.708
## 380   62   M 31.460        1      N southeast 27000.985
## 381   27   F 17.955        2      Y northeast 15006.579
## 382   55   M 30.685        0      Y northeast 42303.692
## 383   55   M 33.000        0      N southeast 20781.489
## 384   35   F 43.340        2      N southeast  5846.918
## 385   44   M 22.135        2      N northeast  8302.536
## 386   19   M 34.400        0      N southwest  1261.859
## 387   58   F 39.050        0      N southeast 11856.412
## 388   50   M 25.365        2      N northwest 30284.643
## 389   26   F 22.610        0      N northwest  3176.816
## 390   24   F 30.210        3      N northwest  4618.080
## 391   48   M 35.625        4      N northeast 10736.871
## 392   19   F 37.430        0      N northwest  2138.071
## 393   48   M 31.445        1      N northeast  8964.061
## 394   49   M 31.350        1      N northeast  9290.139
## 395   46   F 32.300        2      N northeast  9411.005
## 396   46   M 19.855        0      N northwest  7526.706
## 397   43   F 34.400        3      N southwest  8522.003
## 398   21   M 31.020        0      N southeast 16586.498
## 399   64   M 25.600        2      N southwest 14988.432
## 400   18   F 38.170        0      N southeast  1631.668
## 401   51   F 20.600        0      N southwest  9264.797
## 402   47   M 47.520        1      N southeast  8083.920
## 403   64   F 32.965        0      N northwest 14692.669
## 404   49   M 32.300        3      N northwest 10269.460
## 405   31   M 20.400        0      N southwest  3260.199
## 406   52   F 38.380        2      N northeast 11396.900
## 407   33   F 24.310        0      N southeast  4185.098
## 408   47   F 23.600        1      N southwest  8539.671
## 409   38   M 21.120        3      N southeast  6652.529
## 410   32   M 30.030        1      N southeast  4074.454
## 411   19   M 17.480        0      N northwest  1621.340
## 412   44   F 20.235        1      Y northeast 19594.810
## 413   26   F 17.195        2      Y northeast 14455.644
## 414   25   M 23.900        5      N southwest  5080.096
## 415   19   F 35.150        0      N northwest  2134.901
## 416   43   F 35.640        1      N southeast  7345.727
## 417   52   M 34.100        0      N southeast  9140.951
## 418   36   F 22.600        2      Y southwest 18608.262
## 419   64   M 39.160        1      N southeast 14418.280
## 420   63   F 26.980        0      Y northwest 28950.469
## 421   64   M 33.880        0      Y southeast 46889.261
## 422   61   M 35.860        0      Y southeast 46599.108
## 423   40   M 32.775        1      Y northeast 39125.332
## 424   25   M 30.590        0      N northeast  2727.395
## 425   48   M 30.200        2      N southwest  8968.330
## 426   45   M 24.310        5      N southeast  9788.866
## 427   38   F 27.265        1      N northeast  6555.070
## 428   18   F 29.165        0      N northeast  7323.735
## 429   21   F 16.815        1      N northeast  3167.456
## 430   27   F 30.400        3      N northwest 18804.752
## 431   19   M 33.100        0      N southwest 23082.955
## 432   29   F 20.235        2      N northwest  4906.410
## 433   42   M 26.900        0      N southwest  5969.723
## 434   60   F 30.500        0      N southwest 12638.195
## 435   31   M 28.595        1      N northwest  4243.590
## 436   60   M 33.110        3      N southeast 13919.823
## 437   22   M 31.730        0      N northeast  2254.797
## 438   35   M 28.900        3      N southwest  5926.846
## 439   52   F 46.750        5      N southeast 12592.534
## 440   26   M 29.450        0      N northeast  2897.323
## 441   31   F 32.680        1      N northwest  4738.268
## 442   33   F 33.500        0      Y southwest 37079.372
## 443   18   M 43.010        0      N southeast  1149.396
## 444   59   F 36.520        1      N southeast 28287.898
## 445   56   M 26.695        1      Y northwest 26109.329
## 446   45   F 33.100        0      N southwest  7345.084
## 447   60   M 29.640        0      N northeast 12731.000
## 448   56   F 25.650        0      N northwest 11454.022
## 449   40   F 29.600        0      N southwest  5910.944
## 450   35   M 38.600        1      N southwest  4762.329
## 451   39   M 29.600        4      N southwest  7512.267
## 452   30   M 24.130        1      N northwest  4032.241
## 453   24   M 23.400        0      N southwest  1969.614
## 454   20   M 29.735        0      N northwest  1769.532
## 455   32   M 46.530        2      N southeast  4686.389
## 456   59   M 37.400        0      N southwest 21797.000
## 457   55   F 30.140        2      N southeast 11881.970
## 458   57   F 30.495        0      N northwest 11840.775
## 459   56   M 39.600        0      N southwest 10601.412
## 460   40   F 33.000        3      N southeast  7682.670
## 461   49   F 36.630        3      N southeast 10381.479
## 462   42   M 30.000        0      Y southwest 22144.032
## 463   62   F 38.095        2      N northeast 15230.324
## 464   56   M 25.935        0      N northeast 11165.418
## 465   19   M 25.175        0      N northwest  1632.036
## 466   30   F 28.380        1      Y southeast 19521.968
## 467   60   F 28.700        1      N southwest 13224.693
## 468   56   F 33.820        2      N northwest 12643.378
## 469   28   F 24.320        1      N northeast 23288.928
## 470   18   F 24.090        1      N southeast  2201.097
## 471   27   M 32.670        0      N southeast  2497.038
## 472   18   F 30.115        0      N northeast  2203.472
## 473   19   F 29.800        0      N southwest  1744.465
## 474   47   F 33.345        0      N northeast 20878.784
## 475   54   M 25.100        3      Y southwest 25382.297
## 476   61   M 28.310        1      Y northwest 28868.664
## 477   24   M 28.500        0      Y northeast 35147.528
## 478   25   M 35.625        0      N northwest  2534.394
## 479   21   M 36.850        0      N southeast  1534.304
## 480   23   M 32.560        0      N southeast  1824.285
## 481   63   M 41.325        3      N northwest 15555.189
## 482   49   M 37.510        2      N southeast  9304.702
## 483   18   F 31.350        0      N southeast  1622.188
## 484   51   F 39.500        1      N southwest  9880.068
## 485   48   M 34.300        3      N southwest  9563.029
## 486   31   F 31.065        0      N northeast  4347.023
## 487   54   F 21.470        3      N northwest 12475.351
## 488   19   M 28.700        0      N southwest  1253.936
## 489   44   F 38.060        0      Y southeast 48885.136
## 490   53   M 31.160        1      N northwest 10461.979
## 491   19   F 32.900        0      N southwest  1748.774
## 492   61   F 25.080        0      N southeast 24513.091
## 493   18   F 25.080        0      N northeast  2196.473
## 494   61   M 43.400        0      N southwest 12574.049
## 495   21   M 25.700        4      Y southwest 17942.106
## 496   20   M 27.930        0      N northeast  1967.023
## 497   31   F 23.600        2      N southwest  4931.647
## 498   45   M 28.700        2      N southwest  8027.968
## 499   44   F 23.980        2      N southeast  8211.100
## 500   62   F 39.200        0      N southwest 13470.860
## 501   29   M 34.400        0      Y southwest 36197.699
## 502   43   M 26.030        0      N northeast  6837.369
## 503   51   M 23.210        1      Y southeast 22218.115
## 504   19   M 30.250        0      Y southeast 32548.340
## 505   38   F 28.930        1      N southeast  5974.385
## 506   37   M 30.875        3      N northwest  6796.863
## 507   22   M 31.350        1      N northwest  2643.269
## 508   21   M 23.750        2      N northwest  3077.095
## 509   24   F 25.270        0      N northeast  3044.213
## 510   57   F 28.700        0      N southwest 11455.280
## 511   56   M 32.110        1      N northeast 11763.001
## 512   27   M 33.660        0      N southeast  2498.414
## 513   51   M 22.420        0      N northeast  9361.327
## 514   19   M 30.400        0      N southwest  1256.299
## 515   39   M 28.300        1      Y southwest 21082.160
## 516   58   M 35.700        0      N southwest 11362.755
## 517   20   M 35.310        1      N southeast 27724.289
## 518   45   M 30.495        2      N northwest  8413.463
## 519   35   F 31.000        1      N southwest  5240.765
## 520   31   M 30.875        0      N northeast  3857.759
## 521   50   F 27.360        0      N northeast 25656.575
## 522   32   F 44.220        0      N southeast  3994.178
## 523   51   F 33.915        0      N northeast  9866.305
## 524   38   F 37.730        0      N southeast  5397.617
## 525   42   M 26.070        1      Y southeast 38245.593
## 526   18   F 33.880        0      N southeast 11482.635
## 527   19   F 30.590        2      N northwest 24059.680
## 528   51   F 25.800        1      N southwest  9861.025
## 529   46   M 39.425        1      N northeast  8342.909
## 530   18   M 25.460        0      N northeast  1708.001
## 531   57   M 42.130        1      Y southeast 48675.518
## 532   62   F 31.730        0      N northeast 14043.477
## 533   59   M 29.700        2      N southeast 12925.886
## 534   37   M 36.190        0      N southeast 19214.706
## 535   64   M 40.480        0      N southeast 13831.115
## 536   38   M 28.025        1      N northeast  6067.127
## 537   33   F 38.900        3      N southwest  5972.378
## 538   46   F 30.200        2      N southwest  8825.086
## 539   46   F 28.050        1      N southeast  8233.097
## 540   53   M 31.350        0      N southeast 27346.042
## 541   34   F 38.000        3      N southwest  6196.448
## 542   20   F 31.790        2      N southeast  3056.388
## 543   63   F 36.300        0      N southeast 13887.204
## 544   54   F 47.410        0      Y southeast 63770.428
## 545   54   M 30.210        0      N northwest 10231.500
## 546   49   M 25.840        2      Y northwest 23807.241
## 547   28   M 35.435        0      N northeast  3268.847
## 548   54   F 46.700        2      N southwest 11538.421
## 549   25   F 28.595        0      N northeast  3213.622
## 550   43   F 46.200        0      Y southeast 45863.205
## 551   63   M 30.800        0      N southwest 13390.559
## 552   32   F 28.930        0      N southeast  3972.925
## 553   62   M 21.400        0      N southwest 12957.118
## 554   52   F 31.730        2      N northwest 11187.657
## 555   25   F 41.325        0      N northeast 17878.901
## 556   28   M 23.800        2      N southwest  3847.674
## 557   46   M 33.440        1      N northeast  8334.590
## 558   34   M 34.210        0      N southeast  3935.180
## 559   35   F 34.105        3      Y northwest 39983.426
## 560   19   M 35.530        0      N northwest  1646.430
## 561   46   F 19.950        2      N northwest  9193.838
## 562   54   F 32.680        0      N northeast 10923.933
## 563   27   M 30.500        0      N southwest  2494.022
## 564   50   M 44.770        1      N southeast  9058.730
## 565   18   F 32.120        2      N southeast  2801.259
## 566   19   F 30.495        0      N northwest  2128.431
## 567   38   F 40.565        1      N northwest  6373.557
## 568   41   M 30.590        2      N northwest  7256.723
## 569   49   F 31.900        5      N southwest 11552.904
## 570   48   M 40.565        2      Y northwest 45702.022
## 571   31   F 29.100        0      N southwest  3761.292
## 572   18   F 37.290        1      N southeast  2219.445
## 573   30   F 43.120        2      N southeast  4753.637
## 574   62   F 36.860        1      N northeast 31620.001
## 575   57   F 34.295        2      N northeast 13224.057
## 576   58   F 27.170        0      N northwest 12222.898
## 577   22   M 26.840        0      N southeast  1665.000
## 578   31   F 38.095        1      Y northeast 58571.074
## 579   52   M 30.200        1      N southwest  9724.530
## 580   25   F 23.465        0      N northeast  3206.491
## 581   59   M 25.460        1      N northeast 12913.992
## 582   19   M 30.590        0      N northwest  1639.563
## 583   39   M 45.430        2      N southeast  6356.271
## 584   32   F 23.650        1      N southeast 17626.240
## 585   19   M 20.700        0      N southwest  1242.816
## 586   33   F 28.270        1      N southeast  4779.602
## 587   21   M 20.235        3      N northeast  3861.210
## 588   34   F 30.210        1      Y northwest 43943.876
## 589   61   F 35.910        0      N northeast 13635.638
## 590   38   F 30.690        1      N southeast  5976.831
## 591   58   F 29.000        0      N southwest 11842.442
## 592   47   M 19.570        1      N northwest  8428.069
## 593   20   M 31.130        2      N southeast  2566.471
## 594   21   F 21.850        1      Y northeast 15359.104
## 595   41   M 40.260        0      N southeast  5709.164
## 596   46   F 33.725        1      N northeast  8823.986
## 597   42   F 29.480        2      N southeast  7640.309
## 598   34   F 33.250        1      N northeast  5594.846
## 599   43   M 32.600        2      N southwest  7441.501
## 600   52   F 37.525        2      N northwest 33471.972
## 601   18   F 39.160        0      N southeast  1633.044
## 602   51   M 31.635        0      N northwest  9174.136
## 603   56   F 25.300        0      N southwest 11070.535
## 604   64   F 39.050        3      N southeast 16085.128
## 605   19   F 28.310        0      Y northwest 17468.984
## 606   51   F 34.100        0      N southeast  9283.562
## 607   27   F 25.175        0      N northeast  3558.620
## 608   59   F 23.655        0      Y northwest 25678.778
## 609   28   M 26.980        2      N northeast  4435.094
## 610   30   M 37.800        2      Y southwest 39241.442
## 611   47   F 29.370        1      N southeast  8547.691
## 612   38   F 34.800        2      N southwest  6571.544
## 613   18   F 33.155        0      N northeast  2207.697
## 614   34   F 19.000        3      N northeast  6753.038
## 615   20   F 33.000        0      N southeast  1880.070
## 616   47   F 36.630        1      Y southeast 42969.853
## 617   56   F 28.595        0      N northeast 11658.115
## 618   49   M 25.600        2      Y southwest 23306.547
## 619   19   F 33.110        0      Y southeast 34439.856
## 620   55   F 37.100        0      N southwest 10713.644
## 621   30   M 31.400        1      N southwest  3659.346
## 622   37   M 34.100        4      Y southwest 40182.246
## 623   49   F 21.300        1      N southwest  9182.170
## 624   18   M 33.535        0      Y northeast 34617.841
## 625   59   M 28.785        0      N northwest 12129.614
## 626   29   F 26.030        0      N northwest  3736.465
## 627   36   M 28.880        3      N northeast  6748.591
## 628   33   M 42.460        1      N southeast 11326.715
## 629   58   M 38.000        0      N southwest 11365.952
## 630   44   F 38.950        0      Y northwest 42983.459
## 631   53   M 36.100        1      N southwest 10085.846
## 632   24   M 29.300        0      N southwest  1977.815
## 633   29   F 35.530        0      N southeast  3366.670
## 634   40   M 22.705        2      N northeast  7173.360
## 635   51   M 39.700        1      N southwest  9391.346
## 636   64   M 38.190        0      N northeast 14410.932
## 637   19   F 24.510        1      N northwest  2709.112
## 638   35   F 38.095        2      N northeast 24915.046
## 639   39   M 26.410        0      Y northeast 20149.323
## 640   56   M 33.660        4      N southeast 12949.155
## 641   33   M 42.400        5      N southwest  6666.243
## 642   42   M 28.310        3      Y northwest 32787.459
## 643   61   M 33.915        0      N northeast 13143.865
## 644   23   F 34.960        3      N northwest  4466.621
## 645   43   M 35.310        2      N southeast 18806.145
## 646   48   M 30.780        3      N northeast 10141.136
## 647   39   M 26.220        1      N northwest  6123.569
## 648   40   F 23.370        3      N northeast  8252.284
## 649   18   M 28.500        0      N northeast  1712.227
## 650   58   F 32.965        0      N northeast 12430.953
## 651   49   F 42.680        2      N southeast  9800.888
## 652   53   F 39.600        1      N southeast 10579.711
## 653   48   F 31.130        0      N southeast  8280.623
## 654   45   F 36.300        2      N southeast  8527.532
## 655   59   F 35.200        0      N southeast 12244.531
## 656   52   F 25.300        2      Y southeast 24667.419
## 657   26   F 42.400        1      N southwest  3410.324
## 658   27   M 33.155        2      N northwest  4058.712
## 659   48   F 35.910        1      N northeast 26392.260
## 660   57   F 28.785        4      N northeast 14394.398
## 661   37   M 46.530        3      N southeast  6435.624
## 662   57   F 23.980        1      N southeast 22192.437
## 663   32   F 31.540        1      N northeast  5148.553
## 664   18   M 33.660        0      N southeast  1136.399
## 665   64   F 22.990        0      Y southeast 27037.914
## 666   43   M 38.060        2      Y southeast 42560.430
## 667   49   M 28.700        1      N southwest  8703.456
## 668   40   F 32.775        2      Y northwest 40003.332
## 669   62   M 32.015        0      Y northeast 45710.208
## 670   40   F 29.810        1      N southeast  6500.236
## 671   30   M 31.570        3      N southeast  4837.582
## 672   29   F 31.160        0      N northeast  3943.595
## 673   36   M 29.700        0      N southeast  4399.731
## 674   41   F 31.020        0      N southeast  6185.321
## 675   44   F 43.890        2      Y southeast 46200.985
## 676   45   M 21.375        0      N northwest  7222.786
## 677   55   F 40.810        3      N southeast 12485.801
## 678   60   M 31.350        3      Y northwest 46130.526
## 679   56   M 36.100        3      N southwest 12363.547
## 680   49   F 23.180        2      N northwest 10156.783
## 681   21   F 17.400        1      N southwest  2585.269
## 682   19   M 20.300        0      N southwest  1242.260
## 683   39   M 35.300        2      Y southwest 40103.890
## 684   53   M 24.320        0      N northwest  9863.472
## 685   33   F 18.500        1      N southwest  4766.022
## 686   53   M 26.410        2      N northeast 11244.377
## 687   42   M 26.125        2      N northeast  7729.646
## 688   40   M 41.690        0      N southeast  5438.749
## 689   47   F 24.100        1      N southwest 26236.580
## 690   27   M 31.130        1      Y southeast 34806.468
## 691   21   M 27.360        0      N northeast  2104.113
## 692   47   M 36.200        1      N southwest  8068.185
## 693   20   M 32.395        1      N northwest  2362.229
## 694   24   M 23.655        0      N northwest  2352.968
## 695   27   F 34.800        1      N southwest  3577.999
## 696   26   F 40.185        0      N northwest  3201.245
## 697   53   F 32.300        2      N northeast 29186.482
## 698   41   M 35.750        1      Y southeast 40273.645
## 699   56   M 33.725        0      N northwest 10976.246
## 700   23   F 39.270        2      N southeast  3500.612
## 701   21   F 34.870        0      N southeast  2020.552
## 702   50   F 44.745        0      N northeast  9541.696
## 703   53   M 41.470        0      N southeast  9504.310
## 704   34   F 26.410        1      N northwest  5385.338
## 705   47   F 29.545        1      N northwest  8930.935
## 706   33   F 32.900        2      N southwest  5375.038
## 707   51   F 38.060        0      Y southeast 44400.406
## 708   49   M 28.690        3      N northwest 10264.442
## 709   31   F 30.495        3      N northeast  6113.231
## 710   36   F 27.740        0      N northeast  5469.007
## 711   18   M 35.200        1      N southeast  1727.540
## 712   50   F 23.540        2      N southeast 10107.221
## 713   43   F 30.685        2      N northwest  8310.839
## 714   20   M 40.470        0      N northeast  1984.453
## 715   24   F 22.600        0      N southwest  2457.502
## 716   60   M 28.900        0      N southwest 12146.971
## 717   49   F 22.610        1      N northwest  9566.991
## 718   60   M 24.320        1      N northwest 13112.605
## 719   51   F 36.670        2      N northwest 10848.134
## 720   58   F 33.440        0      N northwest 12231.614
## 721   51   F 40.660        0      N northeast  9875.680
## 722   53   M 36.600        3      N southwest 11264.541
## 723   62   M 37.400        0      N southwest 12979.358
## 724   19   M 35.400        0      N southwest  1263.249
## 725   50   F 27.075        1      N northeast 10106.134
## 726   30   F 39.050        3      Y southeast 40932.429
## 727   41   M 28.405        1      N northwest  6664.686
## 728   29   F 21.755        1      Y northeast 16657.717
## 729   18   F 40.280        0      N northeast  2217.601
## 730   41   F 36.080        1      N southeast  6781.354
## 731   35   M 24.420        3      Y southeast 19361.999
## 732   53   M 21.400        1      N southwest 10065.413
## 733   24   F 30.100        3      N southwest  4234.927
## 734   48   F 27.265        1      N northeast  9447.250
## 735   59   F 32.100        3      N southwest 14007.222
## 736   49   F 34.770        1      N northwest  9583.893
## 737   37   F 38.390        0      Y southeast 40419.019
## 738   26   M 23.700        2      N southwest  3484.331
## 739   23   M 31.730        3      Y northeast 36189.102
## 740   29   M 35.500        2      Y southwest 44585.456
## 741   45   M 24.035        2      N northeast  8604.484
## 742   27   M 29.150        0      Y southeast 18246.496
## 743   53   M 34.105        0      Y northeast 43254.418
## 744   31   F 26.620        0      N southeast  3757.845
## 745   50   M 26.410        0      N northwest  8827.210
## 746   50   F 30.115        1      N northwest  9910.360
## 747   34   M 27.000        2      N southwest 11737.849
## 748   19   M 21.755        0      N northwest  1627.282
## 749   47   F 36.000        1      N southwest  8556.907
## 750   28   M 30.875        0      N northwest  3062.508
## 751   37   F 26.400        0      Y southeast 19539.243
## 752   21   M 28.975        0      N northwest  1906.358
## 753   64   M 37.905        0      N northwest 14210.536
## 754   58   F 22.770        0      N southeast 11833.782
## 755   24   M 33.630        4      N northeast 17128.426
## 756   31   M 27.645        2      N northeast  5031.270
## 757   39   F 22.800        3      N northeast  7985.815
## 758   47   F 27.830        0      Y southeast 23065.421
## 759   30   M 37.430        3      N northeast  5428.728
## 760   18   M 38.170        0      Y southeast 36307.798
## 761   22   F 34.580        2      N northeast  3925.758
## 762   23   M 35.200        1      N southwest  2416.955
## 763   33   M 27.100        1      Y southwest 19040.876
## 764   27   M 26.030        0      N northeast  3070.809
## 765   45   F 25.175        2      N northeast  9095.068
## 766   57   F 31.825        0      N northwest 11842.624
## 767   47   M 32.300        1      N southwest  8062.764
## 768   42   F 29.000        1      N southwest  7050.642
## 769   64   F 39.700        0      N southwest 14319.031
## 770   38   F 19.475        2      N northwest  6933.242
## 771   61   M 36.100        3      N southwest 27941.288
## 772   53   F 26.700        2      N southwest 11150.780
## 773   44   F 36.480        0      N northeast 12797.210
## 774   19   F 28.880        0      Y northwest 17748.506
## 775   41   M 34.200        2      N northwest  7261.741
## 776   51   M 33.330        3      N southeast 10560.492
## 777   40   M 32.300        2      N northwest  6986.697
## 778   45   M 39.805        0      N northeast  7448.404
## 779   35   M 34.320        3      N southeast  5934.380
## 780   53   M 28.880        0      N northwest  9869.810
## 781   30   M 24.400        3      Y southwest 18259.216
## 782   18   M 41.140        0      N southeast  1146.797
## 783   51   M 35.970        1      N southeast  9386.161
## 784   50   F 27.600        1      Y southwest 24520.264
## 785   31   F 29.260        1      N southeast  4350.514
## 786   35   F 27.700        3      N southwest  6414.178
## 787   60   M 36.955        0      N northeast 12741.167
## 788   21   M 36.860        0      N northwest  1917.318
## 789   29   M 22.515        3      N northeast  5209.579
## 790   62   F 29.920        0      N southeast 13457.961
## 791   39   F 41.800        0      N southeast  5662.225
## 792   19   M 27.600        0      N southwest  1252.407
## 793   22   F 23.180        0      N northeast  2731.912
## 794   53   M 20.900        0      Y southeast 21195.818
## 795   39   F 31.920        2      N northwest  7209.492
## 796   27   M 28.500        0      Y northwest 18310.742
## 797   30   M 44.220        2      N southeast  4266.166
## 798   30   F 22.895        1      N northeast  4719.524
## 799   58   F 33.100        0      N southwest 11848.141
## 800   33   M 24.795        0      Y northeast 17904.527
## 801   42   F 26.180        1      N southeast  7046.722
## 802   64   F 35.970        0      N southeast 14313.846
## 803   21   M 22.300        1      N southwest  2103.080
## 804   18   F 42.240        0      Y southeast 38792.686
## 805   23   M 26.510        0      N southeast  1815.876
## 806   45   F 35.815        0      N northwest  7731.858
## 807   40   F 41.420        1      N northwest 28476.735
## 808   19   F 36.575        0      N northwest  2136.882
## 809   18   M 30.140        0      N southeast  1131.507
## 810   25   M 25.840        1      N northeast  3309.793
## 811   46   F 30.800        3      N southwest  9414.920
## 812   33   F 42.940        3      N northwest  6360.994
## 813   54   M 21.010        2      N southeast 11013.712
## 814   28   M 22.515        2      N northeast  4428.888
## 815   36   M 34.430        2      N southeast  5584.306
## 816   20   F 31.460        0      N southeast  1877.929
## 817   24   F 24.225        0      N northwest  2842.761
## 818   23   M 37.100        3      N southwest  3597.596
## 819   47   F 26.125        1      Y northeast 23401.306
## 820   33   F 35.530        0      Y northwest 55135.402
## 821   45   M 33.700        1      N southwest  7445.918
## 822   26   M 17.670        0      N northwest  2680.949
## 823   18   F 31.130        0      N southeast  1621.883
## 824   44   F 29.810        2      N southeast  8219.204
## 825   60   M 24.320        0      N northwest 12523.605
## 826   64   F 31.825        2      N northeast 16069.085
## 827   56   M 31.790        2      Y southeast 43813.866
## 828   36   M 28.025        1      Y northeast 20773.628
## 829   41   M 30.780        3      Y northeast 39597.407
## 830   39   M 21.850        1      N northwest  6117.494
## 831   63   M 33.100        0      N southwest 13393.756
## 832   36   F 25.840        0      N northwest  5266.366
## 833   28   F 23.845        2      N northwest  4719.737
## 834   58   M 34.390        0      N northwest 11743.934
## 835   36   M 33.820        1      N northwest  5377.458
## 836   42   M 35.970        2      N southeast  7160.330
## 837   36   M 31.500        0      N southwest  4402.233
## 838   56   F 28.310        0      N northeast 11657.719
## 839   35   F 23.465        2      N northeast  6402.291
## 840   59   F 31.350        0      N northwest 12622.180
## 841   21   M 31.100        0      N southwest  1526.312
## 842   59   M 24.700        0      N northeast 12323.936
## 843   23   F 32.780        2      Y southeast 36021.011
## 844   57   F 29.810        0      Y southeast 27533.913
## 845   53   M 30.495        0      N northeast 10072.055
## 846   60   F 32.450        0      Y southeast 45008.955
## 847   51   F 34.200        1      N southwest  9872.701
## 848   23   M 50.380        1      N southeast  2438.055
## 849   27   F 24.100        0      N southwest  2974.126
## 850   55   M 32.775        0      N northwest 10601.632
## 851   37   F 30.780        0      Y northeast 37270.151
## 852   61   M 32.300        2      N northwest 14119.620
## 853   46   F 35.530        0      Y northeast 42111.665
## 854   53   F 23.750        2      N northeast 11729.680
## 855   49   F 23.845        3      Y northeast 24106.913
## 856   20   F 29.600        0      N southwest  1875.344
## 857   48   F 33.110        0      Y southeast 40974.165
## 858   25   M 24.130        0      Y northwest 15817.986
## 859   25   F 32.230        1      N southeast 18218.161
## 860   57   M 28.100        0      N southwest 10965.446
## 861   37   F 47.600        2      Y southwest 46113.511
## 862   38   F 28.000        3      N southwest  7151.092
## 863   55   F 33.535        2      N northwest 12269.689
## 864   36   F 19.855        0      N northeast  5458.046
## 865   51   M 25.400        0      N southwest  8782.469
## 866   40   M 29.900        2      N southwest  6600.361
## 867   18   M 37.290        0      N southeast  1141.445
## 868   57   M 43.700        1      N southwest 11576.130
## 869   61   M 23.655        0      N northeast 13129.603
## 870   25   F 24.300        3      N southwest  4391.652
## 871   50   M 36.200        0      N southwest  8457.818
## 872   26   F 29.480        1      N southeast  3392.365
## 873   42   M 24.860        0      N southeast  5966.887
## 874   43   M 30.100        1      N southwest  6849.026
## 875   44   M 21.850        3      N northeast  8891.139
## 876   23   F 28.120        0      N northwest  2690.114
## 877   49   F 27.100        1      N southwest 26140.360
## 878   33   M 33.440        5      N southeast  6653.789
## 879   41   M 28.800        1      N southwest  6282.235
## 880   37   F 29.500        2      N southwest  6311.952
## 881   22   M 34.800        3      N southwest  3443.064
## 882   23   M 27.360        1      N northwest  2789.057
## 883   21   F 22.135        0      N northeast  2585.851
## 884   51   F 37.050        3      Y northeast 46255.113
## 885   25   M 26.695        4      N northwest  4877.981
## 886   32   M 28.930        1      Y southeast 19719.695
## 887   57   M 28.975        0      Y northeast 27218.437
## 888   36   F 30.020        0      N northwest  5272.176
## 889   22   M 39.500        0      N southwest  1682.597
## 890   57   M 33.630        1      N northwest 11945.133
## 891   64   F 26.885        0      Y northwest 29330.983
## 892   36   F 29.040        4      N southeast  7243.814
## 893   54   M 24.035        0      N northeast 10422.917
## 894   47   M 38.940        2      Y southeast 44202.654
## 895   62   M 32.110        0      N northeast 13555.005
## 896   61   F 44.000        0      N southwest 13063.883
## 897   43   F 20.045        2      Y northeast 19798.055
## 898   19   M 25.555        1      N northwest  2221.564
## 899   18   F 40.260        0      N southeast  1634.573
## 900   19   F 22.515        0      N northwest  2117.339
## 901   49   M 22.515        0      N northeast  8688.859
## 902   60   M 40.920        0      Y southeast 48673.559
## 903   26   M 27.265        3      N northeast  4661.286
## 904   49   M 36.850        0      N southeast  8125.784
## 905   60   F 35.100        0      N southwest 12644.589
## 906   26   F 29.355        2      N northeast  4564.191
## 907   27   M 32.585        3      N northeast  4846.920
## 908   44   F 32.340        1      N southeast  7633.721
## 909   63   M 39.800        3      N southwest 15170.069
## 910   32   F 24.600        0      Y southwest 17496.306
## 911   22   M 28.310        1      N northwest  2639.043
## 912   18   M 31.730        0      Y northeast 33732.687
## 913   59   F 26.695        3      N northwest 14382.709
## 914   44   F 27.500        1      N southwest  7626.993
## 915   33   M 24.605        2      N northwest  5257.508
## 916   24   F 33.990        0      N southeast  2473.334
## 917   43   F 26.885        0      Y northwest 21774.322
## 918   45   M 22.895        0      Y northeast 35069.375
## 919   61   F 28.200        0      N southwest 13041.921
## 920   35   F 34.210        1      N southeast  5245.227
## 921   62   F 25.000        0      N southwest 13451.122
## 922   62   F 33.200        0      N southwest 13462.520
## 923   38   M 31.000        1      N southwest  5488.262
## 924   34   M 35.815        0      N northwest  4320.411
## 925   43   M 23.200        0      N southwest  6250.435
## 926   50   M 32.110        2      N northeast 25333.333
## 927   19   F 23.400        2      N southwest  2913.569
## 928   57   F 20.100        1      N southwest 12032.326
## 929   62   F 39.160        0      N southeast 13470.804
## 930   41   M 34.210        1      N southeast  6289.755
## 931   26   M 46.530        1      N southeast  2927.065
## 932   39   F 32.500        1      N southwest  6238.298
## 933   46   M 25.800        5      N southwest 10096.970
## 934   45   F 35.300        0      N southwest  7348.142
## 935   32   M 37.180        2      N southeast  4673.392
## 936   59   F 27.500        0      N southwest 12233.828
## 937   44   M 29.735        2      N northeast 32108.663
## 938   39   F 24.225        5      N northwest  8965.796
## 939   18   M 26.180        2      N southeast  2304.002
## 940   53   M 29.480        0      N southeast  9487.644
## 941   18   M 23.210        0      N southeast  1121.874
## 942   50   F 46.090        1      N southeast  9549.565
## 943   18   F 40.185        0      N northeast  2217.469
## 944   19   M 22.610        0      N northwest  1628.471
## 945   62   M 39.930        0      N southeast 12982.875
## 946   56   F 35.800        1      N southwest 11674.130
## 947   42   M 35.800        2      N southwest  7160.094
## 948   37   M 34.200        1      Y northeast 39047.285
## 949   42   M 31.255        0      N northwest  6358.776
## 950   25   M 29.700        3      Y southwest 19933.458
## 951   57   M 18.335        0      N northeast 11534.873
## 952   51   M 42.900        2      Y southeast 47462.894
## 953   30   F 28.405        1      N northwest  4527.183
## 954   44   M 30.200        2      Y southwest 38998.546
## 955   34   M 27.835        1      Y northwest 20009.634
## 956   31   M 39.490        1      N southeast  3875.734
## 957   54   M 30.800        1      Y southeast 41999.520
## 958   24   M 26.790        1      N northwest 12609.887
## 959   43   M 34.960        1      Y northeast 41034.221
## 960   48   M 36.670        1      N northwest 28468.919
## 961   19   F 39.615        1      N northwest  2730.108
## 962   29   F 25.900        0      N southwest  3353.284
## 963   63   F 35.200        1      N southeast 14474.675
## 964   46   M 24.795        3      N northeast  9500.573
## 965   52   M 36.765        2      N northwest 26467.097
## 966   35   M 27.100        1      N southwest  4746.344
## 967   51   M 24.795        2      Y northwest 23967.383
## 968   44   M 25.365        1      N northwest  7518.025
## 969   21   M 25.745        2      N northeast  3279.869
## 970   39   F 34.320        5      N southeast  8596.828
## 971   50   F 28.160        3      N southeast 10702.642
## 972   34   F 23.560        0      N northeast  4992.376
## 973   22   F 20.235        0      N northwest  2527.819
## 974   19   F 40.500        0      N southwest  1759.338
## 975   26   M 35.420        0      N southeast  2322.622
## 976   29   M 22.895        0      Y northeast 16138.762
## 977   48   M 40.150        0      N southeast  7804.160
## 978   26   M 29.150        1      N southeast  2902.907
## 979   45   F 39.995        3      N northeast  9704.668
## 980   36   F 29.920        0      N southeast  4889.037
## 981   54   M 25.460        1      N northeast 25517.114
## 982   34   M 21.375        0      N northeast  4500.339
## 983   31   M 25.900        3      Y southwest 19199.944
## 984   27   F 30.590        1      N northeast 16796.412
## 985   20   M 30.115        5      N northeast  4915.060
## 986   44   F 25.800        1      N southwest  7624.630
## 987   43   M 30.115        3      N northwest  8410.047
## 988   45   F 27.645        1      N northwest 28340.189
## 989   34   M 34.675        0      N northeast  4518.826
## 990   24   F 20.520        0      Y northeast 14571.891
## 991   26   F 19.800        1      N southwest  3378.910
## 992   38   F 27.835        2      N northeast  7144.863
## 993   50   F 31.600        2      N southwest 10118.424
## 994   38   M 28.270        1      N southeast  5484.467
## 995   27   F 20.045        3      Y northwest 16420.495
## 996   39   F 23.275        3      N northeast  7986.475
## 997   39   F 34.100        3      N southwest  7418.522
## 998   63   F 36.850        0      N southeast 13887.969
## 999   33   F 36.290        3      N northeast  6551.750
## 1000  36   F 26.885        0      N northwest  5267.818
## 1001  30   M 22.990        2      Y northwest 17361.766
## 1002  24   M 32.700        0      Y southwest 34472.841
## 1003  24   M 25.800        0      N southwest  1972.950
## 1004  48   M 29.600        0      N southwest 21232.182
## 1005  47   M 19.190        1      N northeast  8627.541
## 1006  29   M 31.730        2      N northwest  4433.388
## 1007  28   M 29.260        2      N northeast  4438.263
## 1008  47   M 28.215        3      Y northwest 24915.221
## 1009  25   M 24.985        2      N northeast 23241.475
## 1010  51   M 27.740        1      N northeast  9957.722
## 1011  48   F 22.800        0      N southwest  8269.044
## 1012  43   M 20.130        2      Y southeast 18767.738
## 1013  61   F 33.330        4      N southeast 36580.282
## 1014  48   M 32.300        1      N northwest  8765.249
## 1015  38   F 27.600        0      N southwest  5383.536
## 1016  59   M 25.460        0      N northwest 12124.992
## 1017  19   F 24.605        1      N northwest  2709.244
## 1018  26   F 34.200        2      N southwest  3987.926
## 1019  54   F 35.815        3      N northwest 12495.291
## 1020  21   F 32.680        2      N northwest 26018.951
## 1021  51   M 37.000        0      N southwest  8798.593
## 1022  22   F 31.020        3      Y southeast 35595.590
## 1023  47   M 36.080        1      Y southeast 42211.138
## 1024  18   M 23.320        1      N southeast  1711.027
## 1025  47   F 45.320        1      N southeast  8569.862
## 1026  21   F 34.600        0      N southwest  2020.177
## 1027  19   M 26.030        1      Y northwest 16450.895
## 1028  23   M 18.715        0      N northwest 21595.382
## 1029  54   M 31.600        0      N southwest  9850.432
## 1030  37   F 17.290        2      N northeast  6877.980
## 1031  46   F 23.655        1      Y northwest 21677.283
## 1032  55   F 35.200        0      Y southeast 44423.803
## 1033  30   F 27.930        0      N northeast  4137.523
## 1034  18   M 21.565        0      Y northeast 13747.872
## 1035  61   M 38.380        0      N northwest 12950.071
## 1036  54   F 23.000        3      N southwest 12094.478
## 1037  22   M 37.070        2      Y southeast 37484.449
## 1038  45   F 30.495        1      Y northwest 39725.518
## 1039  22   M 28.880        0      N northeast  2250.835
## 1040  19   M 27.265        2      N northwest 22493.660
## 1041  35   F 28.025        0      Y northwest 20234.855
## 1042  18   M 23.085        0      N northeast  1704.700
## 1043  20   M 30.685        0      Y northeast 33475.817
## 1044  28   F 25.800        0      N southwest  3161.454
## 1045  55   M 35.245        1      N northeast 11394.066
## 1046  43   F 24.700        2      Y northwest 21880.820
## 1047  43   F 25.080        0      N northeast  7325.048
## 1048  22   M 52.580        1      Y southeast 44501.398
## 1049  25   F 22.515        1      N northwest  3594.171
## 1050  49   M 30.900        0      Y southwest 39727.614
## 1051  44   F 36.955        1      N northwest  8023.135
## 1052  64   M 26.410        0      N northeast 14394.558
## 1053  49   M 29.830        1      N northeast  9288.027
## 1054  47   M 29.800        3      Y southwest 25309.489
## 1055  27   F 21.470        0      N northwest  3353.470
## 1056  55   M 27.645        0      N northwest 10594.502
## 1057  48   F 28.900        0      N southwest  8277.523
## 1058  45   F 31.790        0      N southeast 17929.303
## 1059  24   F 39.490        0      N southeast  2480.979
## 1060  32   M 33.820        1      N northwest  4462.722
## 1061  24   M 32.010        0      N southeast  1981.582
## 1062  57   M 27.940        1      N southeast 11554.224
## 1063  59   M 41.140        1      Y southeast 48970.248
## 1064  36   M 28.595        3      N northwest  6548.195
## 1065  29   F 25.600        4      N southwest  5708.867
## 1066  42   F 25.300        1      N southwest  7045.499
## 1067  48   M 37.290        2      N southeast  8978.185
## 1068  39   M 42.655        0      N northeast  5757.413
## 1069  63   M 21.660        1      N northwest 14349.854
## 1070  54   F 31.900        1      N southeast 10928.849
## 1071  37   M 37.070        1      Y southeast 39871.704
## 1072  63   M 31.445        0      N northeast 13974.456
## 1073  21   M 31.255        0      N northwest  1909.527
## 1074  54   F 28.880        2      N northeast 12096.651
## 1075  60   F 18.335        0      N northeast 13204.286
## 1076  32   F 29.590        1      N southeast  4562.842
## 1077  47   F 32.000        1      N southwest  8551.347
## 1078  21   M 26.030        0      N northeast  2102.265
## 1079  28   M 31.680        0      Y southeast 34672.147
## 1080  63   M 33.660        3      N southeast 15161.534
## 1081  18   M 21.780        2      N southeast 11884.049
## 1082  32   M 27.835        1      N northwest  4454.403
## 1083  38   M 19.950        1      N northwest  5855.903
## 1084  32   M 31.500        1      N southwest  4076.497
## 1085  62   F 30.495        2      N northwest 15019.760
## 1086  39   F 18.300        5      Y southwest 19023.260
## 1087  55   M 28.975        0      N northeast 10796.350
## 1088  57   M 31.540        0      N northwest 11353.228
## 1089  52   M 47.740        1      N southeast  9748.911
## 1090  56   M 22.100        0      N southwest 10577.087
## 1091  47   M 36.190        0      Y southeast 41676.081
## 1092  55   F 29.830        0      N northeast 11286.539
## 1093  23   M 32.700        3      N southwest  3591.480
## 1094  22   F 30.400        0      Y northwest 33907.548
## 1095  50   F 33.700        4      N southwest 11299.343
## 1096  18   F 31.350        4      N northeast  4561.189
## 1097  51   F 34.960        2      Y northeast 44641.197
## 1098  22   M 33.770        0      N southeast  1674.632
## 1099  52   F 30.875        0      N northeast 23045.566
## 1100  25   F 33.990        1      N southeast  3227.121
## 1101  33   F 19.095        2      Y northeast 16776.304
## 1102  53   M 28.600        3      N southwest 11253.421
## 1103  29   M 38.940        1      N southeast  3471.410
## 1104  58   M 36.080        0      N southeast 11363.283
## 1105  37   M 29.800        0      N southwest 20420.605
## 1106  54   F 31.240        0      N southeast 10338.932
## 1107  49   F 29.925        0      N northwest  8988.159
## 1108  50   F 26.220        2      N northwest 10493.946
## 1109  26   M 30.000        1      N southwest  2904.088
## 1110  45   M 20.350        3      N southeast  8605.362
## 1111  54   F 32.300        1      N northeast 11512.405
## 1112  38   M 38.390        3      Y southeast 41949.244
## 1113  48   F 25.850        3      Y southeast 24180.933
## 1114  28   F 26.315        3      N northwest  5312.170
## 1115  23   M 24.510        0      N northeast  2396.096
## 1116  55   M 32.670        1      N southeast 10807.486
## 1117  41   M 29.640        5      N northeast  9222.403
## 1118  25   M 33.330        2      Y southeast 36124.574
## 1119  33   M 35.750        1      Y southeast 38282.749
## 1120  30   F 19.950        3      N northwest  5693.431
## 1121  23   F 31.400        0      Y southwest 34166.273
## 1122  46   M 38.170        2      N southeast  8347.164
## 1123  53   F 36.860        3      Y northwest 46661.442
## 1124  27   F 32.395        1      N northeast 18903.491
## 1125  23   F 42.750        1      Y northeast 40904.200
## 1126  63   F 25.080        0      N northwest 14254.608
## 1127  55   M 29.900        0      N southwest 10214.636
## 1128  35   F 35.860        2      N southeast  5836.520
## 1129  34   M 32.800        1      N southwest 14358.364
## 1130  19   F 18.600        0      N southwest  1728.897
## 1131  39   F 23.870        5      N southeast  8582.302
## 1132  27   M 45.900        2      N southwest  3693.428
## 1133  57   M 40.280        0      N northeast 20709.020
## 1134  52   F 18.335        0      N northwest  9991.038
## 1135  28   M 33.820        0      N northwest 19673.336
## 1136  50   F 28.120        3      N northwest 11085.587
## 1137  44   F 25.000        1      N southwest  7623.518
## 1138  26   F 22.230        0      N northwest  3176.288
## 1139  33   M 30.250        0      N southeast  3704.354
## 1140  19   F 32.490        0      Y northwest 36898.733
## 1141  50   M 37.070        1      N southeast  9048.027
## 1142  41   F 32.600        3      N southwest  7954.517
## 1143  52   F 24.860        0      N southeast 27117.994
## 1144  39   M 32.340        2      N southeast  6338.076
## 1145  50   M 32.300        2      N southwest  9630.397
## 1146  52   M 32.775        3      N northwest 11289.109
## 1147  60   M 32.800        0      Y southwest 52590.829
## 1148  20   F 31.920        0      N northwest  2261.569
## 1149  55   M 21.500        1      N southwest 10791.960
## 1150  42   M 34.100        0      N southwest  5979.731
## 1151  18   F 30.305        0      N northeast  2203.736
## 1152  58   F 36.480        0      N northwest 12235.839
## 1153  43   F 32.560        3      Y southeast 40941.285
## 1154  35   F 35.815        1      N northwest  5630.458
## 1155  48   F 27.930        4      N northwest 11015.175
## 1156  36   F 22.135        3      N northeast  7228.216
## 1157  19   M 44.880        0      Y southeast 39722.746
## 1158  23   F 23.180        2      N northwest 14426.074
## 1159  20   F 30.590        0      N northeast  2459.720
## 1160  32   F 41.100        0      N southwest  3989.841
## 1161  43   F 34.580        1      N northwest  7727.253
## 1162  34   M 42.130        2      N southeast  5124.189
## 1163  30   M 38.830        1      N southeast 18963.172
## 1164  18   F 28.215        0      N northeast  2200.831
## 1165  41   F 28.310        1      N northwest  7153.554
## 1166  35   F 26.125        0      N northeast  5227.989
## 1167  57   M 40.370        0      N southeast 10982.501
## 1168  29   F 24.600        2      N southwest  4529.477
## 1169  32   M 35.200        2      N southwest  4670.640
## 1170  37   F 34.105        1      N northwest  6112.353
## 1171  18   M 27.360        1      Y northeast 17178.682
## 1172  43   F 26.700        2      Y southwest 22478.600
## 1173  56   F 41.910        0      N southeast 11093.623
## 1174  38   M 29.260        2      N northwest  6457.843
## 1175  29   M 32.110        2      N northwest  4433.916
## 1176  22   F 27.100        0      N southwest  2154.361
## 1177  52   F 24.130        1      Y northwest 23887.663
## 1178  40   F 27.400        1      N southwest  6496.886
## 1179  23   F 34.865        0      N northeast  2899.489
## 1180  31   M 29.810        0      Y southeast 19350.369
## 1181  42   F 41.325        1      N northeast  7650.774
## 1182  24   F 29.925        0      N northwest  2850.684
## 1183  25   F 30.300        0      N southwest  2632.992
## 1184  48   F 27.360        1      N northeast  9447.382
## 1185  23   F 28.490        1      Y southeast 18328.238
## 1186  45   M 23.560        2      N northeast  8603.823
## 1187  20   M 35.625        3      Y northwest 37465.344
## 1188  62   F 32.680        0      N northwest 13844.797
## 1189  43   F 25.270        1      Y northeast 21771.342
## 1190  23   F 28.000        0      N southwest 13126.677
## 1191  31   F 32.775        2      N northwest  5327.400
## 1192  41   F 21.755        1      N northeast 13725.472
## 1193  58   F 32.395        1      N northeast 13019.161
## 1194  48   F 36.575        0      N northwest  8671.191
## 1195  31   F 21.755        0      N northwest  4134.082
## 1196  19   F 27.930        3      N northwest 18838.704
## 1197  19   F 30.020        0      Y northwest 33307.551
## 1198  41   M 33.550        0      N southeast  5699.837
## 1199  40   M 29.355        1      N northwest  6393.603
## 1200  31   F 25.800        2      N southwest  4934.705
## 1201  37   M 24.320        2      N northwest  6198.752
## 1202  46   M 40.375        2      N northwest  8733.229
## 1203  22   M 32.110        0      N northwest  2055.325
## 1204  51   M 32.300        1      N northeast  9964.060
## 1205  18   F 27.280        3      Y southeast 18223.451
## 1206  35   M 17.860        1      N northwest  5116.500
## 1207  59   F 34.800        2      N southwest 36910.608
## 1208  36   M 33.400        2      Y southwest 38415.474
## 1209  37   F 25.555        1      Y northeast 20296.863
## 1210  59   M 37.100        1      N southwest 12347.172
## 1211  36   M 30.875        1      N northwest  5373.364
## 1212  39   M 34.100        2      N southeast 23563.016
## 1213  18   M 21.470        0      N northeast  1702.455
## 1214  52   F 33.300        2      N southwest 10806.839
## 1215  27   F 31.255        1      N northwest  3956.071
## 1216  18   M 39.140        0      N northeast 12890.058
## 1217  40   M 25.080        0      N southeast  5415.661
## 1218  29   M 37.290        2      N southeast  4058.116
## 1219  46   F 34.600        1      Y southwest 41661.602
## 1220  38   F 30.210        3      N northwest  7537.164
## 1221  30   F 21.945        1      N northeast  4718.204
## 1222  40   M 24.970        2      N southeast  6593.508
## 1223  50   M 25.300        0      N southeast  8442.667
## 1224  20   F 24.420        0      Y southeast 26125.675
## 1225  41   M 23.940        1      N northeast  6858.480
## 1226  33   F 39.820        1      N southeast  4795.657
## 1227  38   M 16.815        2      N northeast  6640.545
## 1228  42   M 37.180        2      N southeast  7162.012
## 1229  56   M 34.430        0      N southeast 10594.226
## 1230  58   M 30.305        0      N northeast 11938.256
## 1231  52   M 34.485        3      Y northwest 60021.399
## 1232  20   F 21.800        0      Y southwest 20167.336
## 1233  54   F 24.605        3      N northwest 12479.709
## 1234  58   M 23.300        0      N southwest 11345.519
## 1235  45   F 27.830        2      N southeast  8515.759
## 1236  26   M 31.065        0      N northwest  2699.568
## 1237  63   F 21.660        0      N northeast 14449.854
## 1238  58   F 28.215        0      N northwest 12224.351
## 1239  37   M 22.705        3      N northeast  6985.507
## 1240  25   F 42.130        1      N southeast  3238.436
## 1241  52   M 41.800        2      Y southeast 47269.854
## 1242  64   M 36.960        2      Y southeast 49577.662
## 1243  22   F 21.280        3      N northwest  4296.271
## 1244  28   F 33.110        0      N southeast  3171.615
## 1245  18   M 33.330        0      N southeast  1135.941
## 1246  28   M 24.300        5      N southwest  5615.369
## 1247  45   F 25.700        3      N southwest  9101.798
## 1248  33   M 29.400        4      N southwest  6059.173
## 1249  18   F 39.820        0      N southeast  1633.962
## 1250  32   M 33.630        1      Y northeast 37607.528
## 1251  24   M 29.830        0      Y northeast 18648.422
## 1252  19   M 19.800        0      N southwest  1241.565
## 1253  20   M 27.300        0      Y southwest 16232.847
## 1254  40   F 29.300        4      N southwest 15828.822
## 1255  34   F 27.720        0      N southeast  4415.159
## 1256  42   F 37.900        0      N southwest  6474.013
## 1257  51   F 36.385        3      N northwest 11436.738
## 1258  54   F 27.645        1      N northwest 11305.935
## 1259  55   M 37.715        3      N northwest 30063.581
## 1260  52   F 23.180        0      N northeast 10197.772
## 1261  32   F 20.520        0      N northeast  4544.235
## 1262  28   M 37.100        1      N southwest  3277.161
## 1263  41   F 28.050        1      N southeast  6770.193
## 1264  43   F 29.900        1      N southwest  7337.748
## 1265  49   F 33.345        2      N northeast 10370.913
## 1266  64   M 23.760        0      Y southeast 26926.514
## 1267  55   F 30.500        0      N southwest 10704.470
## 1268  24   M 31.065        0      Y northeast 34254.053
## 1269  20   F 33.300        0      N southwest  1880.487
## 1270  45   M 27.500        3      N southwest  8615.300
## 1271  26   M 33.915        1      N northwest  3292.530
## 1272  25   F 34.485        0      N northwest  3021.809
## 1273  43   M 25.520        5      N southeast 14478.330
## 1274  35   M 27.610        1      N southeast  4747.053
## 1275  26   M 27.060        0      Y southeast 17043.341
## 1276  57   M 23.700        0      N southwest 10959.330
## 1277  22   F 30.400        0      N northeast  2741.948
## 1278  32   F 29.735        0      N northwest  4357.044
## 1279  39   M 29.925        1      Y northeast 22462.044
## 1280  25   F 26.790        2      N northwest  4189.113
## 1281  48   F 33.330        0      N southeast  8283.681
## 1282  47   F 27.645        2      Y northwest 24535.699
## 1283  18   F 21.660        0      Y northeast 14283.459
## 1284  18   M 30.030        1      N southeast  1720.354
## 1285  61   M 36.300        1      Y southwest 47403.880
## 1286  47   F 24.320        0      N northeast  8534.672
## 1287  28   F 17.290        0      N northeast  3732.625
## 1288  36   F 25.900        1      N southwest  5472.449
## 1289  20   M 39.400        2      Y southwest 38344.566
## 1290  44   M 34.320        1      N southeast  7147.473
## 1291  38   F 19.950        2      N northeast  7133.903
## 1292  19   M 34.900        0      Y southwest 34828.654
## 1293  21   M 23.210        0      N southeast  1515.345
## 1294  46   M 25.745        3      N northwest  9301.894
## 1295  58   M 25.175        0      N northeast 11931.125
## 1296  20   M 22.000        1      N southwest  1964.780
## 1297  18   M 26.125        0      N northeast  1708.926
## 1298  28   F 26.510        2      N southeast  4340.441
## 1299  33   M 27.455        2      N northwest  5261.469
## 1300  19   F 25.745        1      N northwest  2710.829
## 1301  45   M 30.360        0      Y southeast 62592.873
## 1302  62   M 30.875        3      Y northwest 46718.163
## 1303  25   F 20.800        1      N southwest  3208.787
## 1304  43   M 27.800        0      Y southwest 37829.724
## 1305  42   M 24.605        2      Y northeast 21259.378
## 1306  24   F 27.720        0      N southeast  2464.619
## 1307  29   F 21.850        0      Y northeast 16115.305
## 1308  32   M 28.120        4      Y northwest 21472.479
## 1309  25   F 30.200        0      Y southwest 33900.653
## 1310  41   M 32.200        2      N southwest  6875.961
## 1311  42   M 26.315        1      N northwest  6940.910
## 1312  33   F 26.695        0      N northwest  4571.413
## 1313  34   M 42.900        1      N southwest  4536.259
## 1314  19   F 34.700        2      Y southwest 36397.576
## 1315  30   F 23.655        3      Y northwest 18765.875
## 1316  18   M 28.310        1      N northeast 11272.331
## 1317  19   F 20.600        0      N southwest  1731.677
## 1318  18   M 53.130        0      N southeast  1163.463
## 1319  35   M 39.710        4      N northeast 19496.719
## 1320  39   F 26.315        2      N northwest  7201.701
## 1321  31   M 31.065        3      N northwest  5425.023
## 1322  62   M 26.695        0      Y northeast 28101.333
## 1323  62   M 38.830        0      N southeast 12981.346
## 1324  42   F 40.370        2      Y southeast 43896.376
## 1325  31   M 25.935        1      N northwest  4239.893
## 1326  61   M 33.535        0      N northeast 13143.337
## 1327  42   F 32.870        0      N northeast  7050.021
## 1328  51   M 30.030        1      N southeast  9377.905
## 1329  23   F 24.225        2      N northeast 22395.744
## 1330  52   M 38.600        2      N southwest 10325.206
## 1331  57   F 25.740        2      N southeast 12629.166
## 1332  23   F 33.400        0      N southwest 10795.937
## 1333  52   F 44.700        3      N southwest 11411.685
## 1334  50   M 30.970        3      N northwest 10600.548
## 1335  18   F 31.920        0      N northeast  2205.981
## 1336  18   F 36.850        0      N southeast  1629.833
## 1337  21   F 25.800        0      N southwest  2007.945
## 1338  61   F 29.070        0      Y northwest 29141.360