dslighting 1.3.9__py3-none-any.whl → 1.7.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2038) hide show
  1. dsat/runner.py +26 -18
  2. dslighting/__init__.py +7 -1
  3. dslighting/core/agent.py +143 -27
  4. dslighting/core/config_builder.py +1 -1
  5. dslighting/core/data_loader.py +259 -0
  6. dslighting/datasets/__init__.py +177 -0
  7. dslighting/datasets/bike-sharing-demand/sampleSubmission.csv +6494 -0
  8. dslighting/datasets/bike-sharing-demand/test.csv +2179 -0
  9. dslighting/datasets/bike-sharing-demand/test_answer.csv +2179 -0
  10. dslighting/datasets/bike-sharing-demand/train.csv +8709 -0
  11. dslighting/registry/3d-object-detection-for-autonomous-vehicles/checksums.yaml +6 -0
  12. dslighting/registry/3d-object-detection-for-autonomous-vehicles/config.yaml +22 -0
  13. dslighting/registry/3d-object-detection-for-autonomous-vehicles/description.md +157 -0
  14. dslighting/registry/3d-object-detection-for-autonomous-vehicles/description_obfuscated.md +66 -0
  15. dslighting/registry/3d-object-detection-for-autonomous-vehicles/grade.py +161 -0
  16. dslighting/registry/3d-object-detection-for-autonomous-vehicles/mAP_evaluation.py +425 -0
  17. dslighting/registry/3d-object-detection-for-autonomous-vehicles/prepare.py +483 -0
  18. dslighting/registry/3d-object-detection-for-autonomous-vehicles/prepare_val.py +719 -0
  19. dslighting/registry/AI4Code/checksums.yaml +7 -0
  20. dslighting/registry/AI4Code/config.yaml +26 -0
  21. dslighting/registry/AI4Code/description.md +122 -0
  22. dslighting/registry/AI4Code/description_obfuscated.md +38 -0
  23. dslighting/registry/AI4Code/grade.py +70 -0
  24. dslighting/registry/AI4Code/prepare.py +84 -0
  25. dslighting/registry/AI4Code/prepare_val.py +159 -0
  26. dslighting/registry/README.md +466 -0
  27. dslighting/registry/__init__.py +0 -0
  28. dslighting/registry/aerial-cactus-identification/checksums.yaml +6 -0
  29. dslighting/registry/aerial-cactus-identification/config.yaml +16 -0
  30. dslighting/registry/aerial-cactus-identification/description.md +56 -0
  31. dslighting/registry/aerial-cactus-identification/description_obfuscated.md +28 -0
  32. dslighting/registry/aerial-cactus-identification/grade.py +11 -0
  33. dslighting/registry/aerial-cactus-identification/prepare.py +71 -0
  34. dslighting/registry/aerial-cactus-identification/prepare_val.py +133 -0
  35. dslighting/registry/alaska2-image-steganalysis/checksums.yaml +5 -0
  36. dslighting/registry/alaska2-image-steganalysis/config.yaml +22 -0
  37. dslighting/registry/alaska2-image-steganalysis/description.md +91 -0
  38. dslighting/registry/alaska2-image-steganalysis/description_obfuscated.md +44 -0
  39. dslighting/registry/alaska2-image-steganalysis/grade.py +136 -0
  40. dslighting/registry/alaska2-image-steganalysis/prepare.py +88 -0
  41. dslighting/registry/alaska2-image-steganalysis/prepare_val.py +148 -0
  42. dslighting/registry/aptos2019-blindness-detection/checksums.yaml +7 -0
  43. dslighting/registry/aptos2019-blindness-detection/config.yaml +24 -0
  44. dslighting/registry/aptos2019-blindness-detection/description.md +118 -0
  45. dslighting/registry/aptos2019-blindness-detection/description_obfuscated.md +40 -0
  46. dslighting/registry/aptos2019-blindness-detection/grade.py +35 -0
  47. dslighting/registry/aptos2019-blindness-detection/prepare.py +75 -0
  48. dslighting/registry/aptos2019-blindness-detection/prepare_val.py +123 -0
  49. dslighting/registry/bike-sharing-demand/__init__.py +0 -0
  50. dslighting/registry/bike-sharing-demand/config.yaml +15 -0
  51. dslighting/registry/bike-sharing-demand/description.md +54 -0
  52. dslighting/registry/bike-sharing-demand/grade.py +55 -0
  53. dslighting/registry/bike-sharing-demand/prepare.py +37 -0
  54. dslighting/registry/bike-sharing-demand/report.md +179 -0
  55. dslighting/registry/billion-word-imputation/checksums.yaml +5 -0
  56. dslighting/registry/billion-word-imputation/config.yaml +16 -0
  57. dslighting/registry/billion-word-imputation/description.md +52 -0
  58. dslighting/registry/billion-word-imputation/description_obfuscated.md +32 -0
  59. dslighting/registry/billion-word-imputation/grade.py +37 -0
  60. dslighting/registry/billion-word-imputation/prepare.py +107 -0
  61. dslighting/registry/billion-word-imputation/prepare_val.py +179 -0
  62. dslighting/registry/bms-molecular-translation/checksums.yaml +7 -0
  63. dslighting/registry/bms-molecular-translation/config.yaml +22 -0
  64. dslighting/registry/bms-molecular-translation/description.md +68 -0
  65. dslighting/registry/bms-molecular-translation/description_obfuscated.md +26 -0
  66. dslighting/registry/bms-molecular-translation/grade.py +40 -0
  67. dslighting/registry/bms-molecular-translation/prepare.py +68 -0
  68. dslighting/registry/bms-molecular-translation/prepare_val.py +131 -0
  69. dslighting/registry/cassava-leaf-disease-classification/checksums.yaml +7 -0
  70. dslighting/registry/cassava-leaf-disease-classification/config.yaml +28 -0
  71. dslighting/registry/cassava-leaf-disease-classification/description.md +124 -0
  72. dslighting/registry/cassava-leaf-disease-classification/description_obfuscated.md +36 -0
  73. dslighting/registry/cassava-leaf-disease-classification/grade.py +12 -0
  74. dslighting/registry/cassava-leaf-disease-classification/prepare.py +113 -0
  75. dslighting/registry/cassava-leaf-disease-classification/prepare_val.py +186 -0
  76. dslighting/registry/cdiscount-image-classification-challenge/checksums.yaml +9 -0
  77. dslighting/registry/cdiscount-image-classification-challenge/config.yaml +22 -0
  78. dslighting/registry/cdiscount-image-classification-challenge/description.md +100 -0
  79. dslighting/registry/cdiscount-image-classification-challenge/description_obfuscated.md +25 -0
  80. dslighting/registry/cdiscount-image-classification-challenge/grade.py +11 -0
  81. dslighting/registry/cdiscount-image-classification-challenge/prepare.py +144 -0
  82. dslighting/registry/cdiscount-image-classification-challenge/prepare_val.py +205 -0
  83. dslighting/registry/chaii-hindi-and-tamil-question-answering/checksums.yaml +7 -0
  84. dslighting/registry/chaii-hindi-and-tamil-question-answering/config.yaml +26 -0
  85. dslighting/registry/chaii-hindi-and-tamil-question-answering/description.md +138 -0
  86. dslighting/registry/chaii-hindi-and-tamil-question-answering/description_obfuscated.md +59 -0
  87. dslighting/registry/chaii-hindi-and-tamil-question-answering/grade.py +67 -0
  88. dslighting/registry/chaii-hindi-and-tamil-question-answering/prepare.py +31 -0
  89. dslighting/registry/chaii-hindi-and-tamil-question-answering/prepare_val.py +94 -0
  90. dslighting/registry/champs-scalar-coupling/checksums.yaml +13 -0
  91. dslighting/registry/champs-scalar-coupling/config.yaml +26 -0
  92. dslighting/registry/champs-scalar-coupling/description.md +111 -0
  93. dslighting/registry/champs-scalar-coupling/description_obfuscated.md +32 -0
  94. dslighting/registry/champs-scalar-coupling/grade.py +60 -0
  95. dslighting/registry/champs-scalar-coupling/prepare.py +116 -0
  96. dslighting/registry/champs-scalar-coupling/prepare_val.py +155 -0
  97. dslighting/registry/conways-reverse-game-of-life-2020/__init__.py +0 -0
  98. dslighting/registry/conways-reverse-game-of-life-2020/checksums.yaml +9 -0
  99. dslighting/registry/conways-reverse-game-of-life-2020/config.yaml +17 -0
  100. dslighting/registry/conways-reverse-game-of-life-2020/description.md +27 -0
  101. dslighting/registry/conways-reverse-game-of-life-2020/grade.py +40 -0
  102. dslighting/registry/conways-reverse-game-of-life-2020/prepare.py +41 -0
  103. dslighting/registry/dabench-0-mean-fare-paid/checksums.yaml +2 -0
  104. dslighting/registry/dabench-0-mean-fare-paid/config.yaml +16 -0
  105. dslighting/registry/dabench-0-mean-fare-paid/description.md +43 -0
  106. dslighting/registry/dabench-0-mean-fare-paid/grade.py +66 -0
  107. dslighting/registry/dabench-0-mean-fare-paid/prepare.py +49 -0
  108. dslighting/registry/dabench-10-total-traded-quantity/checksums.yaml +2 -0
  109. dslighting/registry/dabench-10-total-traded-quantity/config.yaml +16 -0
  110. dslighting/registry/dabench-10-total-traded-quantity/description.md +43 -0
  111. dslighting/registry/dabench-10-total-traded-quantity/grade.py +66 -0
  112. dslighting/registry/dabench-10-total-traded-quantity/prepare.py +49 -0
  113. dslighting/registry/dabench-105-correlation-coefficient-between/checksums.yaml +2 -0
  114. dslighting/registry/dabench-105-correlation-coefficient-between/config.yaml +16 -0
  115. dslighting/registry/dabench-105-correlation-coefficient-between/description.md +43 -0
  116. dslighting/registry/dabench-105-correlation-coefficient-between/grade.py +66 -0
  117. dslighting/registry/dabench-105-correlation-coefficient-between/prepare.py +49 -0
  118. dslighting/registry/dabench-108-generate-feature-called/checksums.yaml +2 -0
  119. dslighting/registry/dabench-108-generate-feature-called/config.yaml +16 -0
  120. dslighting/registry/dabench-108-generate-feature-called/description.md +43 -0
  121. dslighting/registry/dabench-108-generate-feature-called/grade.py +66 -0
  122. dslighting/registry/dabench-108-generate-feature-called/prepare.py +49 -0
  123. dslighting/registry/dabench-109-explore-distribution-loanamount/checksums.yaml +2 -0
  124. dslighting/registry/dabench-109-explore-distribution-loanamount/config.yaml +16 -0
  125. dslighting/registry/dabench-109-explore-distribution-loanamount/description.md +45 -0
  126. dslighting/registry/dabench-109-explore-distribution-loanamount/grade.py +66 -0
  127. dslighting/registry/dabench-109-explore-distribution-loanamount/prepare.py +49 -0
  128. dslighting/registry/dabench-11-correlation-coefficient-between/checksums.yaml +2 -0
  129. dslighting/registry/dabench-11-correlation-coefficient-between/config.yaml +16 -0
  130. dslighting/registry/dabench-11-correlation-coefficient-between/description.md +45 -0
  131. dslighting/registry/dabench-11-correlation-coefficient-between/grade.py +66 -0
  132. dslighting/registry/dabench-11-correlation-coefficient-between/prepare.py +49 -0
  133. dslighting/registry/dabench-111-comprehensive-data-preprocessing/checksums.yaml +2 -0
  134. dslighting/registry/dabench-111-comprehensive-data-preprocessing/config.yaml +16 -0
  135. dslighting/registry/dabench-111-comprehensive-data-preprocessing/description.md +43 -0
  136. dslighting/registry/dabench-111-comprehensive-data-preprocessing/grade.py +66 -0
  137. dslighting/registry/dabench-111-comprehensive-data-preprocessing/prepare.py +49 -0
  138. dslighting/registry/dabench-114-which-country-highest/checksums.yaml +2 -0
  139. dslighting/registry/dabench-114-which-country-highest/config.yaml +16 -0
  140. dslighting/registry/dabench-114-which-country-highest/description.md +43 -0
  141. dslighting/registry/dabench-114-which-country-highest/grade.py +66 -0
  142. dslighting/registry/dabench-114-which-country-highest/prepare.py +49 -0
  143. dslighting/registry/dabench-116-there-outliers-happiness/checksums.yaml +2 -0
  144. dslighting/registry/dabench-116-there-outliers-happiness/config.yaml +16 -0
  145. dslighting/registry/dabench-116-there-outliers-happiness/description.md +43 -0
  146. dslighting/registry/dabench-116-there-outliers-happiness/grade.py +66 -0
  147. dslighting/registry/dabench-116-there-outliers-happiness/prepare.py +49 -0
  148. dslighting/registry/dabench-117-which-variable-strongest/checksums.yaml +2 -0
  149. dslighting/registry/dabench-117-which-variable-strongest/config.yaml +16 -0
  150. dslighting/registry/dabench-117-which-variable-strongest/description.md +45 -0
  151. dslighting/registry/dabench-117-which-variable-strongest/grade.py +66 -0
  152. dslighting/registry/dabench-117-which-variable-strongest/prepare.py +49 -0
  153. dslighting/registry/dabench-118-there-linear-relationship/checksums.yaml +2 -0
  154. dslighting/registry/dabench-118-there-linear-relationship/config.yaml +16 -0
  155. dslighting/registry/dabench-118-there-linear-relationship/description.md +43 -0
  156. dslighting/registry/dabench-118-there-linear-relationship/grade.py +66 -0
  157. dslighting/registry/dabench-118-there-linear-relationship/prepare.py +49 -0
  158. dslighting/registry/dabench-123-which-country-highest/checksums.yaml +2 -0
  159. dslighting/registry/dabench-123-which-country-highest/config.yaml +16 -0
  160. dslighting/registry/dabench-123-which-country-highest/description.md +46 -0
  161. dslighting/registry/dabench-123-which-country-highest/grade.py +66 -0
  162. dslighting/registry/dabench-123-which-country-highest/prepare.py +49 -0
  163. dslighting/registry/dabench-124-there-significant-difference/checksums.yaml +2 -0
  164. dslighting/registry/dabench-124-there-significant-difference/config.yaml +16 -0
  165. dslighting/registry/dabench-124-there-significant-difference/description.md +48 -0
  166. dslighting/registry/dabench-124-there-significant-difference/grade.py +66 -0
  167. dslighting/registry/dabench-124-there-significant-difference/prepare.py +49 -0
  168. dslighting/registry/dabench-125-predict-number-people/checksums.yaml +2 -0
  169. dslighting/registry/dabench-125-predict-number-people/config.yaml +16 -0
  170. dslighting/registry/dabench-125-predict-number-people/description.md +52 -0
  171. dslighting/registry/dabench-125-predict-number-people/grade.py +66 -0
  172. dslighting/registry/dabench-125-predict-number-people/prepare.py +49 -0
  173. dslighting/registry/dabench-129-mean-standard-deviation/checksums.yaml +2 -0
  174. dslighting/registry/dabench-129-mean-standard-deviation/config.yaml +16 -0
  175. dslighting/registry/dabench-129-mean-standard-deviation/description.md +44 -0
  176. dslighting/registry/dabench-129-mean-standard-deviation/grade.py +66 -0
  177. dslighting/registry/dabench-129-mean-standard-deviation/prepare.py +49 -0
  178. dslighting/registry/dabench-130-passengers-follows-normal/checksums.yaml +2 -0
  179. dslighting/registry/dabench-130-passengers-follows-normal/config.yaml +16 -0
  180. dslighting/registry/dabench-130-passengers-follows-normal/description.md +43 -0
  181. dslighting/registry/dabench-130-passengers-follows-normal/grade.py +66 -0
  182. dslighting/registry/dabench-130-passengers-follows-normal/prepare.py +49 -0
  183. dslighting/registry/dabench-132-identify-count-number/checksums.yaml +2 -0
  184. dslighting/registry/dabench-132-identify-count-number/config.yaml +16 -0
  185. dslighting/registry/dabench-132-identify-count-number/description.md +46 -0
  186. dslighting/registry/dabench-132-identify-count-number/grade.py +66 -0
  187. dslighting/registry/dabench-132-identify-count-number/prepare.py +49 -0
  188. dslighting/registry/dabench-133-comprehensive-data-preprocessing/checksums.yaml +2 -0
  189. dslighting/registry/dabench-133-comprehensive-data-preprocessing/config.yaml +16 -0
  190. dslighting/registry/dabench-133-comprehensive-data-preprocessing/description.md +49 -0
  191. dslighting/registry/dabench-133-comprehensive-data-preprocessing/grade.py +66 -0
  192. dslighting/registry/dabench-133-comprehensive-data-preprocessing/prepare.py +49 -0
  193. dslighting/registry/dabench-136-distribution-analysis-fare/checksums.yaml +2 -0
  194. dslighting/registry/dabench-136-distribution-analysis-fare/config.yaml +16 -0
  195. dslighting/registry/dabench-136-distribution-analysis-fare/description.md +45 -0
  196. dslighting/registry/dabench-136-distribution-analysis-fare/grade.py +66 -0
  197. dslighting/registry/dabench-136-distribution-analysis-fare/prepare.py +49 -0
  198. dslighting/registry/dabench-137-feature-engineering-creating/checksums.yaml +2 -0
  199. dslighting/registry/dabench-137-feature-engineering-creating/config.yaml +16 -0
  200. dslighting/registry/dabench-137-feature-engineering-creating/description.md +43 -0
  201. dslighting/registry/dabench-137-feature-engineering-creating/grade.py +66 -0
  202. dslighting/registry/dabench-137-feature-engineering-creating/prepare.py +49 -0
  203. dslighting/registry/dabench-139-question-percentage-votes/checksums.yaml +2 -0
  204. dslighting/registry/dabench-139-question-percentage-votes/config.yaml +16 -0
  205. dslighting/registry/dabench-139-question-percentage-votes/description.md +43 -0
  206. dslighting/registry/dabench-139-question-percentage-votes/grade.py +66 -0
  207. dslighting/registry/dabench-139-question-percentage-votes/prepare.py +49 -0
  208. dslighting/registry/dabench-14-feature-called-price/checksums.yaml +2 -0
  209. dslighting/registry/dabench-14-feature-called-price/config.yaml +16 -0
  210. dslighting/registry/dabench-14-feature-called-price/description.md +45 -0
  211. dslighting/registry/dabench-14-feature-called-price/grade.py +66 -0
  212. dslighting/registry/dabench-14-feature-called-price/prepare.py +49 -0
  213. dslighting/registry/dabench-140-question-there-correlation/checksums.yaml +2 -0
  214. dslighting/registry/dabench-140-question-there-correlation/config.yaml +16 -0
  215. dslighting/registry/dabench-140-question-there-correlation/description.md +50 -0
  216. dslighting/registry/dabench-140-question-there-correlation/grade.py +66 -0
  217. dslighting/registry/dabench-140-question-there-correlation/prepare.py +49 -0
  218. dslighting/registry/dabench-142-question-there-relationship/checksums.yaml +2 -0
  219. dslighting/registry/dabench-142-question-there-relationship/config.yaml +16 -0
  220. dslighting/registry/dabench-142-question-there-relationship/description.md +45 -0
  221. dslighting/registry/dabench-142-question-there-relationship/grade.py +66 -0
  222. dslighting/registry/dabench-142-question-there-relationship/prepare.py +49 -0
  223. dslighting/registry/dabench-144-question-mean-standard/checksums.yaml +2 -0
  224. dslighting/registry/dabench-144-question-mean-standard/config.yaml +16 -0
  225. dslighting/registry/dabench-144-question-mean-standard/description.md +46 -0
  226. dslighting/registry/dabench-144-question-mean-standard/grade.py +66 -0
  227. dslighting/registry/dabench-144-question-mean-standard/prepare.py +49 -0
  228. dslighting/registry/dabench-174-determine-skewness-fares/checksums.yaml +2 -0
  229. dslighting/registry/dabench-174-determine-skewness-fares/config.yaml +16 -0
  230. dslighting/registry/dabench-174-determine-skewness-fares/description.md +43 -0
  231. dslighting/registry/dabench-174-determine-skewness-fares/grade.py +66 -0
  232. dslighting/registry/dabench-174-determine-skewness-fares/prepare.py +49 -0
  233. dslighting/registry/dabench-175-identify-there-outliers/checksums.yaml +2 -0
  234. dslighting/registry/dabench-175-identify-there-outliers/config.yaml +16 -0
  235. dslighting/registry/dabench-175-identify-there-outliers/description.md +43 -0
  236. dslighting/registry/dabench-175-identify-there-outliers/grade.py +66 -0
  237. dslighting/registry/dabench-175-identify-there-outliers/prepare.py +49 -0
  238. dslighting/registry/dabench-176-median-male-passengers/checksums.yaml +2 -0
  239. dslighting/registry/dabench-176-median-male-passengers/config.yaml +16 -0
  240. dslighting/registry/dabench-176-median-male-passengers/description.md +46 -0
  241. dslighting/registry/dabench-176-median-male-passengers/grade.py +66 -0
  242. dslighting/registry/dabench-176-median-male-passengers/prepare.py +49 -0
  243. dslighting/registry/dabench-177-investigate-distribution-ages/checksums.yaml +2 -0
  244. dslighting/registry/dabench-177-investigate-distribution-ages/config.yaml +16 -0
  245. dslighting/registry/dabench-177-investigate-distribution-ages/description.md +47 -0
  246. dslighting/registry/dabench-177-investigate-distribution-ages/grade.py +66 -0
  247. dslighting/registry/dabench-177-investigate-distribution-ages/prepare.py +49 -0
  248. dslighting/registry/dabench-178-comprehensive-data-preprocessing/checksums.yaml +2 -0
  249. dslighting/registry/dabench-178-comprehensive-data-preprocessing/config.yaml +16 -0
  250. dslighting/registry/dabench-178-comprehensive-data-preprocessing/description.md +50 -0
  251. dslighting/registry/dabench-178-comprehensive-data-preprocessing/grade.py +66 -0
  252. dslighting/registry/dabench-178-comprehensive-data-preprocessing/prepare.py +49 -0
  253. dslighting/registry/dabench-179-pearson-correlation-coefficient/checksums.yaml +2 -0
  254. dslighting/registry/dabench-179-pearson-correlation-coefficient/config.yaml +16 -0
  255. dslighting/registry/dabench-179-pearson-correlation-coefficient/description.md +43 -0
  256. dslighting/registry/dabench-179-pearson-correlation-coefficient/grade.py +66 -0
  257. dslighting/registry/dabench-179-pearson-correlation-coefficient/prepare.py +49 -0
  258. dslighting/registry/dabench-18-mean-standard-deviation/checksums.yaml +2 -0
  259. dslighting/registry/dabench-18-mean-standard-deviation/config.yaml +16 -0
  260. dslighting/registry/dabench-18-mean-standard-deviation/description.md +43 -0
  261. dslighting/registry/dabench-18-mean-standard-deviation/grade.py +66 -0
  262. dslighting/registry/dabench-18-mean-standard-deviation/prepare.py +49 -0
  263. dslighting/registry/dabench-180-outlier-detection-fare/checksums.yaml +2 -0
  264. dslighting/registry/dabench-180-outlier-detection-fare/config.yaml +16 -0
  265. dslighting/registry/dabench-180-outlier-detection-fare/description.md +45 -0
  266. dslighting/registry/dabench-180-outlier-detection-fare/grade.py +66 -0
  267. dslighting/registry/dabench-180-outlier-detection-fare/prepare.py +49 -0
  268. dslighting/registry/dabench-19-distribution-column-adheres/checksums.yaml +2 -0
  269. dslighting/registry/dabench-19-distribution-column-adheres/config.yaml +16 -0
  270. dslighting/registry/dabench-19-distribution-column-adheres/description.md +43 -0
  271. dslighting/registry/dabench-19-distribution-column-adheres/grade.py +66 -0
  272. dslighting/registry/dabench-19-distribution-column-adheres/prepare.py +49 -0
  273. dslighting/registry/dabench-207-which-column-contain/checksums.yaml +2 -0
  274. dslighting/registry/dabench-207-which-column-contain/config.yaml +16 -0
  275. dslighting/registry/dabench-207-which-column-contain/description.md +43 -0
  276. dslighting/registry/dabench-207-which-column-contain/grade.py +66 -0
  277. dslighting/registry/dabench-207-which-column-contain/prepare.py +49 -0
  278. dslighting/registry/dabench-208-mean-standard-deviation/checksums.yaml +2 -0
  279. dslighting/registry/dabench-208-mean-standard-deviation/config.yaml +16 -0
  280. dslighting/registry/dabench-208-mean-standard-deviation/description.md +45 -0
  281. dslighting/registry/dabench-208-mean-standard-deviation/grade.py +66 -0
  282. dslighting/registry/dabench-208-mean-standard-deviation/prepare.py +49 -0
  283. dslighting/registry/dabench-209-there-correlation-between/checksums.yaml +2 -0
  284. dslighting/registry/dabench-209-there-correlation-between/config.yaml +16 -0
  285. dslighting/registry/dabench-209-there-correlation-between/description.md +43 -0
  286. dslighting/registry/dabench-209-there-correlation-between/grade.py +66 -0
  287. dslighting/registry/dabench-209-there-correlation-between/prepare.py +49 -0
  288. dslighting/registry/dabench-210-identify-remove-outliers/checksums.yaml +2 -0
  289. dslighting/registry/dabench-210-identify-remove-outliers/config.yaml +16 -0
  290. dslighting/registry/dabench-210-identify-remove-outliers/description.md +45 -0
  291. dslighting/registry/dabench-210-identify-remove-outliers/grade.py +66 -0
  292. dslighting/registry/dabench-210-identify-remove-outliers/prepare.py +49 -0
  293. dslighting/registry/dabench-214-correlation-analysis-between/checksums.yaml +2 -0
  294. dslighting/registry/dabench-214-correlation-analysis-between/config.yaml +16 -0
  295. dslighting/registry/dabench-214-correlation-analysis-between/description.md +48 -0
  296. dslighting/registry/dabench-214-correlation-analysis-between/grade.py +66 -0
  297. dslighting/registry/dabench-214-correlation-analysis-between/prepare.py +49 -0
  298. dslighting/registry/dabench-216-mean-standard-deviation/checksums.yaml +2 -0
  299. dslighting/registry/dabench-216-mean-standard-deviation/config.yaml +16 -0
  300. dslighting/registry/dabench-216-mean-standard-deviation/description.md +49 -0
  301. dslighting/registry/dabench-216-mean-standard-deviation/grade.py +66 -0
  302. dslighting/registry/dabench-216-mean-standard-deviation/prepare.py +49 -0
  303. dslighting/registry/dabench-217-find-site-identifier/checksums.yaml +2 -0
  304. dslighting/registry/dabench-217-find-site-identifier/config.yaml +16 -0
  305. dslighting/registry/dabench-217-find-site-identifier/description.md +46 -0
  306. dslighting/registry/dabench-217-find-site-identifier/grade.py +66 -0
  307. dslighting/registry/dabench-217-find-site-identifier/prepare.py +49 -0
  308. dslighting/registry/dabench-218-correlation-coefficient-between/checksums.yaml +2 -0
  309. dslighting/registry/dabench-218-correlation-coefficient-between/config.yaml +16 -0
  310. dslighting/registry/dabench-218-correlation-coefficient-between/description.md +46 -0
  311. dslighting/registry/dabench-218-correlation-coefficient-between/grade.py +66 -0
  312. dslighting/registry/dabench-218-correlation-coefficient-between/prepare.py +49 -0
  313. dslighting/registry/dabench-219-identify-site-with/checksums.yaml +2 -0
  314. dslighting/registry/dabench-219-identify-site-with/config.yaml +16 -0
  315. dslighting/registry/dabench-219-identify-site-with/description.md +45 -0
  316. dslighting/registry/dabench-219-identify-site-with/grade.py +66 -0
  317. dslighting/registry/dabench-219-identify-site-with/prepare.py +49 -0
  318. dslighting/registry/dabench-220-comprehensive-data-preprocessing/checksums.yaml +2 -0
  319. dslighting/registry/dabench-220-comprehensive-data-preprocessing/config.yaml +16 -0
  320. dslighting/registry/dabench-220-comprehensive-data-preprocessing/description.md +43 -0
  321. dslighting/registry/dabench-220-comprehensive-data-preprocessing/grade.py +66 -0
  322. dslighting/registry/dabench-220-comprehensive-data-preprocessing/prepare.py +49 -0
  323. dslighting/registry/dabench-222-explore-distribution-column/checksums.yaml +2 -0
  324. dslighting/registry/dabench-222-explore-distribution-column/config.yaml +16 -0
  325. dslighting/registry/dabench-222-explore-distribution-column/description.md +43 -0
  326. dslighting/registry/dabench-222-explore-distribution-column/grade.py +66 -0
  327. dslighting/registry/dabench-222-explore-distribution-column/prepare.py +49 -0
  328. dslighting/registry/dabench-224-utilize-machine-learning/checksums.yaml +2 -0
  329. dslighting/registry/dabench-224-utilize-machine-learning/config.yaml +16 -0
  330. dslighting/registry/dabench-224-utilize-machine-learning/description.md +43 -0
  331. dslighting/registry/dabench-224-utilize-machine-learning/grade.py +66 -0
  332. dslighting/registry/dabench-224-utilize-machine-learning/prepare.py +49 -0
  333. dslighting/registry/dabench-23-machine-learning-techniques/checksums.yaml +2 -0
  334. dslighting/registry/dabench-23-machine-learning-techniques/config.yaml +16 -0
  335. dslighting/registry/dabench-23-machine-learning-techniques/description.md +43 -0
  336. dslighting/registry/dabench-23-machine-learning-techniques/grade.py +66 -0
  337. dslighting/registry/dabench-23-machine-learning-techniques/prepare.py +49 -0
  338. dslighting/registry/dabench-234-what-average-duration/checksums.yaml +2 -0
  339. dslighting/registry/dabench-234-what-average-duration/config.yaml +16 -0
  340. dslighting/registry/dabench-234-what-average-duration/description.md +43 -0
  341. dslighting/registry/dabench-234-what-average-duration/grade.py +66 -0
  342. dslighting/registry/dabench-234-what-average-duration/prepare.py +49 -0
  343. dslighting/registry/dabench-24-mean-individuals-dataset/checksums.yaml +2 -0
  344. dslighting/registry/dabench-24-mean-individuals-dataset/config.yaml +16 -0
  345. dslighting/registry/dabench-24-mean-individuals-dataset/description.md +43 -0
  346. dslighting/registry/dabench-24-mean-individuals-dataset/grade.py +66 -0
  347. dslighting/registry/dabench-24-mean-individuals-dataset/prepare.py +49 -0
  348. dslighting/registry/dabench-243-what-mean-batting/checksums.yaml +2 -0
  349. dslighting/registry/dabench-243-what-mean-batting/config.yaml +16 -0
  350. dslighting/registry/dabench-243-what-mean-batting/description.md +43 -0
  351. dslighting/registry/dabench-243-what-mean-batting/grade.py +66 -0
  352. dslighting/registry/dabench-243-what-mean-batting/prepare.py +49 -0
  353. dslighting/registry/dabench-244-number-home-runs/checksums.yaml +2 -0
  354. dslighting/registry/dabench-244-number-home-runs/config.yaml +16 -0
  355. dslighting/registry/dabench-244-number-home-runs/description.md +44 -0
  356. dslighting/registry/dabench-244-number-home-runs/grade.py +66 -0
  357. dslighting/registry/dabench-244-number-home-runs/prepare.py +49 -0
  358. dslighting/registry/dabench-247-what-average-number/checksums.yaml +2 -0
  359. dslighting/registry/dabench-247-what-average-number/config.yaml +16 -0
  360. dslighting/registry/dabench-247-what-average-number/description.md +45 -0
  361. dslighting/registry/dabench-247-what-average-number/grade.py +66 -0
  362. dslighting/registry/dabench-247-what-average-number/prepare.py +49 -0
  363. dslighting/registry/dabench-249-there-significant-correlation/checksums.yaml +2 -0
  364. dslighting/registry/dabench-249-there-significant-correlation/config.yaml +16 -0
  365. dslighting/registry/dabench-249-there-significant-correlation/description.md +43 -0
  366. dslighting/registry/dabench-249-there-significant-correlation/grade.py +66 -0
  367. dslighting/registry/dabench-249-there-significant-correlation/prepare.py +49 -0
  368. dslighting/registry/dabench-25-distribution-values-dataset/checksums.yaml +2 -0
  369. dslighting/registry/dabench-25-distribution-values-dataset/config.yaml +16 -0
  370. dslighting/registry/dabench-25-distribution-values-dataset/description.md +43 -0
  371. dslighting/registry/dabench-25-distribution-values-dataset/grade.py +66 -0
  372. dslighting/registry/dabench-25-distribution-values-dataset/prepare.py +49 -0
  373. dslighting/registry/dabench-250-feature-called-which/checksums.yaml +2 -0
  374. dslighting/registry/dabench-250-feature-called-which/config.yaml +16 -0
  375. dslighting/registry/dabench-250-feature-called-which/description.md +45 -0
  376. dslighting/registry/dabench-250-feature-called-which/grade.py +66 -0
  377. dslighting/registry/dabench-250-feature-called-which/prepare.py +49 -0
  378. dslighting/registry/dabench-252-determine-which-country/checksums.yaml +2 -0
  379. dslighting/registry/dabench-252-determine-which-country/config.yaml +16 -0
  380. dslighting/registry/dabench-252-determine-which-country/description.md +43 -0
  381. dslighting/registry/dabench-252-determine-which-country/grade.py +66 -0
  382. dslighting/registry/dabench-252-determine-which-country/prepare.py +49 -0
  383. dslighting/registry/dabench-254-identify-outliers-gross/checksums.yaml +2 -0
  384. dslighting/registry/dabench-254-identify-outliers-gross/config.yaml +16 -0
  385. dslighting/registry/dabench-254-identify-outliers-gross/description.md +43 -0
  386. dslighting/registry/dabench-254-identify-outliers-gross/grade.py +66 -0
  387. dslighting/registry/dabench-254-identify-outliers-gross/prepare.py +49 -0
  388. dslighting/registry/dabench-255-mean-standard-deviation/checksums.yaml +2 -0
  389. dslighting/registry/dabench-255-mean-standard-deviation/config.yaml +16 -0
  390. dslighting/registry/dabench-255-mean-standard-deviation/description.md +45 -0
  391. dslighting/registry/dabench-255-mean-standard-deviation/grade.py +66 -0
  392. dslighting/registry/dabench-255-mean-standard-deviation/prepare.py +49 -0
  393. dslighting/registry/dabench-26-correlation-coefficient-between/checksums.yaml +2 -0
  394. dslighting/registry/dabench-26-correlation-coefficient-between/config.yaml +16 -0
  395. dslighting/registry/dabench-26-correlation-coefficient-between/description.md +43 -0
  396. dslighting/registry/dabench-26-correlation-coefficient-between/grade.py +66 -0
  397. dslighting/registry/dabench-26-correlation-coefficient-between/prepare.py +49 -0
  398. dslighting/registry/dabench-268-meanpot-values-normally/checksums.yaml +2 -0
  399. dslighting/registry/dabench-268-meanpot-values-normally/config.yaml +16 -0
  400. dslighting/registry/dabench-268-meanpot-values-normally/description.md +43 -0
  401. dslighting/registry/dabench-268-meanpot-values-normally/grade.py +66 -0
  402. dslighting/registry/dabench-268-meanpot-values-normally/prepare.py +49 -0
  403. dslighting/registry/dabench-269-there-correlation-between/checksums.yaml +2 -0
  404. dslighting/registry/dabench-269-there-correlation-between/config.yaml +16 -0
  405. dslighting/registry/dabench-269-there-correlation-between/description.md +45 -0
  406. dslighting/registry/dabench-269-there-correlation-between/grade.py +66 -0
  407. dslighting/registry/dabench-269-there-correlation-between/prepare.py +49 -0
  408. dslighting/registry/dabench-27-identify-outliers-charges/checksums.yaml +2 -0
  409. dslighting/registry/dabench-27-identify-outliers-charges/config.yaml +16 -0
  410. dslighting/registry/dabench-27-identify-outliers-charges/description.md +45 -0
  411. dslighting/registry/dabench-27-identify-outliers-charges/grade.py +66 -0
  412. dslighting/registry/dabench-27-identify-outliers-charges/prepare.py +49 -0
  413. dslighting/registry/dabench-271-comprehensive-data-preprocessing/checksums.yaml +2 -0
  414. dslighting/registry/dabench-271-comprehensive-data-preprocessing/config.yaml +16 -0
  415. dslighting/registry/dabench-271-comprehensive-data-preprocessing/description.md +53 -0
  416. dslighting/registry/dabench-271-comprehensive-data-preprocessing/grade.py +66 -0
  417. dslighting/registry/dabench-271-comprehensive-data-preprocessing/prepare.py +49 -0
  418. dslighting/registry/dabench-272-feature-named-dividing/checksums.yaml +2 -0
  419. dslighting/registry/dabench-272-feature-named-dividing/config.yaml +16 -0
  420. dslighting/registry/dabench-272-feature-named-dividing/description.md +45 -0
  421. dslighting/registry/dabench-272-feature-named-dividing/grade.py +66 -0
  422. dslighting/registry/dabench-272-feature-named-dividing/prepare.py +49 -0
  423. dslighting/registry/dabench-273-correlation-analysis-between/checksums.yaml +2 -0
  424. dslighting/registry/dabench-273-correlation-analysis-between/config.yaml +16 -0
  425. dslighting/registry/dabench-273-correlation-analysis-between/description.md +46 -0
  426. dslighting/registry/dabench-273-correlation-analysis-between/grade.py +66 -0
  427. dslighting/registry/dabench-273-correlation-analysis-between/prepare.py +49 -0
  428. dslighting/registry/dabench-275-comprehensive-analysis-dataset/checksums.yaml +2 -0
  429. dslighting/registry/dabench-275-comprehensive-analysis-dataset/config.yaml +16 -0
  430. dslighting/registry/dabench-275-comprehensive-analysis-dataset/description.md +58 -0
  431. dslighting/registry/dabench-275-comprehensive-analysis-dataset/grade.py +66 -0
  432. dslighting/registry/dabench-275-comprehensive-analysis-dataset/prepare.py +49 -0
  433. dslighting/registry/dabench-277-there-correlation-between/checksums.yaml +2 -0
  434. dslighting/registry/dabench-277-there-correlation-between/config.yaml +16 -0
  435. dslighting/registry/dabench-277-there-correlation-between/description.md +43 -0
  436. dslighting/registry/dabench-277-there-correlation-between/grade.py +66 -0
  437. dslighting/registry/dabench-277-there-correlation-between/prepare.py +49 -0
  438. dslighting/registry/dabench-278-there-outliers-agri/checksums.yaml +2 -0
  439. dslighting/registry/dabench-278-there-outliers-agri/config.yaml +16 -0
  440. dslighting/registry/dabench-278-there-outliers-agri/description.md +43 -0
  441. dslighting/registry/dabench-278-there-outliers-agri/grade.py +66 -0
  442. dslighting/registry/dabench-278-there-outliers-agri/prepare.py +49 -0
  443. dslighting/registry/dabench-28-comprehensive-data-preprocessing/checksums.yaml +2 -0
  444. dslighting/registry/dabench-28-comprehensive-data-preprocessing/config.yaml +16 -0
  445. dslighting/registry/dabench-28-comprehensive-data-preprocessing/description.md +45 -0
  446. dslighting/registry/dabench-28-comprehensive-data-preprocessing/grade.py +66 -0
  447. dslighting/registry/dabench-28-comprehensive-data-preprocessing/prepare.py +49 -0
  448. dslighting/registry/dabench-282-correlation-analysis-given/checksums.yaml +2 -0
  449. dslighting/registry/dabench-282-correlation-analysis-given/config.yaml +16 -0
  450. dslighting/registry/dabench-282-correlation-analysis-given/description.md +45 -0
  451. dslighting/registry/dabench-282-correlation-analysis-given/grade.py +66 -0
  452. dslighting/registry/dabench-282-correlation-analysis-given/prepare.py +49 -0
  453. dslighting/registry/dabench-297-there-significant-difference/checksums.yaml +2 -0
  454. dslighting/registry/dabench-297-there-significant-difference/config.yaml +16 -0
  455. dslighting/registry/dabench-297-there-significant-difference/description.md +48 -0
  456. dslighting/registry/dabench-297-there-significant-difference/grade.py +66 -0
  457. dslighting/registry/dabench-297-there-significant-difference/prepare.py +49 -0
  458. dslighting/registry/dabench-298-distribution-analysis-nsamplecov/checksums.yaml +2 -0
  459. dslighting/registry/dabench-298-distribution-analysis-nsamplecov/config.yaml +16 -0
  460. dslighting/registry/dabench-298-distribution-analysis-nsamplecov/description.md +46 -0
  461. dslighting/registry/dabench-298-distribution-analysis-nsamplecov/grade.py +66 -0
  462. dslighting/registry/dabench-298-distribution-analysis-nsamplecov/prepare.py +49 -0
  463. dslighting/registry/dabench-30-linear-regression-machine/checksums.yaml +2 -0
  464. dslighting/registry/dabench-30-linear-regression-machine/config.yaml +16 -0
  465. dslighting/registry/dabench-30-linear-regression-machine/description.md +43 -0
  466. dslighting/registry/dabench-30-linear-regression-machine/grade.py +66 -0
  467. dslighting/registry/dabench-30-linear-regression-machine/prepare.py +49 -0
  468. dslighting/registry/dabench-300-there-correlation-between/checksums.yaml +2 -0
  469. dslighting/registry/dabench-300-there-correlation-between/config.yaml +16 -0
  470. dslighting/registry/dabench-300-there-correlation-between/description.md +45 -0
  471. dslighting/registry/dabench-300-there-correlation-between/grade.py +66 -0
  472. dslighting/registry/dabench-300-there-correlation-between/prepare.py +49 -0
  473. dslighting/registry/dabench-304-fare-variable-follows/checksums.yaml +2 -0
  474. dslighting/registry/dabench-304-fare-variable-follows/config.yaml +16 -0
  475. dslighting/registry/dabench-304-fare-variable-follows/description.md +43 -0
  476. dslighting/registry/dabench-304-fare-variable-follows/grade.py +66 -0
  477. dslighting/registry/dabench-304-fare-variable-follows/prepare.py +49 -0
  478. dslighting/registry/dabench-308-feature-engineering-techniques/checksums.yaml +2 -0
  479. dslighting/registry/dabench-308-feature-engineering-techniques/config.yaml +16 -0
  480. dslighting/registry/dabench-308-feature-engineering-techniques/description.md +45 -0
  481. dslighting/registry/dabench-308-feature-engineering-techniques/grade.py +66 -0
  482. dslighting/registry/dabench-308-feature-engineering-techniques/prepare.py +49 -0
  483. dslighting/registry/dabench-309-distribution-analysis-fare/checksums.yaml +2 -0
  484. dslighting/registry/dabench-309-distribution-analysis-fare/config.yaml +16 -0
  485. dslighting/registry/dabench-309-distribution-analysis-fare/description.md +45 -0
  486. dslighting/registry/dabench-309-distribution-analysis-fare/grade.py +66 -0
  487. dslighting/registry/dabench-309-distribution-analysis-fare/prepare.py +49 -0
  488. dslighting/registry/dabench-310-correlation-analysis-numerical/checksums.yaml +2 -0
  489. dslighting/registry/dabench-310-correlation-analysis-numerical/config.yaml +16 -0
  490. dslighting/registry/dabench-310-correlation-analysis-numerical/description.md +43 -0
  491. dslighting/registry/dabench-310-correlation-analysis-numerical/grade.py +66 -0
  492. dslighting/registry/dabench-310-correlation-analysis-numerical/prepare.py +49 -0
  493. dslighting/registry/dabench-32-mean-standard-deviation/checksums.yaml +2 -0
  494. dslighting/registry/dabench-32-mean-standard-deviation/config.yaml +16 -0
  495. dslighting/registry/dabench-32-mean-standard-deviation/description.md +45 -0
  496. dslighting/registry/dabench-32-mean-standard-deviation/grade.py +66 -0
  497. dslighting/registry/dabench-32-mean-standard-deviation/prepare.py +49 -0
  498. dslighting/registry/dabench-320-what-mean-eventmsgtype/checksums.yaml +2 -0
  499. dslighting/registry/dabench-320-what-mean-eventmsgtype/config.yaml +16 -0
  500. dslighting/registry/dabench-320-what-mean-eventmsgtype/description.md +43 -0
  501. dslighting/registry/dabench-320-what-mean-eventmsgtype/grade.py +66 -0
  502. dslighting/registry/dabench-320-what-mean-eventmsgtype/prepare.py +49 -0
  503. dslighting/registry/dabench-321-there-outliers-scoremargin/checksums.yaml +2 -0
  504. dslighting/registry/dabench-321-there-outliers-scoremargin/config.yaml +16 -0
  505. dslighting/registry/dabench-321-there-outliers-scoremargin/description.md +43 -0
  506. dslighting/registry/dabench-321-there-outliers-scoremargin/grade.py +66 -0
  507. dslighting/registry/dabench-321-there-outliers-scoremargin/prepare.py +49 -0
  508. dslighting/registry/dabench-324-there-missing-values/checksums.yaml +2 -0
  509. dslighting/registry/dabench-324-there-missing-values/config.yaml +16 -0
  510. dslighting/registry/dabench-324-there-missing-values/description.md +43 -0
  511. dslighting/registry/dabench-324-there-missing-values/grade.py +66 -0
  512. dslighting/registry/dabench-324-there-missing-values/prepare.py +49 -0
  513. dslighting/registry/dabench-326-feature-named-that/checksums.yaml +2 -0
  514. dslighting/registry/dabench-326-feature-named-that/config.yaml +16 -0
  515. dslighting/registry/dabench-326-feature-named-that/description.md +47 -0
  516. dslighting/registry/dabench-326-feature-named-that/grade.py +66 -0
  517. dslighting/registry/dabench-326-feature-named-that/prepare.py +49 -0
  518. dslighting/registry/dabench-33-column-normally-distributed/checksums.yaml +2 -0
  519. dslighting/registry/dabench-33-column-normally-distributed/config.yaml +16 -0
  520. dslighting/registry/dabench-33-column-normally-distributed/description.md +43 -0
  521. dslighting/registry/dabench-33-column-normally-distributed/grade.py +66 -0
  522. dslighting/registry/dabench-33-column-normally-distributed/prepare.py +49 -0
  523. dslighting/registry/dabench-337-distribution-median-sold/checksums.yaml +2 -0
  524. dslighting/registry/dabench-337-distribution-median-sold/config.yaml +16 -0
  525. dslighting/registry/dabench-337-distribution-median-sold/description.md +45 -0
  526. dslighting/registry/dabench-337-distribution-median-sold/grade.py +66 -0
  527. dslighting/registry/dabench-337-distribution-median-sold/prepare.py +49 -0
  528. dslighting/registry/dabench-338-there-correlation-between/checksums.yaml +2 -0
  529. dslighting/registry/dabench-338-there-correlation-between/config.yaml +16 -0
  530. dslighting/registry/dabench-338-there-correlation-between/description.md +45 -0
  531. dslighting/registry/dabench-338-there-correlation-between/grade.py +66 -0
  532. dslighting/registry/dabench-338-there-correlation-between/prepare.py +49 -0
  533. dslighting/registry/dabench-34-there-correlation-between/checksums.yaml +2 -0
  534. dslighting/registry/dabench-34-there-correlation-between/config.yaml +16 -0
  535. dslighting/registry/dabench-34-there-correlation-between/description.md +45 -0
  536. dslighting/registry/dabench-34-there-correlation-between/grade.py +66 -0
  537. dslighting/registry/dabench-34-there-correlation-between/prepare.py +49 -0
  538. dslighting/registry/dabench-349-mean-passengers/checksums.yaml +2 -0
  539. dslighting/registry/dabench-349-mean-passengers/config.yaml +16 -0
  540. dslighting/registry/dabench-349-mean-passengers/description.md +43 -0
  541. dslighting/registry/dabench-349-mean-passengers/grade.py +66 -0
  542. dslighting/registry/dabench-349-mean-passengers/prepare.py +49 -0
  543. dslighting/registry/dabench-35-identify-remove-outliers/checksums.yaml +2 -0
  544. dslighting/registry/dabench-35-identify-remove-outliers/config.yaml +16 -0
  545. dslighting/registry/dabench-35-identify-remove-outliers/description.md +43 -0
  546. dslighting/registry/dabench-35-identify-remove-outliers/grade.py +66 -0
  547. dslighting/registry/dabench-35-identify-remove-outliers/prepare.py +49 -0
  548. dslighting/registry/dabench-350-fare-column-follows/checksums.yaml +2 -0
  549. dslighting/registry/dabench-350-fare-column-follows/config.yaml +16 -0
  550. dslighting/registry/dabench-350-fare-column-follows/description.md +43 -0
  551. dslighting/registry/dabench-350-fare-column-follows/grade.py +66 -0
  552. dslighting/registry/dabench-350-fare-column-follows/prepare.py +49 -0
  553. dslighting/registry/dabench-351-determine-correlation-coefficient/checksums.yaml +2 -0
  554. dslighting/registry/dabench-351-determine-correlation-coefficient/config.yaml +16 -0
  555. dslighting/registry/dabench-351-determine-correlation-coefficient/description.md +43 -0
  556. dslighting/registry/dabench-351-determine-correlation-coefficient/grade.py +66 -0
  557. dslighting/registry/dabench-351-determine-correlation-coefficient/prepare.py +49 -0
  558. dslighting/registry/dabench-352-identify-outliers-fare/checksums.yaml +2 -0
  559. dslighting/registry/dabench-352-identify-outliers-fare/config.yaml +16 -0
  560. dslighting/registry/dabench-352-identify-outliers-fare/description.md +45 -0
  561. dslighting/registry/dabench-352-identify-outliers-fare/grade.py +66 -0
  562. dslighting/registry/dabench-352-identify-outliers-fare/prepare.py +49 -0
  563. dslighting/registry/dabench-354-feature-familysize-summing/checksums.yaml +2 -0
  564. dslighting/registry/dabench-354-feature-familysize-summing/config.yaml +16 -0
  565. dslighting/registry/dabench-354-feature-familysize-summing/description.md +44 -0
  566. dslighting/registry/dabench-354-feature-familysize-summing/grade.py +66 -0
  567. dslighting/registry/dabench-354-feature-familysize-summing/prepare.py +49 -0
  568. dslighting/registry/dabench-355-linear-regression-analysis/checksums.yaml +2 -0
  569. dslighting/registry/dabench-355-linear-regression-analysis/config.yaml +16 -0
  570. dslighting/registry/dabench-355-linear-regression-analysis/description.md +49 -0
  571. dslighting/registry/dabench-355-linear-regression-analysis/grade.py +66 -0
  572. dslighting/registry/dabench-355-linear-regression-analysis/prepare.py +49 -0
  573. dslighting/registry/dabench-359-distribution-wind-speed/checksums.yaml +2 -0
  574. dslighting/registry/dabench-359-distribution-wind-speed/config.yaml +16 -0
  575. dslighting/registry/dabench-359-distribution-wind-speed/description.md +48 -0
  576. dslighting/registry/dabench-359-distribution-wind-speed/grade.py +66 -0
  577. dslighting/registry/dabench-359-distribution-wind-speed/prepare.py +49 -0
  578. dslighting/registry/dabench-360-determine-correlation-coefficient/checksums.yaml +2 -0
  579. dslighting/registry/dabench-360-determine-correlation-coefficient/config.yaml +16 -0
  580. dslighting/registry/dabench-360-determine-correlation-coefficient/description.md +47 -0
  581. dslighting/registry/dabench-360-determine-correlation-coefficient/grade.py +66 -0
  582. dslighting/registry/dabench-360-determine-correlation-coefficient/prepare.py +49 -0
  583. dslighting/registry/dabench-361-identify-remove-outliers/checksums.yaml +2 -0
  584. dslighting/registry/dabench-361-identify-remove-outliers/config.yaml +16 -0
  585. dslighting/registry/dabench-361-identify-remove-outliers/description.md +47 -0
  586. dslighting/registry/dabench-361-identify-remove-outliers/grade.py +66 -0
  587. dslighting/registry/dabench-361-identify-remove-outliers/prepare.py +49 -0
  588. dslighting/registry/dabench-363-train-machine-learning/checksums.yaml +2 -0
  589. dslighting/registry/dabench-363-train-machine-learning/config.yaml +16 -0
  590. dslighting/registry/dabench-363-train-machine-learning/description.md +47 -0
  591. dslighting/registry/dabench-363-train-machine-learning/grade.py +66 -0
  592. dslighting/registry/dabench-363-train-machine-learning/prepare.py +49 -0
  593. dslighting/registry/dabench-372-find-mean-median/checksums.yaml +2 -0
  594. dslighting/registry/dabench-372-find-mean-median/config.yaml +16 -0
  595. dslighting/registry/dabench-372-find-mean-median/description.md +43 -0
  596. dslighting/registry/dabench-372-find-mean-median/grade.py +66 -0
  597. dslighting/registry/dabench-372-find-mean-median/prepare.py +49 -0
  598. dslighting/registry/dabench-375-distribution-analysis-trips/checksums.yaml +2 -0
  599. dslighting/registry/dabench-375-distribution-analysis-trips/config.yaml +16 -0
  600. dslighting/registry/dabench-375-distribution-analysis-trips/description.md +45 -0
  601. dslighting/registry/dabench-375-distribution-analysis-trips/grade.py +66 -0
  602. dslighting/registry/dabench-375-distribution-analysis-trips/prepare.py +49 -0
  603. dslighting/registry/dabench-376-feature-engineering-dataset/checksums.yaml +2 -0
  604. dslighting/registry/dabench-376-feature-engineering-dataset/config.yaml +16 -0
  605. dslighting/registry/dabench-376-feature-engineering-dataset/description.md +45 -0
  606. dslighting/registry/dabench-376-feature-engineering-dataset/grade.py +66 -0
  607. dslighting/registry/dabench-376-feature-engineering-dataset/prepare.py +49 -0
  608. dslighting/registry/dabench-378-preprocess-dataset-handling/checksums.yaml +2 -0
  609. dslighting/registry/dabench-378-preprocess-dataset-handling/config.yaml +16 -0
  610. dslighting/registry/dabench-378-preprocess-dataset-handling/description.md +45 -0
  611. dslighting/registry/dabench-378-preprocess-dataset-handling/grade.py +66 -0
  612. dslighting/registry/dabench-378-preprocess-dataset-handling/prepare.py +49 -0
  613. dslighting/registry/dabench-39-explore-distribution-importance/checksums.yaml +2 -0
  614. dslighting/registry/dabench-39-explore-distribution-importance/config.yaml +16 -0
  615. dslighting/registry/dabench-39-explore-distribution-importance/description.md +45 -0
  616. dslighting/registry/dabench-39-explore-distribution-importance/grade.py +66 -0
  617. dslighting/registry/dabench-39-explore-distribution-importance/prepare.py +49 -0
  618. dslighting/registry/dabench-408-there-correlation-between/checksums.yaml +2 -0
  619. dslighting/registry/dabench-408-there-correlation-between/config.yaml +16 -0
  620. dslighting/registry/dabench-408-there-correlation-between/description.md +49 -0
  621. dslighting/registry/dabench-408-there-correlation-between/grade.py +66 -0
  622. dslighting/registry/dabench-408-there-correlation-between/prepare.py +49 -0
  623. dslighting/registry/dabench-409-many-missing-values/checksums.yaml +2 -0
  624. dslighting/registry/dabench-409-many-missing-values/config.yaml +16 -0
  625. dslighting/registry/dabench-409-many-missing-values/description.md +43 -0
  626. dslighting/registry/dabench-409-many-missing-values/grade.py +66 -0
  627. dslighting/registry/dabench-409-many-missing-values/prepare.py +49 -0
  628. dslighting/registry/dabench-410-what-distribution-ages/checksums.yaml +2 -0
  629. dslighting/registry/dabench-410-what-distribution-ages/config.yaml +16 -0
  630. dslighting/registry/dabench-410-what-distribution-ages/description.md +43 -0
  631. dslighting/registry/dabench-410-what-distribution-ages/grade.py +66 -0
  632. dslighting/registry/dabench-410-what-distribution-ages/prepare.py +49 -0
  633. dslighting/registry/dabench-411-there-outliers-fare/checksums.yaml +2 -0
  634. dslighting/registry/dabench-411-there-outliers-fare/config.yaml +16 -0
  635. dslighting/registry/dabench-411-there-outliers-fare/description.md +43 -0
  636. dslighting/registry/dabench-411-there-outliers-fare/grade.py +66 -0
  637. dslighting/registry/dabench-411-there-outliers-fare/prepare.py +49 -0
  638. dslighting/registry/dabench-412-feature-called-familysize/checksums.yaml +2 -0
  639. dslighting/registry/dabench-412-feature-called-familysize/config.yaml +16 -0
  640. dslighting/registry/dabench-412-feature-called-familysize/description.md +43 -0
  641. dslighting/registry/dabench-412-feature-called-familysize/grade.py +66 -0
  642. dslighting/registry/dabench-412-feature-called-familysize/prepare.py +49 -0
  643. dslighting/registry/dabench-413-there-correlation-between/checksums.yaml +2 -0
  644. dslighting/registry/dabench-413-there-correlation-between/config.yaml +16 -0
  645. dslighting/registry/dabench-413-there-correlation-between/description.md +47 -0
  646. dslighting/registry/dabench-413-there-correlation-between/grade.py +66 -0
  647. dslighting/registry/dabench-413-there-correlation-between/prepare.py +49 -0
  648. dslighting/registry/dabench-414-what-average-passengers/checksums.yaml +2 -0
  649. dslighting/registry/dabench-414-what-average-passengers/config.yaml +16 -0
  650. dslighting/registry/dabench-414-what-average-passengers/description.md +45 -0
  651. dslighting/registry/dabench-414-what-average-passengers/grade.py +66 -0
  652. dslighting/registry/dabench-414-what-average-passengers/prepare.py +49 -0
  653. dslighting/registry/dabench-415-what-distribution-fare/checksums.yaml +2 -0
  654. dslighting/registry/dabench-415-what-distribution-fare/config.yaml +16 -0
  655. dslighting/registry/dabench-415-what-distribution-fare/description.md +46 -0
  656. dslighting/registry/dabench-415-what-distribution-fare/grade.py +66 -0
  657. dslighting/registry/dabench-415-what-distribution-fare/prepare.py +49 -0
  658. dslighting/registry/dabench-418-there-outliers-trading/checksums.yaml +2 -0
  659. dslighting/registry/dabench-418-there-outliers-trading/config.yaml +16 -0
  660. dslighting/registry/dabench-418-there-outliers-trading/description.md +43 -0
  661. dslighting/registry/dabench-418-there-outliers-trading/grade.py +66 -0
  662. dslighting/registry/dabench-418-there-outliers-trading/prepare.py +49 -0
  663. dslighting/registry/dabench-419-there-significant-difference/checksums.yaml +2 -0
  664. dslighting/registry/dabench-419-there-significant-difference/config.yaml +16 -0
  665. dslighting/registry/dabench-419-there-significant-difference/description.md +43 -0
  666. dslighting/registry/dabench-419-there-significant-difference/grade.py +66 -0
  667. dslighting/registry/dabench-419-there-significant-difference/prepare.py +49 -0
  668. dslighting/registry/dabench-421-comprehensive-data-preprocessing/checksums.yaml +2 -0
  669. dslighting/registry/dabench-421-comprehensive-data-preprocessing/config.yaml +16 -0
  670. dslighting/registry/dabench-421-comprehensive-data-preprocessing/description.md +43 -0
  671. dslighting/registry/dabench-421-comprehensive-data-preprocessing/grade.py +66 -0
  672. dslighting/registry/dabench-421-comprehensive-data-preprocessing/prepare.py +49 -0
  673. dslighting/registry/dabench-423-feature-engineering-given/checksums.yaml +2 -0
  674. dslighting/registry/dabench-423-feature-engineering-given/config.yaml +16 -0
  675. dslighting/registry/dabench-423-feature-engineering-given/description.md +43 -0
  676. dslighting/registry/dabench-423-feature-engineering-given/grade.py +66 -0
  677. dslighting/registry/dabench-423-feature-engineering-given/prepare.py +49 -0
  678. dslighting/registry/dabench-424-develop-machine-learning/checksums.yaml +2 -0
  679. dslighting/registry/dabench-424-develop-machine-learning/config.yaml +16 -0
  680. dslighting/registry/dabench-424-develop-machine-learning/description.md +43 -0
  681. dslighting/registry/dabench-424-develop-machine-learning/grade.py +66 -0
  682. dslighting/registry/dabench-424-develop-machine-learning/prepare.py +49 -0
  683. dslighting/registry/dabench-425-many-missing-values/checksums.yaml +2 -0
  684. dslighting/registry/dabench-425-many-missing-values/config.yaml +16 -0
  685. dslighting/registry/dabench-425-many-missing-values/description.md +43 -0
  686. dslighting/registry/dabench-425-many-missing-values/grade.py +66 -0
  687. dslighting/registry/dabench-425-many-missing-values/prepare.py +49 -0
  688. dslighting/registry/dabench-426-what-maximum-sustained/checksums.yaml +2 -0
  689. dslighting/registry/dabench-426-what-maximum-sustained/config.yaml +16 -0
  690. dslighting/registry/dabench-426-what-maximum-sustained/description.md +43 -0
  691. dslighting/registry/dabench-426-what-maximum-sustained/grade.py +66 -0
  692. dslighting/registry/dabench-426-what-maximum-sustained/prepare.py +49 -0
  693. dslighting/registry/dabench-427-many-storms-have/checksums.yaml +2 -0
  694. dslighting/registry/dabench-427-many-storms-have/config.yaml +16 -0
  695. dslighting/registry/dabench-427-many-storms-have/description.md +43 -0
  696. dslighting/registry/dabench-427-many-storms-have/grade.py +66 -0
  697. dslighting/registry/dabench-427-many-storms-have/prepare.py +49 -0
  698. dslighting/registry/dabench-428-what-average-damage/checksums.yaml +2 -0
  699. dslighting/registry/dabench-428-what-average-damage/config.yaml +16 -0
  700. dslighting/registry/dabench-428-what-average-damage/description.md +50 -0
  701. dslighting/registry/dabench-428-what-average-damage/grade.py +66 -0
  702. dslighting/registry/dabench-428-what-average-damage/prepare.py +49 -0
  703. dslighting/registry/dabench-429-there-correlation-between/checksums.yaml +2 -0
  704. dslighting/registry/dabench-429-there-correlation-between/config.yaml +16 -0
  705. dslighting/registry/dabench-429-there-correlation-between/description.md +50 -0
  706. dslighting/registry/dabench-429-there-correlation-between/grade.py +66 -0
  707. dslighting/registry/dabench-429-there-correlation-between/prepare.py +49 -0
  708. dslighting/registry/dabench-431-there-relationship-between/checksums.yaml +2 -0
  709. dslighting/registry/dabench-431-there-relationship-between/config.yaml +16 -0
  710. dslighting/registry/dabench-431-there-relationship-between/description.md +50 -0
  711. dslighting/registry/dabench-431-there-relationship-between/grade.py +66 -0
  712. dslighting/registry/dabench-431-there-relationship-between/prepare.py +49 -0
  713. dslighting/registry/dabench-432-predict-maximum-sustained/checksums.yaml +2 -0
  714. dslighting/registry/dabench-432-predict-maximum-sustained/config.yaml +16 -0
  715. dslighting/registry/dabench-432-predict-maximum-sustained/description.md +48 -0
  716. dslighting/registry/dabench-432-predict-maximum-sustained/grade.py +66 -0
  717. dslighting/registry/dabench-432-predict-maximum-sustained/prepare.py +49 -0
  718. dslighting/registry/dabench-446-what-mean-wind/checksums.yaml +2 -0
  719. dslighting/registry/dabench-446-what-mean-wind/config.yaml +16 -0
  720. dslighting/registry/dabench-446-what-mean-wind/description.md +43 -0
  721. dslighting/registry/dabench-446-what-mean-wind/grade.py +66 -0
  722. dslighting/registry/dabench-446-what-mean-wind/prepare.py +49 -0
  723. dslighting/registry/dabench-447-there-outliers-atmospheric/checksums.yaml +2 -0
  724. dslighting/registry/dabench-447-there-outliers-atmospheric/config.yaml +16 -0
  725. dslighting/registry/dabench-447-there-outliers-atmospheric/description.md +43 -0
  726. dslighting/registry/dabench-447-there-outliers-atmospheric/grade.py +66 -0
  727. dslighting/registry/dabench-447-there-outliers-atmospheric/prepare.py +49 -0
  728. dslighting/registry/dabench-449-what-distribution-wind/checksums.yaml +2 -0
  729. dslighting/registry/dabench-449-what-distribution-wind/config.yaml +16 -0
  730. dslighting/registry/dabench-449-what-distribution-wind/description.md +43 -0
  731. dslighting/registry/dabench-449-what-distribution-wind/grade.py +66 -0
  732. dslighting/registry/dabench-449-what-distribution-wind/prepare.py +49 -0
  733. dslighting/registry/dabench-450-average-wind-speed/checksums.yaml +2 -0
  734. dslighting/registry/dabench-450-average-wind-speed/config.yaml +16 -0
  735. dslighting/registry/dabench-450-average-wind-speed/description.md +43 -0
  736. dslighting/registry/dabench-450-average-wind-speed/grade.py +66 -0
  737. dslighting/registry/dabench-450-average-wind-speed/prepare.py +49 -0
  738. dslighting/registry/dabench-451-detect-missing-values/checksums.yaml +2 -0
  739. dslighting/registry/dabench-451-detect-missing-values/config.yaml +16 -0
  740. dslighting/registry/dabench-451-detect-missing-values/description.md +41 -0
  741. dslighting/registry/dabench-451-detect-missing-values/grade.py +66 -0
  742. dslighting/registry/dabench-451-detect-missing-values/prepare.py +49 -0
  743. dslighting/registry/dabench-452-there-relationship-between/checksums.yaml +2 -0
  744. dslighting/registry/dabench-452-there-relationship-between/config.yaml +16 -0
  745. dslighting/registry/dabench-452-there-relationship-between/description.md +48 -0
  746. dslighting/registry/dabench-452-there-relationship-between/grade.py +66 -0
  747. dslighting/registry/dabench-452-there-relationship-between/prepare.py +49 -0
  748. dslighting/registry/dabench-453-data-preprocessing-dataset/checksums.yaml +2 -0
  749. dslighting/registry/dabench-453-data-preprocessing-dataset/config.yaml +16 -0
  750. dslighting/registry/dabench-453-data-preprocessing-dataset/description.md +46 -0
  751. dslighting/registry/dabench-453-data-preprocessing-dataset/grade.py +66 -0
  752. dslighting/registry/dabench-453-data-preprocessing-dataset/prepare.py +49 -0
  753. dslighting/registry/dabench-465-distribution-offender-ages/checksums.yaml +2 -0
  754. dslighting/registry/dabench-465-distribution-offender-ages/config.yaml +16 -0
  755. dslighting/registry/dabench-465-distribution-offender-ages/description.md +43 -0
  756. dslighting/registry/dabench-465-distribution-offender-ages/grade.py +66 -0
  757. dslighting/registry/dabench-465-distribution-offender-ages/prepare.py +49 -0
  758. dslighting/registry/dabench-466-there-correlation-between/checksums.yaml +2 -0
  759. dslighting/registry/dabench-466-there-correlation-between/config.yaml +16 -0
  760. dslighting/registry/dabench-466-there-correlation-between/description.md +43 -0
  761. dslighting/registry/dabench-466-there-correlation-between/grade.py +66 -0
  762. dslighting/registry/dabench-466-there-correlation-between/prepare.py +49 -0
  763. dslighting/registry/dabench-468-there-outliers-distribution/checksums.yaml +2 -0
  764. dslighting/registry/dabench-468-there-outliers-distribution/config.yaml +16 -0
  765. dslighting/registry/dabench-468-there-outliers-distribution/description.md +43 -0
  766. dslighting/registry/dabench-468-there-outliers-distribution/grade.py +66 -0
  767. dslighting/registry/dabench-468-there-outliers-distribution/prepare.py +49 -0
  768. dslighting/registry/dabench-472-what-mean-value/checksums.yaml +2 -0
  769. dslighting/registry/dabench-472-what-mean-value/config.yaml +16 -0
  770. dslighting/registry/dabench-472-what-mean-value/description.md +44 -0
  771. dslighting/registry/dabench-472-what-mean-value/grade.py +66 -0
  772. dslighting/registry/dabench-472-what-mean-value/prepare.py +49 -0
  773. dslighting/registry/dabench-473-there-outliers-value/checksums.yaml +2 -0
  774. dslighting/registry/dabench-473-there-outliers-value/config.yaml +16 -0
  775. dslighting/registry/dabench-473-there-outliers-value/description.md +45 -0
  776. dslighting/registry/dabench-473-there-outliers-value/grade.py +66 -0
  777. dslighting/registry/dabench-473-there-outliers-value/prepare.py +49 -0
  778. dslighting/registry/dabench-474-there-correlation-between/checksums.yaml +2 -0
  779. dslighting/registry/dabench-474-there-correlation-between/config.yaml +16 -0
  780. dslighting/registry/dabench-474-there-correlation-between/description.md +45 -0
  781. dslighting/registry/dabench-474-there-correlation-between/grade.py +66 -0
  782. dslighting/registry/dabench-474-there-correlation-between/prepare.py +49 -0
  783. dslighting/registry/dabench-480-feature-engineering-techniques/checksums.yaml +2 -0
  784. dslighting/registry/dabench-480-feature-engineering-techniques/config.yaml +16 -0
  785. dslighting/registry/dabench-480-feature-engineering-techniques/description.md +43 -0
  786. dslighting/registry/dabench-480-feature-engineering-techniques/grade.py +66 -0
  787. dslighting/registry/dabench-480-feature-engineering-techniques/prepare.py +49 -0
  788. dslighting/registry/dabench-490-what-mean-percentage/checksums.yaml +2 -0
  789. dslighting/registry/dabench-490-what-mean-percentage/config.yaml +16 -0
  790. dslighting/registry/dabench-490-what-mean-percentage/description.md +43 -0
  791. dslighting/registry/dabench-490-what-mean-percentage/grade.py +66 -0
  792. dslighting/registry/dabench-490-what-mean-percentage/prepare.py +49 -0
  793. dslighting/registry/dabench-492-which-field-highest/checksums.yaml +2 -0
  794. dslighting/registry/dabench-492-which-field-highest/config.yaml +16 -0
  795. dslighting/registry/dabench-492-which-field-highest/description.md +43 -0
  796. dslighting/registry/dabench-492-which-field-highest/grade.py +66 -0
  797. dslighting/registry/dabench-492-which-field-highest/prepare.py +49 -0
  798. dslighting/registry/dabench-495-outlier-detection-percentage/checksums.yaml +2 -0
  799. dslighting/registry/dabench-495-outlier-detection-percentage/config.yaml +16 -0
  800. dslighting/registry/dabench-495-outlier-detection-percentage/description.md +45 -0
  801. dslighting/registry/dabench-495-outlier-detection-percentage/grade.py +66 -0
  802. dslighting/registry/dabench-495-outlier-detection-percentage/prepare.py +49 -0
  803. dslighting/registry/dabench-496-feature-engineering-creating/checksums.yaml +2 -0
  804. dslighting/registry/dabench-496-feature-engineering-creating/config.yaml +16 -0
  805. dslighting/registry/dabench-496-feature-engineering-creating/description.md +44 -0
  806. dslighting/registry/dabench-496-feature-engineering-creating/grade.py +66 -0
  807. dslighting/registry/dabench-496-feature-engineering-creating/prepare.py +49 -0
  808. dslighting/registry/dabench-5-generate-feature-called/checksums.yaml +2 -0
  809. dslighting/registry/dabench-5-generate-feature-called/config.yaml +16 -0
  810. dslighting/registry/dabench-5-generate-feature-called/description.md +45 -0
  811. dslighting/registry/dabench-5-generate-feature-called/grade.py +66 -0
  812. dslighting/registry/dabench-5-generate-feature-called/prepare.py +49 -0
  813. dslighting/registry/dabench-506-what-average-number/checksums.yaml +2 -0
  814. dslighting/registry/dabench-506-what-average-number/config.yaml +16 -0
  815. dslighting/registry/dabench-506-what-average-number/description.md +43 -0
  816. dslighting/registry/dabench-506-what-average-number/grade.py +66 -0
  817. dslighting/registry/dabench-506-what-average-number/prepare.py +49 -0
  818. dslighting/registry/dabench-507-there-hotels-dataset/checksums.yaml +2 -0
  819. dslighting/registry/dabench-507-there-hotels-dataset/config.yaml +16 -0
  820. dslighting/registry/dabench-507-there-hotels-dataset/description.md +43 -0
  821. dslighting/registry/dabench-507-there-hotels-dataset/grade.py +66 -0
  822. dslighting/registry/dabench-507-there-hotels-dataset/prepare.py +49 -0
  823. dslighting/registry/dabench-508-there-correlation-between/checksums.yaml +2 -0
  824. dslighting/registry/dabench-508-there-correlation-between/config.yaml +16 -0
  825. dslighting/registry/dabench-508-there-correlation-between/description.md +43 -0
  826. dslighting/registry/dabench-508-there-correlation-between/grade.py +66 -0
  827. dslighting/registry/dabench-508-there-correlation-between/prepare.py +49 -0
  828. dslighting/registry/dabench-510-which-hotel-brand/checksums.yaml +2 -0
  829. dslighting/registry/dabench-510-which-hotel-brand/config.yaml +16 -0
  830. dslighting/registry/dabench-510-which-hotel-brand/description.md +43 -0
  831. dslighting/registry/dabench-510-which-hotel-brand/grade.py +66 -0
  832. dslighting/registry/dabench-510-which-hotel-brand/prepare.py +49 -0
  833. dslighting/registry/dabench-513-among-hotels-with/checksums.yaml +2 -0
  834. dslighting/registry/dabench-513-among-hotels-with/config.yaml +16 -0
  835. dslighting/registry/dabench-513-among-hotels-with/description.md +43 -0
  836. dslighting/registry/dabench-513-among-hotels-with/grade.py +66 -0
  837. dslighting/registry/dabench-513-among-hotels-with/prepare.py +49 -0
  838. dslighting/registry/dabench-514-what-average-review/checksums.yaml +2 -0
  839. dslighting/registry/dabench-514-what-average-review/config.yaml +16 -0
  840. dslighting/registry/dabench-514-what-average-review/description.md +43 -0
  841. dslighting/registry/dabench-514-what-average-review/grade.py +66 -0
  842. dslighting/registry/dabench-514-what-average-review/prepare.py +49 -0
  843. dslighting/registry/dabench-516-fare-distribution-skewed/checksums.yaml +2 -0
  844. dslighting/registry/dabench-516-fare-distribution-skewed/config.yaml +16 -0
  845. dslighting/registry/dabench-516-fare-distribution-skewed/description.md +43 -0
  846. dslighting/registry/dabench-516-fare-distribution-skewed/grade.py +66 -0
  847. dslighting/registry/dabench-516-fare-distribution-skewed/prepare.py +49 -0
  848. dslighting/registry/dabench-517-find-correlation-coefficient/checksums.yaml +2 -0
  849. dslighting/registry/dabench-517-find-correlation-coefficient/config.yaml +16 -0
  850. dslighting/registry/dabench-517-find-correlation-coefficient/description.md +43 -0
  851. dslighting/registry/dabench-517-find-correlation-coefficient/grade.py +66 -0
  852. dslighting/registry/dabench-517-find-correlation-coefficient/prepare.py +49 -0
  853. dslighting/registry/dabench-518-identify-remove-outliers/checksums.yaml +2 -0
  854. dslighting/registry/dabench-518-identify-remove-outliers/config.yaml +16 -0
  855. dslighting/registry/dabench-518-identify-remove-outliers/description.md +43 -0
  856. dslighting/registry/dabench-518-identify-remove-outliers/grade.py +66 -0
  857. dslighting/registry/dabench-518-identify-remove-outliers/prepare.py +49 -0
  858. dslighting/registry/dabench-520-feature-called-familysize/checksums.yaml +2 -0
  859. dslighting/registry/dabench-520-feature-called-familysize/config.yaml +16 -0
  860. dslighting/registry/dabench-520-feature-called-familysize/description.md +43 -0
  861. dslighting/registry/dabench-520-feature-called-familysize/grade.py +66 -0
  862. dslighting/registry/dabench-520-feature-called-familysize/prepare.py +49 -0
  863. dslighting/registry/dabench-521-using-machine-learning/checksums.yaml +2 -0
  864. dslighting/registry/dabench-521-using-machine-learning/config.yaml +16 -0
  865. dslighting/registry/dabench-521-using-machine-learning/description.md +43 -0
  866. dslighting/registry/dabench-521-using-machine-learning/grade.py +66 -0
  867. dslighting/registry/dabench-521-using-machine-learning/prepare.py +49 -0
  868. dslighting/registry/dabench-522-feature-engineering-creating/checksums.yaml +2 -0
  869. dslighting/registry/dabench-522-feature-engineering-creating/config.yaml +16 -0
  870. dslighting/registry/dabench-522-feature-engineering-creating/description.md +43 -0
  871. dslighting/registry/dabench-522-feature-engineering-creating/grade.py +66 -0
  872. dslighting/registry/dabench-522-feature-engineering-creating/prepare.py +49 -0
  873. dslighting/registry/dabench-523-preprocess-dataset-using/checksums.yaml +2 -0
  874. dslighting/registry/dabench-523-preprocess-dataset-using/config.yaml +16 -0
  875. dslighting/registry/dabench-523-preprocess-dataset-using/description.md +45 -0
  876. dslighting/registry/dabench-523-preprocess-dataset-using/grade.py +66 -0
  877. dslighting/registry/dabench-523-preprocess-dataset-using/prepare.py +49 -0
  878. dslighting/registry/dabench-526-there-correlation-between/checksums.yaml +2 -0
  879. dslighting/registry/dabench-526-there-correlation-between/config.yaml +16 -0
  880. dslighting/registry/dabench-526-there-correlation-between/description.md +43 -0
  881. dslighting/registry/dabench-526-there-correlation-between/grade.py +66 -0
  882. dslighting/registry/dabench-526-there-correlation-between/prepare.py +49 -0
  883. dslighting/registry/dabench-527-what-average-male/checksums.yaml +2 -0
  884. dslighting/registry/dabench-527-what-average-male/config.yaml +16 -0
  885. dslighting/registry/dabench-527-what-average-male/description.md +45 -0
  886. dslighting/registry/dabench-527-what-average-male/grade.py +66 -0
  887. dslighting/registry/dabench-527-what-average-male/prepare.py +49 -0
  888. dslighting/registry/dabench-528-there-outliers-fare/checksums.yaml +2 -0
  889. dslighting/registry/dabench-528-there-outliers-fare/config.yaml +16 -0
  890. dslighting/registry/dabench-528-there-outliers-fare/description.md +45 -0
  891. dslighting/registry/dabench-528-there-outliers-fare/grade.py +66 -0
  892. dslighting/registry/dabench-528-there-outliers-fare/prepare.py +49 -0
  893. dslighting/registry/dabench-529-identify-patterns-relationships/checksums.yaml +2 -0
  894. dslighting/registry/dabench-529-identify-patterns-relationships/config.yaml +16 -0
  895. dslighting/registry/dabench-529-identify-patterns-relationships/description.md +45 -0
  896. dslighting/registry/dabench-529-identify-patterns-relationships/grade.py +66 -0
  897. dslighting/registry/dabench-529-identify-patterns-relationships/prepare.py +49 -0
  898. dslighting/registry/dabench-530-there-correlation-between/checksums.yaml +2 -0
  899. dslighting/registry/dabench-530-there-correlation-between/config.yaml +16 -0
  900. dslighting/registry/dabench-530-there-correlation-between/description.md +45 -0
  901. dslighting/registry/dabench-530-there-correlation-between/grade.py +66 -0
  902. dslighting/registry/dabench-530-there-correlation-between/prepare.py +49 -0
  903. dslighting/registry/dabench-542-what-mean-length/checksums.yaml +2 -0
  904. dslighting/registry/dabench-542-what-mean-length/config.yaml +16 -0
  905. dslighting/registry/dabench-542-what-mean-length/description.md +43 -0
  906. dslighting/registry/dabench-542-what-mean-length/grade.py +66 -0
  907. dslighting/registry/dabench-542-what-mean-length/prepare.py +49 -0
  908. dslighting/registry/dabench-543-there-correlation-between/checksums.yaml +2 -0
  909. dslighting/registry/dabench-543-there-correlation-between/config.yaml +16 -0
  910. dslighting/registry/dabench-543-there-correlation-between/description.md +47 -0
  911. dslighting/registry/dabench-543-there-correlation-between/grade.py +66 -0
  912. dslighting/registry/dabench-543-there-correlation-between/prepare.py +49 -0
  913. dslighting/registry/dabench-549-explore-correlation-between/checksums.yaml +2 -0
  914. dslighting/registry/dabench-549-explore-correlation-between/config.yaml +16 -0
  915. dslighting/registry/dabench-549-explore-correlation-between/description.md +45 -0
  916. dslighting/registry/dabench-549-explore-correlation-between/grade.py +66 -0
  917. dslighting/registry/dabench-549-explore-correlation-between/prepare.py +49 -0
  918. dslighting/registry/dabench-55-what-mean-number/checksums.yaml +2 -0
  919. dslighting/registry/dabench-55-what-mean-number/config.yaml +16 -0
  920. dslighting/registry/dabench-55-what-mean-number/description.md +43 -0
  921. dslighting/registry/dabench-55-what-mean-number/grade.py +66 -0
  922. dslighting/registry/dabench-55-what-mean-number/prepare.py +49 -0
  923. dslighting/registry/dabench-550-comprehensive-data-preprocessing/checksums.yaml +2 -0
  924. dslighting/registry/dabench-550-comprehensive-data-preprocessing/config.yaml +16 -0
  925. dslighting/registry/dabench-550-comprehensive-data-preprocessing/description.md +45 -0
  926. dslighting/registry/dabench-550-comprehensive-data-preprocessing/grade.py +66 -0
  927. dslighting/registry/dabench-550-comprehensive-data-preprocessing/prepare.py +49 -0
  928. dslighting/registry/dabench-551-what-mean-column/checksums.yaml +2 -0
  929. dslighting/registry/dabench-551-what-mean-column/config.yaml +16 -0
  930. dslighting/registry/dabench-551-what-mean-column/description.md +43 -0
  931. dslighting/registry/dabench-551-what-mean-column/grade.py +66 -0
  932. dslighting/registry/dabench-551-what-mean-column/prepare.py +49 -0
  933. dslighting/registry/dabench-552-column-column-correlated/checksums.yaml +2 -0
  934. dslighting/registry/dabench-552-column-column-correlated/config.yaml +16 -0
  935. dslighting/registry/dabench-552-column-column-correlated/description.md +45 -0
  936. dslighting/registry/dabench-552-column-column-correlated/grade.py +66 -0
  937. dslighting/registry/dabench-552-column-column-correlated/prepare.py +49 -0
  938. dslighting/registry/dabench-553-many-outliers-there/checksums.yaml +2 -0
  939. dslighting/registry/dabench-553-many-outliers-there/config.yaml +16 -0
  940. dslighting/registry/dabench-553-many-outliers-there/description.md +43 -0
  941. dslighting/registry/dabench-553-many-outliers-there/grade.py +66 -0
  942. dslighting/registry/dabench-553-many-outliers-there/prepare.py +49 -0
  943. dslighting/registry/dabench-554-what-median-value/checksums.yaml +2 -0
  944. dslighting/registry/dabench-554-what-median-value/config.yaml +16 -0
  945. dslighting/registry/dabench-554-what-median-value/description.md +43 -0
  946. dslighting/registry/dabench-554-what-median-value/grade.py +66 -0
  947. dslighting/registry/dabench-554-what-median-value/prepare.py +49 -0
  948. dslighting/registry/dabench-555-many-unique-plant/checksums.yaml +2 -0
  949. dslighting/registry/dabench-555-many-unique-plant/config.yaml +16 -0
  950. dslighting/registry/dabench-555-many-unique-plant/description.md +43 -0
  951. dslighting/registry/dabench-555-many-unique-plant/grade.py +66 -0
  952. dslighting/registry/dabench-555-many-unique-plant/prepare.py +49 -0
  953. dslighting/registry/dabench-56-which-country-highest/checksums.yaml +2 -0
  954. dslighting/registry/dabench-56-which-country-highest/config.yaml +16 -0
  955. dslighting/registry/dabench-56-which-country-highest/description.md +43 -0
  956. dslighting/registry/dabench-56-which-country-highest/grade.py +66 -0
  957. dslighting/registry/dabench-56-which-country-highest/prepare.py +49 -0
  958. dslighting/registry/dabench-57-there-correlation-between/checksums.yaml +2 -0
  959. dslighting/registry/dabench-57-there-correlation-between/config.yaml +16 -0
  960. dslighting/registry/dabench-57-there-correlation-between/description.md +43 -0
  961. dslighting/registry/dabench-57-there-correlation-between/grade.py +66 -0
  962. dslighting/registry/dabench-57-there-correlation-between/prepare.py +49 -0
  963. dslighting/registry/dabench-572-identify-date-with/checksums.yaml +2 -0
  964. dslighting/registry/dabench-572-identify-date-with/config.yaml +16 -0
  965. dslighting/registry/dabench-572-identify-date-with/description.md +48 -0
  966. dslighting/registry/dabench-572-identify-date-with/grade.py +66 -0
  967. dslighting/registry/dabench-572-identify-date-with/prepare.py +49 -0
  968. dslighting/registry/dabench-574-data-preprocessing-stock/checksums.yaml +2 -0
  969. dslighting/registry/dabench-574-data-preprocessing-stock/config.yaml +16 -0
  970. dslighting/registry/dabench-574-data-preprocessing-stock/description.md +48 -0
  971. dslighting/registry/dabench-574-data-preprocessing-stock/grade.py +66 -0
  972. dslighting/registry/dabench-574-data-preprocessing-stock/prepare.py +49 -0
  973. dslighting/registry/dabench-575-using-feature-engineering/checksums.yaml +2 -0
  974. dslighting/registry/dabench-575-using-feature-engineering/config.yaml +16 -0
  975. dslighting/registry/dabench-575-using-feature-engineering/description.md +50 -0
  976. dslighting/registry/dabench-575-using-feature-engineering/grade.py +66 -0
  977. dslighting/registry/dabench-575-using-feature-engineering/prepare.py +49 -0
  978. dslighting/registry/dabench-578-what-average-trading/checksums.yaml +2 -0
  979. dslighting/registry/dabench-578-what-average-trading/config.yaml +16 -0
  980. dslighting/registry/dabench-578-what-average-trading/description.md +43 -0
  981. dslighting/registry/dabench-578-what-average-trading/grade.py +66 -0
  982. dslighting/registry/dabench-578-what-average-trading/prepare.py +49 -0
  983. dslighting/registry/dabench-58-what-percentage-missing/checksums.yaml +2 -0
  984. dslighting/registry/dabench-58-what-percentage-missing/config.yaml +16 -0
  985. dslighting/registry/dabench-58-what-percentage-missing/description.md +45 -0
  986. dslighting/registry/dabench-58-what-percentage-missing/grade.py +66 -0
  987. dslighting/registry/dabench-58-what-percentage-missing/prepare.py +49 -0
  988. dslighting/registry/dabench-586-find-total-number/checksums.yaml +2 -0
  989. dslighting/registry/dabench-586-find-total-number/config.yaml +16 -0
  990. dslighting/registry/dabench-586-find-total-number/description.md +43 -0
  991. dslighting/registry/dabench-586-find-total-number/grade.py +66 -0
  992. dslighting/registry/dabench-586-find-total-number/prepare.py +49 -0
  993. dslighting/registry/dabench-587-examine-correlation-between/checksums.yaml +2 -0
  994. dslighting/registry/dabench-587-examine-correlation-between/config.yaml +16 -0
  995. dslighting/registry/dabench-587-examine-correlation-between/description.md +43 -0
  996. dslighting/registry/dabench-587-examine-correlation-between/grade.py +66 -0
  997. dslighting/registry/dabench-587-examine-correlation-between/prepare.py +49 -0
  998. dslighting/registry/dabench-588-there-outliers-average/checksums.yaml +2 -0
  999. dslighting/registry/dabench-588-there-outliers-average/config.yaml +16 -0
  1000. dslighting/registry/dabench-588-there-outliers-average/description.md +43 -0
  1001. dslighting/registry/dabench-588-there-outliers-average/grade.py +66 -0
  1002. dslighting/registry/dabench-588-there-outliers-average/prepare.py +49 -0
  1003. dslighting/registry/dabench-589-generate-feature-representing/checksums.yaml +2 -0
  1004. dslighting/registry/dabench-589-generate-feature-representing/config.yaml +16 -0
  1005. dslighting/registry/dabench-589-generate-feature-representing/description.md +43 -0
  1006. dslighting/registry/dabench-589-generate-feature-representing/grade.py +66 -0
  1007. dslighting/registry/dabench-589-generate-feature-representing/prepare.py +49 -0
  1008. dslighting/registry/dabench-59-among-countries-americas/checksums.yaml +2 -0
  1009. dslighting/registry/dabench-59-among-countries-americas/config.yaml +16 -0
  1010. dslighting/registry/dabench-59-among-countries-americas/description.md +43 -0
  1011. dslighting/registry/dabench-59-among-countries-americas/grade.py +66 -0
  1012. dslighting/registry/dabench-59-among-countries-americas/prepare.py +49 -0
  1013. dslighting/registry/dabench-590-using-machine-learning/checksums.yaml +2 -0
  1014. dslighting/registry/dabench-590-using-machine-learning/config.yaml +16 -0
  1015. dslighting/registry/dabench-590-using-machine-learning/description.md +43 -0
  1016. dslighting/registry/dabench-590-using-machine-learning/grade.py +66 -0
  1017. dslighting/registry/dabench-590-using-machine-learning/prepare.py +49 -0
  1018. dslighting/registry/dabench-593-using-feature-engineering/checksums.yaml +2 -0
  1019. dslighting/registry/dabench-593-using-feature-engineering/config.yaml +16 -0
  1020. dslighting/registry/dabench-593-using-feature-engineering/description.md +43 -0
  1021. dslighting/registry/dabench-593-using-feature-engineering/grade.py +66 -0
  1022. dslighting/registry/dabench-593-using-feature-engineering/prepare.py +49 -0
  1023. dslighting/registry/dabench-6-column-called-agegroup/checksums.yaml +2 -0
  1024. dslighting/registry/dabench-6-column-called-agegroup/config.yaml +16 -0
  1025. dslighting/registry/dabench-6-column-called-agegroup/description.md +45 -0
  1026. dslighting/registry/dabench-6-column-called-agegroup/grade.py +66 -0
  1027. dslighting/registry/dabench-6-column-called-agegroup/prepare.py +49 -0
  1028. dslighting/registry/dabench-602-column-follows-normal/checksums.yaml +2 -0
  1029. dslighting/registry/dabench-602-column-follows-normal/config.yaml +16 -0
  1030. dslighting/registry/dabench-602-column-follows-normal/description.md +43 -0
  1031. dslighting/registry/dabench-602-column-follows-normal/grade.py +66 -0
  1032. dslighting/registry/dabench-602-column-follows-normal/prepare.py +49 -0
  1033. dslighting/registry/dabench-604-identify-remove-outliers/checksums.yaml +2 -0
  1034. dslighting/registry/dabench-604-identify-remove-outliers/config.yaml +16 -0
  1035. dslighting/registry/dabench-604-identify-remove-outliers/description.md +46 -0
  1036. dslighting/registry/dabench-604-identify-remove-outliers/grade.py +66 -0
  1037. dslighting/registry/dabench-604-identify-remove-outliers/prepare.py +49 -0
  1038. dslighting/registry/dabench-618-find-correlation-coefficient/checksums.yaml +2 -0
  1039. dslighting/registry/dabench-618-find-correlation-coefficient/config.yaml +16 -0
  1040. dslighting/registry/dabench-618-find-correlation-coefficient/description.md +43 -0
  1041. dslighting/registry/dabench-618-find-correlation-coefficient/grade.py +66 -0
  1042. dslighting/registry/dabench-618-find-correlation-coefficient/prepare.py +49 -0
  1043. dslighting/registry/dabench-619-identify-remove-outliers/checksums.yaml +2 -0
  1044. dslighting/registry/dabench-619-identify-remove-outliers/config.yaml +16 -0
  1045. dslighting/registry/dabench-619-identify-remove-outliers/description.md +43 -0
  1046. dslighting/registry/dabench-619-identify-remove-outliers/grade.py +66 -0
  1047. dslighting/registry/dabench-619-identify-remove-outliers/prepare.py +49 -0
  1048. dslighting/registry/dabench-62-there-outliers-column/checksums.yaml +2 -0
  1049. dslighting/registry/dabench-62-there-outliers-column/config.yaml +16 -0
  1050. dslighting/registry/dabench-62-there-outliers-column/description.md +45 -0
  1051. dslighting/registry/dabench-62-there-outliers-column/grade.py +66 -0
  1052. dslighting/registry/dabench-62-there-outliers-column/prepare.py +49 -0
  1053. dslighting/registry/dabench-64-mean-standard-deviation/checksums.yaml +2 -0
  1054. dslighting/registry/dabench-64-mean-standard-deviation/config.yaml +16 -0
  1055. dslighting/registry/dabench-64-mean-standard-deviation/description.md +45 -0
  1056. dslighting/registry/dabench-64-mean-standard-deviation/grade.py +66 -0
  1057. dslighting/registry/dabench-64-mean-standard-deviation/prepare.py +49 -0
  1058. dslighting/registry/dabench-643-mean-standard-deviation/checksums.yaml +2 -0
  1059. dslighting/registry/dabench-643-mean-standard-deviation/config.yaml +16 -0
  1060. dslighting/registry/dabench-643-mean-standard-deviation/description.md +43 -0
  1061. dslighting/registry/dabench-643-mean-standard-deviation/grade.py +66 -0
  1062. dslighting/registry/dabench-643-mean-standard-deviation/prepare.py +49 -0
  1063. dslighting/registry/dabench-644-close-column-follows/checksums.yaml +2 -0
  1064. dslighting/registry/dabench-644-close-column-follows/config.yaml +16 -0
  1065. dslighting/registry/dabench-644-close-column-follows/description.md +43 -0
  1066. dslighting/registry/dabench-644-close-column-follows/grade.py +66 -0
  1067. dslighting/registry/dabench-644-close-column-follows/prepare.py +49 -0
  1068. dslighting/registry/dabench-647-feature-called-price/checksums.yaml +2 -0
  1069. dslighting/registry/dabench-647-feature-called-price/config.yaml +16 -0
  1070. dslighting/registry/dabench-647-feature-called-price/description.md +43 -0
  1071. dslighting/registry/dabench-647-feature-called-price/grade.py +66 -0
  1072. dslighting/registry/dabench-647-feature-called-price/prepare.py +49 -0
  1073. dslighting/registry/dabench-649-mean-standard-deviation/checksums.yaml +2 -0
  1074. dslighting/registry/dabench-649-mean-standard-deviation/config.yaml +16 -0
  1075. dslighting/registry/dabench-649-mean-standard-deviation/description.md +43 -0
  1076. dslighting/registry/dabench-649-mean-standard-deviation/grade.py +66 -0
  1077. dslighting/registry/dabench-649-mean-standard-deviation/prepare.py +49 -0
  1078. dslighting/registry/dabench-650-there-correlation-between/checksums.yaml +2 -0
  1079. dslighting/registry/dabench-650-there-correlation-between/config.yaml +16 -0
  1080. dslighting/registry/dabench-650-there-correlation-between/description.md +43 -0
  1081. dslighting/registry/dabench-650-there-correlation-between/grade.py +66 -0
  1082. dslighting/registry/dabench-650-there-correlation-between/prepare.py +49 -0
  1083. dslighting/registry/dabench-651-there-outliers-coordinate/checksums.yaml +2 -0
  1084. dslighting/registry/dabench-651-there-outliers-coordinate/config.yaml +16 -0
  1085. dslighting/registry/dabench-651-there-outliers-coordinate/description.md +43 -0
  1086. dslighting/registry/dabench-651-there-outliers-coordinate/grade.py +66 -0
  1087. dslighting/registry/dabench-651-there-outliers-coordinate/prepare.py +49 -0
  1088. dslighting/registry/dabench-652-distribution-analysis-coordinate/checksums.yaml +2 -0
  1089. dslighting/registry/dabench-652-distribution-analysis-coordinate/config.yaml +16 -0
  1090. dslighting/registry/dabench-652-distribution-analysis-coordinate/description.md +43 -0
  1091. dslighting/registry/dabench-652-distribution-analysis-coordinate/grade.py +66 -0
  1092. dslighting/registry/dabench-652-distribution-analysis-coordinate/prepare.py +49 -0
  1093. dslighting/registry/dabench-655-correlation-analysis-coordinate/checksums.yaml +2 -0
  1094. dslighting/registry/dabench-655-correlation-analysis-coordinate/config.yaml +16 -0
  1095. dslighting/registry/dabench-655-correlation-analysis-coordinate/description.md +44 -0
  1096. dslighting/registry/dabench-655-correlation-analysis-coordinate/grade.py +66 -0
  1097. dslighting/registry/dabench-655-correlation-analysis-coordinate/prepare.py +49 -0
  1098. dslighting/registry/dabench-656-outlier-analysis-coordinate/checksums.yaml +2 -0
  1099. dslighting/registry/dabench-656-outlier-analysis-coordinate/config.yaml +16 -0
  1100. dslighting/registry/dabench-656-outlier-analysis-coordinate/description.md +47 -0
  1101. dslighting/registry/dabench-656-outlier-analysis-coordinate/grade.py +66 -0
  1102. dslighting/registry/dabench-656-outlier-analysis-coordinate/prepare.py +49 -0
  1103. dslighting/registry/dabench-657-mean-median-standard/checksums.yaml +2 -0
  1104. dslighting/registry/dabench-657-mean-median-standard/config.yaml +16 -0
  1105. dslighting/registry/dabench-657-mean-median-standard/description.md +43 -0
  1106. dslighting/registry/dabench-657-mean-median-standard/grade.py +66 -0
  1107. dslighting/registry/dabench-657-mean-median-standard/prepare.py +49 -0
  1108. dslighting/registry/dabench-658-volume-column-adheres/checksums.yaml +2 -0
  1109. dslighting/registry/dabench-658-volume-column-adheres/config.yaml +16 -0
  1110. dslighting/registry/dabench-658-volume-column-adheres/description.md +43 -0
  1111. dslighting/registry/dabench-658-volume-column-adheres/grade.py +66 -0
  1112. dslighting/registry/dabench-658-volume-column-adheres/prepare.py +49 -0
  1113. dslighting/registry/dabench-659-find-correlation-between/checksums.yaml +2 -0
  1114. dslighting/registry/dabench-659-find-correlation-between/config.yaml +16 -0
  1115. dslighting/registry/dabench-659-find-correlation-between/description.md +43 -0
  1116. dslighting/registry/dabench-659-find-correlation-between/grade.py +66 -0
  1117. dslighting/registry/dabench-659-find-correlation-between/prepare.py +49 -0
  1118. dslighting/registry/dabench-66-correlation-between-wage/checksums.yaml +2 -0
  1119. dslighting/registry/dabench-66-correlation-between-wage/config.yaml +16 -0
  1120. dslighting/registry/dabench-66-correlation-between-wage/description.md +45 -0
  1121. dslighting/registry/dabench-66-correlation-between-wage/grade.py +66 -0
  1122. dslighting/registry/dabench-66-correlation-between-wage/prepare.py +49 -0
  1123. dslighting/registry/dabench-662-feature-engineering-creating/checksums.yaml +2 -0
  1124. dslighting/registry/dabench-662-feature-engineering-creating/config.yaml +16 -0
  1125. dslighting/registry/dabench-662-feature-engineering-creating/description.md +43 -0
  1126. dslighting/registry/dabench-662-feature-engineering-creating/grade.py +66 -0
  1127. dslighting/registry/dabench-662-feature-engineering-creating/prepare.py +49 -0
  1128. dslighting/registry/dabench-663-scatter-plot-high/checksums.yaml +2 -0
  1129. dslighting/registry/dabench-663-scatter-plot-high/config.yaml +16 -0
  1130. dslighting/registry/dabench-663-scatter-plot-high/description.md +46 -0
  1131. dslighting/registry/dabench-663-scatter-plot-high/grade.py +66 -0
  1132. dslighting/registry/dabench-663-scatter-plot-high/prepare.py +49 -0
  1133. dslighting/registry/dabench-665-data-preprocessing-filling/checksums.yaml +2 -0
  1134. dslighting/registry/dabench-665-data-preprocessing-filling/config.yaml +16 -0
  1135. dslighting/registry/dabench-665-data-preprocessing-filling/description.md +46 -0
  1136. dslighting/registry/dabench-665-data-preprocessing-filling/grade.py +66 -0
  1137. dslighting/registry/dabench-665-data-preprocessing-filling/prepare.py +49 -0
  1138. dslighting/registry/dabench-666-mean-standard-deviation/checksums.yaml +2 -0
  1139. dslighting/registry/dabench-666-mean-standard-deviation/config.yaml +16 -0
  1140. dslighting/registry/dabench-666-mean-standard-deviation/description.md +43 -0
  1141. dslighting/registry/dabench-666-mean-standard-deviation/grade.py +66 -0
  1142. dslighting/registry/dabench-666-mean-standard-deviation/prepare.py +49 -0
  1143. dslighting/registry/dabench-667-medinc-column-adheres/checksums.yaml +2 -0
  1144. dslighting/registry/dabench-667-medinc-column-adheres/config.yaml +16 -0
  1145. dslighting/registry/dabench-667-medinc-column-adheres/description.md +43 -0
  1146. dslighting/registry/dabench-667-medinc-column-adheres/grade.py +66 -0
  1147. dslighting/registry/dabench-667-medinc-column-adheres/prepare.py +49 -0
  1148. dslighting/registry/dabench-668-correlation-coefficient-between/checksums.yaml +2 -0
  1149. dslighting/registry/dabench-668-correlation-coefficient-between/config.yaml +16 -0
  1150. dslighting/registry/dabench-668-correlation-coefficient-between/description.md +43 -0
  1151. dslighting/registry/dabench-668-correlation-coefficient-between/grade.py +66 -0
  1152. dslighting/registry/dabench-668-correlation-coefficient-between/prepare.py +49 -0
  1153. dslighting/registry/dabench-669-identify-remove-outliers/checksums.yaml +2 -0
  1154. dslighting/registry/dabench-669-identify-remove-outliers/config.yaml +16 -0
  1155. dslighting/registry/dabench-669-identify-remove-outliers/description.md +43 -0
  1156. dslighting/registry/dabench-669-identify-remove-outliers/grade.py +66 -0
  1157. dslighting/registry/dabench-669-identify-remove-outliers/prepare.py +49 -0
  1158. dslighting/registry/dabench-671-build-machine-learning/checksums.yaml +2 -0
  1159. dslighting/registry/dabench-671-build-machine-learning/config.yaml +16 -0
  1160. dslighting/registry/dabench-671-build-machine-learning/description.md +55 -0
  1161. dslighting/registry/dabench-671-build-machine-learning/grade.py +66 -0
  1162. dslighting/registry/dabench-671-build-machine-learning/prepare.py +49 -0
  1163. dslighting/registry/dabench-673-comprehensive-data-preprocessing/checksums.yaml +2 -0
  1164. dslighting/registry/dabench-673-comprehensive-data-preprocessing/config.yaml +16 -0
  1165. dslighting/registry/dabench-673-comprehensive-data-preprocessing/description.md +53 -0
  1166. dslighting/registry/dabench-673-comprehensive-data-preprocessing/grade.py +66 -0
  1167. dslighting/registry/dabench-673-comprehensive-data-preprocessing/prepare.py +49 -0
  1168. dslighting/registry/dabench-674-build-machine-learning/checksums.yaml +2 -0
  1169. dslighting/registry/dabench-674-build-machine-learning/config.yaml +16 -0
  1170. dslighting/registry/dabench-674-build-machine-learning/description.md +65 -0
  1171. dslighting/registry/dabench-674-build-machine-learning/grade.py +66 -0
  1172. dslighting/registry/dabench-674-build-machine-learning/prepare.py +49 -0
  1173. dslighting/registry/dabench-683-what-mean-temperature/checksums.yaml +2 -0
  1174. dslighting/registry/dabench-683-what-mean-temperature/config.yaml +16 -0
  1175. dslighting/registry/dabench-683-what-mean-temperature/description.md +43 -0
  1176. dslighting/registry/dabench-683-what-mean-temperature/grade.py +66 -0
  1177. dslighting/registry/dabench-683-what-mean-temperature/prepare.py +49 -0
  1178. dslighting/registry/dabench-684-does-humidity-level/checksums.yaml +2 -0
  1179. dslighting/registry/dabench-684-does-humidity-level/config.yaml +16 -0
  1180. dslighting/registry/dabench-684-does-humidity-level/description.md +43 -0
  1181. dslighting/registry/dabench-684-does-humidity-level/grade.py +66 -0
  1182. dslighting/registry/dabench-684-does-humidity-level/prepare.py +49 -0
  1183. dslighting/registry/dabench-685-there-correlation-between/checksums.yaml +2 -0
  1184. dslighting/registry/dabench-685-there-correlation-between/config.yaml +16 -0
  1185. dslighting/registry/dabench-685-there-correlation-between/description.md +43 -0
  1186. dslighting/registry/dabench-685-there-correlation-between/grade.py +66 -0
  1187. dslighting/registry/dabench-685-there-correlation-between/prepare.py +49 -0
  1188. dslighting/registry/dabench-688-using-feature-engineering/checksums.yaml +2 -0
  1189. dslighting/registry/dabench-688-using-feature-engineering/config.yaml +16 -0
  1190. dslighting/registry/dabench-688-using-feature-engineering/description.md +43 -0
  1191. dslighting/registry/dabench-688-using-feature-engineering/grade.py +66 -0
  1192. dslighting/registry/dabench-688-using-feature-engineering/prepare.py +49 -0
  1193. dslighting/registry/dabench-69-feature-engineering-creating/checksums.yaml +2 -0
  1194. dslighting/registry/dabench-69-feature-engineering-creating/config.yaml +16 -0
  1195. dslighting/registry/dabench-69-feature-engineering-creating/description.md +43 -0
  1196. dslighting/registry/dabench-69-feature-engineering-creating/grade.py +66 -0
  1197. dslighting/registry/dabench-69-feature-engineering-creating/prepare.py +49 -0
  1198. dslighting/registry/dabench-690-outlier-detection-wind/checksums.yaml +2 -0
  1199. dslighting/registry/dabench-690-outlier-detection-wind/config.yaml +16 -0
  1200. dslighting/registry/dabench-690-outlier-detection-wind/description.md +41 -0
  1201. dslighting/registry/dabench-690-outlier-detection-wind/grade.py +66 -0
  1202. dslighting/registry/dabench-690-outlier-detection-wind/prepare.py +49 -0
  1203. dslighting/registry/dabench-7-linear-regression-algorithm/checksums.yaml +2 -0
  1204. dslighting/registry/dabench-7-linear-regression-algorithm/config.yaml +16 -0
  1205. dslighting/registry/dabench-7-linear-regression-algorithm/description.md +43 -0
  1206. dslighting/registry/dabench-7-linear-regression-algorithm/grade.py +66 -0
  1207. dslighting/registry/dabench-7-linear-regression-algorithm/prepare.py +49 -0
  1208. dslighting/registry/dabench-70-machine-learning-training/checksums.yaml +2 -0
  1209. dslighting/registry/dabench-70-machine-learning-training/config.yaml +16 -0
  1210. dslighting/registry/dabench-70-machine-learning-training/description.md +43 -0
  1211. dslighting/registry/dabench-70-machine-learning-training/grade.py +66 -0
  1212. dslighting/registry/dabench-70-machine-learning-training/prepare.py +49 -0
  1213. dslighting/registry/dabench-71-mean-standard-deviation/checksums.yaml +2 -0
  1214. dslighting/registry/dabench-71-mean-standard-deviation/config.yaml +16 -0
  1215. dslighting/registry/dabench-71-mean-standard-deviation/description.md +43 -0
  1216. dslighting/registry/dabench-71-mean-standard-deviation/grade.py +66 -0
  1217. dslighting/registry/dabench-71-mean-standard-deviation/prepare.py +49 -0
  1218. dslighting/registry/dabench-710-what-mean-number/checksums.yaml +2 -0
  1219. dslighting/registry/dabench-710-what-mean-number/config.yaml +16 -0
  1220. dslighting/registry/dabench-710-what-mean-number/description.md +41 -0
  1221. dslighting/registry/dabench-710-what-mean-number/grade.py +66 -0
  1222. dslighting/registry/dabench-710-what-mean-number/prepare.py +49 -0
  1223. dslighting/registry/dabench-715-what-percentage-missing/checksums.yaml +2 -0
  1224. dslighting/registry/dabench-715-what-percentage-missing/config.yaml +16 -0
  1225. dslighting/registry/dabench-715-what-percentage-missing/description.md +43 -0
  1226. dslighting/registry/dabench-715-what-percentage-missing/grade.py +66 -0
  1227. dslighting/registry/dabench-715-what-percentage-missing/prepare.py +49 -0
  1228. dslighting/registry/dabench-716-data-preprocessing-dropping/checksums.yaml +2 -0
  1229. dslighting/registry/dabench-716-data-preprocessing-dropping/config.yaml +16 -0
  1230. dslighting/registry/dabench-716-data-preprocessing-dropping/description.md +47 -0
  1231. dslighting/registry/dabench-716-data-preprocessing-dropping/grade.py +66 -0
  1232. dslighting/registry/dabench-716-data-preprocessing-dropping/prepare.py +49 -0
  1233. dslighting/registry/dabench-719-mean-median-column/checksums.yaml +2 -0
  1234. dslighting/registry/dabench-719-mean-median-column/config.yaml +16 -0
  1235. dslighting/registry/dabench-719-mean-median-column/description.md +43 -0
  1236. dslighting/registry/dabench-719-mean-median-column/grade.py +66 -0
  1237. dslighting/registry/dabench-719-mean-median-column/prepare.py +49 -0
  1238. dslighting/registry/dabench-72-close-column-adheres/checksums.yaml +2 -0
  1239. dslighting/registry/dabench-72-close-column-adheres/config.yaml +16 -0
  1240. dslighting/registry/dabench-72-close-column-adheres/description.md +43 -0
  1241. dslighting/registry/dabench-72-close-column-adheres/grade.py +66 -0
  1242. dslighting/registry/dabench-72-close-column-adheres/prepare.py +49 -0
  1243. dslighting/registry/dabench-721-find-correlation-coefficient/checksums.yaml +2 -0
  1244. dslighting/registry/dabench-721-find-correlation-coefficient/config.yaml +16 -0
  1245. dslighting/registry/dabench-721-find-correlation-coefficient/description.md +43 -0
  1246. dslighting/registry/dabench-721-find-correlation-coefficient/grade.py +66 -0
  1247. dslighting/registry/dabench-721-find-correlation-coefficient/prepare.py +49 -0
  1248. dslighting/registry/dabench-722-identify-vehicle-with/checksums.yaml +2 -0
  1249. dslighting/registry/dabench-722-identify-vehicle-with/config.yaml +16 -0
  1250. dslighting/registry/dabench-722-identify-vehicle-with/description.md +43 -0
  1251. dslighting/registry/dabench-722-identify-vehicle-with/grade.py +66 -0
  1252. dslighting/registry/dabench-722-identify-vehicle-with/prepare.py +49 -0
  1253. dslighting/registry/dabench-723-generate-feature-called/checksums.yaml +2 -0
  1254. dslighting/registry/dabench-723-generate-feature-called/config.yaml +16 -0
  1255. dslighting/registry/dabench-723-generate-feature-called/description.md +43 -0
  1256. dslighting/registry/dabench-723-generate-feature-called/grade.py +66 -0
  1257. dslighting/registry/dabench-723-generate-feature-called/prepare.py +49 -0
  1258. dslighting/registry/dabench-724-outlier-detection-acceleration/checksums.yaml +2 -0
  1259. dslighting/registry/dabench-724-outlier-detection-acceleration/config.yaml +16 -0
  1260. dslighting/registry/dabench-724-outlier-detection-acceleration/description.md +43 -0
  1261. dslighting/registry/dabench-724-outlier-detection-acceleration/grade.py +66 -0
  1262. dslighting/registry/dabench-724-outlier-detection-acceleration/prepare.py +49 -0
  1263. dslighting/registry/dabench-725-investigate-relationship-between/checksums.yaml +2 -0
  1264. dslighting/registry/dabench-725-investigate-relationship-between/config.yaml +16 -0
  1265. dslighting/registry/dabench-725-investigate-relationship-between/description.md +47 -0
  1266. dslighting/registry/dabench-725-investigate-relationship-between/grade.py +66 -0
  1267. dslighting/registry/dabench-725-investigate-relationship-between/prepare.py +49 -0
  1268. dslighting/registry/dabench-726-comprehensive-data-preprocessing/checksums.yaml +2 -0
  1269. dslighting/registry/dabench-726-comprehensive-data-preprocessing/config.yaml +16 -0
  1270. dslighting/registry/dabench-726-comprehensive-data-preprocessing/description.md +47 -0
  1271. dslighting/registry/dabench-726-comprehensive-data-preprocessing/grade.py +66 -0
  1272. dslighting/registry/dabench-726-comprehensive-data-preprocessing/prepare.py +49 -0
  1273. dslighting/registry/dabench-727-machine-learning-techniques/checksums.yaml +2 -0
  1274. dslighting/registry/dabench-727-machine-learning-techniques/config.yaml +16 -0
  1275. dslighting/registry/dabench-727-machine-learning-techniques/description.md +47 -0
  1276. dslighting/registry/dabench-727-machine-learning-techniques/grade.py +66 -0
  1277. dslighting/registry/dabench-727-machine-learning-techniques/prepare.py +49 -0
  1278. dslighting/registry/dabench-729-does-distribution-capita/checksums.yaml +2 -0
  1279. dslighting/registry/dabench-729-does-distribution-capita/config.yaml +16 -0
  1280. dslighting/registry/dabench-729-does-distribution-capita/description.md +43 -0
  1281. dslighting/registry/dabench-729-does-distribution-capita/grade.py +66 -0
  1282. dslighting/registry/dabench-729-does-distribution-capita/prepare.py +49 -0
  1283. dslighting/registry/dabench-73-correlation-coefficient-between/checksums.yaml +2 -0
  1284. dslighting/registry/dabench-73-correlation-coefficient-between/config.yaml +16 -0
  1285. dslighting/registry/dabench-73-correlation-coefficient-between/description.md +43 -0
  1286. dslighting/registry/dabench-73-correlation-coefficient-between/grade.py +66 -0
  1287. dslighting/registry/dabench-73-correlation-coefficient-between/prepare.py +49 -0
  1288. dslighting/registry/dabench-730-there-correlation-between/checksums.yaml +2 -0
  1289. dslighting/registry/dabench-730-there-correlation-between/config.yaml +16 -0
  1290. dslighting/registry/dabench-730-there-correlation-between/description.md +43 -0
  1291. dslighting/registry/dabench-730-there-correlation-between/grade.py +66 -0
  1292. dslighting/registry/dabench-730-there-correlation-between/prepare.py +49 -0
  1293. dslighting/registry/dabench-732-comprehensive-data-preprocessing/checksums.yaml +2 -0
  1294. dslighting/registry/dabench-732-comprehensive-data-preprocessing/config.yaml +16 -0
  1295. dslighting/registry/dabench-732-comprehensive-data-preprocessing/description.md +45 -0
  1296. dslighting/registry/dabench-732-comprehensive-data-preprocessing/grade.py +66 -0
  1297. dslighting/registry/dabench-732-comprehensive-data-preprocessing/prepare.py +49 -0
  1298. dslighting/registry/dabench-733-feature-engineering-techniques/checksums.yaml +2 -0
  1299. dslighting/registry/dabench-733-feature-engineering-techniques/config.yaml +16 -0
  1300. dslighting/registry/dabench-733-feature-engineering-techniques/description.md +44 -0
  1301. dslighting/registry/dabench-733-feature-engineering-techniques/grade.py +66 -0
  1302. dslighting/registry/dabench-733-feature-engineering-techniques/prepare.py +49 -0
  1303. dslighting/registry/dabench-734-there-correlation-between/checksums.yaml +2 -0
  1304. dslighting/registry/dabench-734-there-correlation-between/config.yaml +16 -0
  1305. dslighting/registry/dabench-734-there-correlation-between/description.md +43 -0
  1306. dslighting/registry/dabench-734-there-correlation-between/grade.py +66 -0
  1307. dslighting/registry/dabench-734-there-correlation-between/prepare.py +49 -0
  1308. dslighting/registry/dabench-736-feature-combining-population/checksums.yaml +2 -0
  1309. dslighting/registry/dabench-736-feature-combining-population/config.yaml +16 -0
  1310. dslighting/registry/dabench-736-feature-combining-population/description.md +43 -0
  1311. dslighting/registry/dabench-736-feature-combining-population/grade.py +66 -0
  1312. dslighting/registry/dabench-736-feature-combining-population/prepare.py +49 -0
  1313. dslighting/registry/dabench-737-mean-standard-deviation/checksums.yaml +2 -0
  1314. dslighting/registry/dabench-737-mean-standard-deviation/config.yaml +16 -0
  1315. dslighting/registry/dabench-737-mean-standard-deviation/description.md +43 -0
  1316. dslighting/registry/dabench-737-mean-standard-deviation/grade.py +66 -0
  1317. dslighting/registry/dabench-737-mean-standard-deviation/prepare.py +49 -0
  1318. dslighting/registry/dabench-738-distribution-column-credit/checksums.yaml +2 -0
  1319. dslighting/registry/dabench-738-distribution-column-credit/config.yaml +16 -0
  1320. dslighting/registry/dabench-738-distribution-column-credit/description.md +43 -0
  1321. dslighting/registry/dabench-738-distribution-column-credit/grade.py +66 -0
  1322. dslighting/registry/dabench-738-distribution-column-credit/prepare.py +49 -0
  1323. dslighting/registry/dabench-739-determine-correlation-coefficient/checksums.yaml +2 -0
  1324. dslighting/registry/dabench-739-determine-correlation-coefficient/config.yaml +16 -0
  1325. dslighting/registry/dabench-739-determine-correlation-coefficient/description.md +43 -0
  1326. dslighting/registry/dabench-739-determine-correlation-coefficient/grade.py +66 -0
  1327. dslighting/registry/dabench-739-determine-correlation-coefficient/prepare.py +49 -0
  1328. dslighting/registry/dabench-740-identify-outliers-balance/checksums.yaml +2 -0
  1329. dslighting/registry/dabench-740-identify-outliers-balance/config.yaml +16 -0
  1330. dslighting/registry/dabench-740-identify-outliers-balance/description.md +43 -0
  1331. dslighting/registry/dabench-740-identify-outliers-balance/grade.py +66 -0
  1332. dslighting/registry/dabench-740-identify-outliers-balance/prepare.py +49 -0
  1333. dslighting/registry/dabench-741-feature-credit-file/checksums.yaml +2 -0
  1334. dslighting/registry/dabench-741-feature-credit-file/config.yaml +16 -0
  1335. dslighting/registry/dabench-741-feature-credit-file/description.md +43 -0
  1336. dslighting/registry/dabench-741-feature-credit-file/grade.py +66 -0
  1337. dslighting/registry/dabench-741-feature-credit-file/prepare.py +49 -0
  1338. dslighting/registry/dabench-743-comprehensive-data-preprocessing/checksums.yaml +2 -0
  1339. dslighting/registry/dabench-743-comprehensive-data-preprocessing/config.yaml +16 -0
  1340. dslighting/registry/dabench-743-comprehensive-data-preprocessing/description.md +47 -0
  1341. dslighting/registry/dabench-743-comprehensive-data-preprocessing/grade.py +66 -0
  1342. dslighting/registry/dabench-743-comprehensive-data-preprocessing/prepare.py +49 -0
  1343. dslighting/registry/dabench-75-column-called-daily/checksums.yaml +2 -0
  1344. dslighting/registry/dabench-75-column-called-daily/config.yaml +16 -0
  1345. dslighting/registry/dabench-75-column-called-daily/description.md +45 -0
  1346. dslighting/registry/dabench-75-column-called-daily/grade.py +66 -0
  1347. dslighting/registry/dabench-75-column-called-daily/prepare.py +49 -0
  1348. dslighting/registry/dabench-755-what-mean-value/checksums.yaml +2 -0
  1349. dslighting/registry/dabench-755-what-mean-value/config.yaml +16 -0
  1350. dslighting/registry/dabench-755-what-mean-value/description.md +43 -0
  1351. dslighting/registry/dabench-755-what-mean-value/grade.py +66 -0
  1352. dslighting/registry/dabench-755-what-mean-value/prepare.py +49 -0
  1353. dslighting/registry/dabench-756-there-correlation-between/checksums.yaml +2 -0
  1354. dslighting/registry/dabench-756-there-correlation-between/config.yaml +16 -0
  1355. dslighting/registry/dabench-756-there-correlation-between/description.md +43 -0
  1356. dslighting/registry/dabench-756-there-correlation-between/grade.py +66 -0
  1357. dslighting/registry/dabench-756-there-correlation-between/prepare.py +49 -0
  1358. dslighting/registry/dabench-757-there-outliers-observation/checksums.yaml +2 -0
  1359. dslighting/registry/dabench-757-there-outliers-observation/config.yaml +16 -0
  1360. dslighting/registry/dabench-757-there-outliers-observation/description.md +43 -0
  1361. dslighting/registry/dabench-757-there-outliers-observation/grade.py +66 -0
  1362. dslighting/registry/dabench-757-there-outliers-observation/prepare.py +49 -0
  1363. dslighting/registry/dabench-759-median-range-maximum/checksums.yaml +2 -0
  1364. dslighting/registry/dabench-759-median-range-maximum/config.yaml +16 -0
  1365. dslighting/registry/dabench-759-median-range-maximum/description.md +46 -0
  1366. dslighting/registry/dabench-759-median-range-maximum/grade.py +66 -0
  1367. dslighting/registry/dabench-759-median-range-maximum/prepare.py +49 -0
  1368. dslighting/registry/dabench-760-each-station-there/checksums.yaml +2 -0
  1369. dslighting/registry/dabench-760-each-station-there/config.yaml +16 -0
  1370. dslighting/registry/dabench-760-each-station-there/description.md +45 -0
  1371. dslighting/registry/dabench-760-each-station-there/grade.py +66 -0
  1372. dslighting/registry/dabench-760-each-station-there/prepare.py +49 -0
  1373. dslighting/registry/dabench-77-comprehensive-data-preprocessing/checksums.yaml +2 -0
  1374. dslighting/registry/dabench-77-comprehensive-data-preprocessing/config.yaml +16 -0
  1375. dslighting/registry/dabench-77-comprehensive-data-preprocessing/description.md +45 -0
  1376. dslighting/registry/dabench-77-comprehensive-data-preprocessing/grade.py +66 -0
  1377. dslighting/registry/dabench-77-comprehensive-data-preprocessing/prepare.py +49 -0
  1378. dslighting/registry/dabench-8-distribution-analysis-fare/checksums.yaml +2 -0
  1379. dslighting/registry/dabench-8-distribution-analysis-fare/config.yaml +16 -0
  1380. dslighting/registry/dabench-8-distribution-analysis-fare/description.md +45 -0
  1381. dslighting/registry/dabench-8-distribution-analysis-fare/grade.py +66 -0
  1382. dslighting/registry/dabench-8-distribution-analysis-fare/prepare.py +49 -0
  1383. dslighting/registry/dabench-9-mean-value-close/checksums.yaml +2 -0
  1384. dslighting/registry/dabench-9-mean-value-close/config.yaml +16 -0
  1385. dslighting/registry/dabench-9-mean-value-close/description.md +43 -0
  1386. dslighting/registry/dabench-9-mean-value-close/grade.py +66 -0
  1387. dslighting/registry/dabench-9-mean-value-close/prepare.py +49 -0
  1388. dslighting/registry/demand-forecasting-kernels-only/__init__.py +0 -0
  1389. dslighting/registry/demand-forecasting-kernels-only/config.yaml +15 -0
  1390. dslighting/registry/demand-forecasting-kernels-only/description.md +44 -0
  1391. dslighting/registry/demand-forecasting-kernels-only/grade.py +66 -0
  1392. dslighting/registry/demand-forecasting-kernels-only/prepare.py +27 -0
  1393. dslighting/registry/demand_forecasting_kernels_only/__init__.py +0 -0
  1394. dslighting/registry/demand_forecasting_kernels_only/grade.py +66 -0
  1395. dslighting/registry/demand_forecasting_kernels_only/prepare.py +27 -0
  1396. dslighting/registry/denoising-dirty-documents/checksums.yaml +5 -0
  1397. dslighting/registry/denoising-dirty-documents/config.yaml +16 -0
  1398. dslighting/registry/denoising-dirty-documents/description.md +59 -0
  1399. dslighting/registry/denoising-dirty-documents/description_obfuscated.md +23 -0
  1400. dslighting/registry/denoising-dirty-documents/grade.py +44 -0
  1401. dslighting/registry/denoising-dirty-documents/prepare.py +134 -0
  1402. dslighting/registry/denoising-dirty-documents/prepare_val.py +178 -0
  1403. dslighting/registry/detecting-insults-in-social-commentary/checksums.yaml +8 -0
  1404. dslighting/registry/detecting-insults-in-social-commentary/config.yaml +23 -0
  1405. dslighting/registry/detecting-insults-in-social-commentary/description.md +164 -0
  1406. dslighting/registry/detecting-insults-in-social-commentary/description_obfuscated.md +31 -0
  1407. dslighting/registry/detecting-insults-in-social-commentary/grade.py +11 -0
  1408. dslighting/registry/detecting-insults-in-social-commentary/prepare.py +72 -0
  1409. dslighting/registry/detecting-insults-in-social-commentary/prepare_val.py +128 -0
  1410. dslighting/registry/dog-breed-identification/checksums.yaml +6 -0
  1411. dslighting/registry/dog-breed-identification/config.yaml +16 -0
  1412. dslighting/registry/dog-breed-identification/description.md +169 -0
  1413. dslighting/registry/dog-breed-identification/description_obfuscated.md +23 -0
  1414. dslighting/registry/dog-breed-identification/dogs.py +124 -0
  1415. dslighting/registry/dog-breed-identification/grade.py +42 -0
  1416. dslighting/registry/dog-breed-identification/prepare.py +55 -0
  1417. dslighting/registry/dog-breed-identification/prepare_val.py +104 -0
  1418. dslighting/registry/dogs-vs-cats-redux-kernels-edition/checksums.yaml +5 -0
  1419. dslighting/registry/dogs-vs-cats-redux-kernels-edition/config.yaml +16 -0
  1420. dslighting/registry/dogs-vs-cats-redux-kernels-edition/description.md +50 -0
  1421. dslighting/registry/dogs-vs-cats-redux-kernels-edition/description_obfuscated.md +23 -0
  1422. dslighting/registry/dogs-vs-cats-redux-kernels-edition/grade.py +43 -0
  1423. dslighting/registry/dogs-vs-cats-redux-kernels-edition/prepare.py +70 -0
  1424. dslighting/registry/dogs-vs-cats-redux-kernels-edition/prepare_val.py +143 -0
  1425. dslighting/registry/ethanol-concentration/checksums.yaml +3 -0
  1426. dslighting/registry/ethanol-concentration/config.yaml +16 -0
  1427. dslighting/registry/ethanol-concentration/description.md +64 -0
  1428. dslighting/registry/ethanol-concentration/grade.py +23 -0
  1429. dslighting/registry/ethanol-concentration/prepare.py +90 -0
  1430. dslighting/registry/facebook-recruiting-iii-keyword-extraction/checksums.yaml +7 -0
  1431. dslighting/registry/facebook-recruiting-iii-keyword-extraction/config.yaml +16 -0
  1432. dslighting/registry/facebook-recruiting-iii-keyword-extraction/description.md +74 -0
  1433. dslighting/registry/facebook-recruiting-iii-keyword-extraction/description_obfuscated.md +33 -0
  1434. dslighting/registry/facebook-recruiting-iii-keyword-extraction/grade.py +60 -0
  1435. dslighting/registry/facebook-recruiting-iii-keyword-extraction/prepare.py +41 -0
  1436. dslighting/registry/facebook-recruiting-iii-keyword-extraction/prepare_val.py +92 -0
  1437. dslighting/registry/feedback-prize-english-language-learning/__init__.py +0 -0
  1438. dslighting/registry/feedback-prize-english-language-learning/config.yaml +15 -0
  1439. dslighting/registry/feedback-prize-english-language-learning/description.md +43 -0
  1440. dslighting/registry/feedback-prize-english-language-learning/grade.py +60 -0
  1441. dslighting/registry/feedback-prize-english-language-learning/prepare.py +39 -0
  1442. dslighting/registry/freesound-audio-tagging-2019/checksums.yaml +7 -0
  1443. dslighting/registry/freesound-audio-tagging-2019/config.yaml +24 -0
  1444. dslighting/registry/freesound-audio-tagging-2019/description.md +276 -0
  1445. dslighting/registry/freesound-audio-tagging-2019/description_obfuscated.md +42 -0
  1446. dslighting/registry/freesound-audio-tagging-2019/grade.py +64 -0
  1447. dslighting/registry/freesound-audio-tagging-2019/prepare.py +94 -0
  1448. dslighting/registry/freesound-audio-tagging-2019/prepare_val.py +175 -0
  1449. dslighting/registry/freesound-audio-tagging-2019/vocabulary.py +83 -0
  1450. dslighting/registry/google-quest-challenge/checksums.yaml +7 -0
  1451. dslighting/registry/google-quest-challenge/classes.py +32 -0
  1452. dslighting/registry/google-quest-challenge/config.yaml +26 -0
  1453. dslighting/registry/google-quest-challenge/description.md +83 -0
  1454. dslighting/registry/google-quest-challenge/description_obfuscated.md +29 -0
  1455. dslighting/registry/google-quest-challenge/grade.py +45 -0
  1456. dslighting/registry/google-quest-challenge/prepare.py +58 -0
  1457. dslighting/registry/google-quest-challenge/prepare_val.py +120 -0
  1458. dslighting/registry/google-research-identify-contrails-reduce-global-warming/checksums.yaml +7 -0
  1459. dslighting/registry/google-research-identify-contrails-reduce-global-warming/config.yaml +28 -0
  1460. dslighting/registry/google-research-identify-contrails-reduce-global-warming/description.md +129 -0
  1461. dslighting/registry/google-research-identify-contrails-reduce-global-warming/description_obfuscated.md +51 -0
  1462. dslighting/registry/google-research-identify-contrails-reduce-global-warming/grade.py +77 -0
  1463. dslighting/registry/google-research-identify-contrails-reduce-global-warming/prepare.py +155 -0
  1464. dslighting/registry/google-research-identify-contrails-reduce-global-warming/prepare_val.py +211 -0
  1465. dslighting/registry/h-and-m-personalized-fashion-recommendations/checksums.yaml +8 -0
  1466. dslighting/registry/h-and-m-personalized-fashion-recommendations/config.yaml +28 -0
  1467. dslighting/registry/h-and-m-personalized-fashion-recommendations/description.md +74 -0
  1468. dslighting/registry/h-and-m-personalized-fashion-recommendations/description_obfuscated.md +34 -0
  1469. dslighting/registry/h-and-m-personalized-fashion-recommendations/grade.py +42 -0
  1470. dslighting/registry/h-and-m-personalized-fashion-recommendations/prepare.py +102 -0
  1471. dslighting/registry/h-and-m-personalized-fashion-recommendations/prepare_val.py +132 -0
  1472. dslighting/registry/handwriting/checksums.yaml +3 -0
  1473. dslighting/registry/handwriting/config.yaml +16 -0
  1474. dslighting/registry/handwriting/description.md +39 -0
  1475. dslighting/registry/handwriting/grade.py +23 -0
  1476. dslighting/registry/handwriting/prepare.py +179 -0
  1477. dslighting/registry/herbarium-2020-fgvc7/checksums.yaml +5 -0
  1478. dslighting/registry/herbarium-2020-fgvc7/config.yaml +16 -0
  1479. dslighting/registry/herbarium-2020-fgvc7/description.md +159 -0
  1480. dslighting/registry/herbarium-2020-fgvc7/description_obfuscated.md +27 -0
  1481. dslighting/registry/herbarium-2020-fgvc7/grade.py +34 -0
  1482. dslighting/registry/herbarium-2020-fgvc7/prepare.py +251 -0
  1483. dslighting/registry/herbarium-2020-fgvc7/prepare_val.py +242 -0
  1484. dslighting/registry/herbarium-2021-fgvc8/checksums.yaml +5 -0
  1485. dslighting/registry/herbarium-2021-fgvc8/config.yaml +16 -0
  1486. dslighting/registry/herbarium-2021-fgvc8/description.md +168 -0
  1487. dslighting/registry/herbarium-2021-fgvc8/description_obfuscated.md +27 -0
  1488. dslighting/registry/herbarium-2021-fgvc8/grade.py +34 -0
  1489. dslighting/registry/herbarium-2021-fgvc8/prepare.py +251 -0
  1490. dslighting/registry/herbarium-2021-fgvc8/prepare_val.py +222 -0
  1491. dslighting/registry/herbarium-2022-fgvc9/checksums.yaml +7 -0
  1492. dslighting/registry/herbarium-2022-fgvc9/config.yaml +16 -0
  1493. dslighting/registry/herbarium-2022-fgvc9/description.md +154 -0
  1494. dslighting/registry/herbarium-2022-fgvc9/description_obfuscated.md +28 -0
  1495. dslighting/registry/herbarium-2022-fgvc9/grade.py +31 -0
  1496. dslighting/registry/herbarium-2022-fgvc9/prepare.py +233 -0
  1497. dslighting/registry/herbarium-2022-fgvc9/prepare_val.py +213 -0
  1498. dslighting/registry/histopathologic-cancer-detection/checksums.yaml +6 -0
  1499. dslighting/registry/histopathologic-cancer-detection/config.yaml +16 -0
  1500. dslighting/registry/histopathologic-cancer-detection/description.md +63 -0
  1501. dslighting/registry/histopathologic-cancer-detection/description_obfuscated.md +23 -0
  1502. dslighting/registry/histopathologic-cancer-detection/grade.py +12 -0
  1503. dslighting/registry/histopathologic-cancer-detection/prepare.py +59 -0
  1504. dslighting/registry/histopathologic-cancer-detection/prepare_val.py +131 -0
  1505. dslighting/registry/hms-harmful-brain-activity-classification/checksums.yaml +8 -0
  1506. dslighting/registry/hms-harmful-brain-activity-classification/config.yaml +27 -0
  1507. dslighting/registry/hms-harmful-brain-activity-classification/constants.py +9 -0
  1508. dslighting/registry/hms-harmful-brain-activity-classification/description.md +166 -0
  1509. dslighting/registry/hms-harmful-brain-activity-classification/description_obfuscated.md +56 -0
  1510. dslighting/registry/hms-harmful-brain-activity-classification/grade.py +43 -0
  1511. dslighting/registry/hms-harmful-brain-activity-classification/kaggle_metric_utilities.py +96 -0
  1512. dslighting/registry/hms-harmful-brain-activity-classification/kullback_leibler_divergence.py +118 -0
  1513. dslighting/registry/hms-harmful-brain-activity-classification/prepare.py +121 -0
  1514. dslighting/registry/hms-harmful-brain-activity-classification/prepare_val.py +190 -0
  1515. dslighting/registry/hotel-id-2021-fgvc8/checksums.yaml +6 -0
  1516. dslighting/registry/hotel-id-2021-fgvc8/config.yaml +16 -0
  1517. dslighting/registry/hotel-id-2021-fgvc8/description.md +120 -0
  1518. dslighting/registry/hotel-id-2021-fgvc8/description_obfuscated.md +40 -0
  1519. dslighting/registry/hotel-id-2021-fgvc8/grade.py +41 -0
  1520. dslighting/registry/hotel-id-2021-fgvc8/prepare.py +63 -0
  1521. dslighting/registry/hotel-id-2021-fgvc8/prepare_val.py +132 -0
  1522. dslighting/registry/hubmap-kidney-segmentation/checksums.yaml +8 -0
  1523. dslighting/registry/hubmap-kidney-segmentation/config.yaml +29 -0
  1524. dslighting/registry/hubmap-kidney-segmentation/description.md +211 -0
  1525. dslighting/registry/hubmap-kidney-segmentation/description_obfuscated.md +46 -0
  1526. dslighting/registry/hubmap-kidney-segmentation/grade.py +62 -0
  1527. dslighting/registry/hubmap-kidney-segmentation/prepare.py +108 -0
  1528. dslighting/registry/hubmap-kidney-segmentation/prepare_val.py +153 -0
  1529. dslighting/registry/icecube-neutrinos-in-deep-ice/checksums.yaml +8 -0
  1530. dslighting/registry/icecube-neutrinos-in-deep-ice/config.yaml +34 -0
  1531. dslighting/registry/icecube-neutrinos-in-deep-ice/description.md +231 -0
  1532. dslighting/registry/icecube-neutrinos-in-deep-ice/description_obfuscated.md +48 -0
  1533. dslighting/registry/icecube-neutrinos-in-deep-ice/grade.py +111 -0
  1534. dslighting/registry/icecube-neutrinos-in-deep-ice/prepare.py +127 -0
  1535. dslighting/registry/icecube-neutrinos-in-deep-ice/prepare_val.py +183 -0
  1536. dslighting/registry/ili/checksums.yaml +3 -0
  1537. dslighting/registry/ili/config.yaml +16 -0
  1538. dslighting/registry/ili/description.md +61 -0
  1539. dslighting/registry/ili/grade.py +60 -0
  1540. dslighting/registry/ili/prepare.py +99 -0
  1541. dslighting/registry/imet-2020-fgvc7/checksums.yaml +7 -0
  1542. dslighting/registry/imet-2020-fgvc7/config.yaml +16 -0
  1543. dslighting/registry/imet-2020-fgvc7/description.md +81 -0
  1544. dslighting/registry/imet-2020-fgvc7/description_obfuscated.md +29 -0
  1545. dslighting/registry/imet-2020-fgvc7/grade.py +54 -0
  1546. dslighting/registry/imet-2020-fgvc7/prepare.py +77 -0
  1547. dslighting/registry/imet-2020-fgvc7/prepare_val.py +157 -0
  1548. dslighting/registry/inaturalist-2019-fgvc6/checksums.yaml +8 -0
  1549. dslighting/registry/inaturalist-2019-fgvc6/config.yaml +16 -0
  1550. dslighting/registry/inaturalist-2019-fgvc6/description.md +122 -0
  1551. dslighting/registry/inaturalist-2019-fgvc6/description_obfuscated.md +31 -0
  1552. dslighting/registry/inaturalist-2019-fgvc6/grade.py +35 -0
  1553. dslighting/registry/inaturalist-2019-fgvc6/prepare.py +259 -0
  1554. dslighting/registry/inaturalist-2019-fgvc6/prepare_val.py +304 -0
  1555. dslighting/registry/instant-gratification/__init__.py +0 -0
  1556. dslighting/registry/instant-gratification/config.yaml +15 -0
  1557. dslighting/registry/instant-gratification/description.md +37 -0
  1558. dslighting/registry/instant-gratification/grade.py +55 -0
  1559. dslighting/registry/instant-gratification/prepare.py +25 -0
  1560. dslighting/registry/instant_gratification/__init__.py +0 -0
  1561. dslighting/registry/instant_gratification/grade.py +55 -0
  1562. dslighting/registry/instant_gratification/prepare.py +25 -0
  1563. dslighting/registry/invasive-species-monitoring/checksums.yaml +5 -0
  1564. dslighting/registry/invasive-species-monitoring/config.yaml +16 -0
  1565. dslighting/registry/invasive-species-monitoring/description.md +55 -0
  1566. dslighting/registry/invasive-species-monitoring/description_obfuscated.md +33 -0
  1567. dslighting/registry/invasive-species-monitoring/grade.py +11 -0
  1568. dslighting/registry/invasive-species-monitoring/prepare.py +97 -0
  1569. dslighting/registry/invasive-species-monitoring/prepare_val.py +164 -0
  1570. dslighting/registry/iwildcam-2019-fgvc6/checksums.yaml +8 -0
  1571. dslighting/registry/iwildcam-2019-fgvc6/config.yaml +16 -0
  1572. dslighting/registry/iwildcam-2019-fgvc6/description.md +109 -0
  1573. dslighting/registry/iwildcam-2019-fgvc6/description_obfuscated.md +52 -0
  1574. dslighting/registry/iwildcam-2019-fgvc6/grade.py +44 -0
  1575. dslighting/registry/iwildcam-2019-fgvc6/prepare.py +118 -0
  1576. dslighting/registry/iwildcam-2019-fgvc6/prepare_val.py +194 -0
  1577. dslighting/registry/iwildcam-2020-fgvc7/checksums.yaml +8 -0
  1578. dslighting/registry/iwildcam-2020-fgvc7/config.yaml +16 -0
  1579. dslighting/registry/iwildcam-2020-fgvc7/description.md +89 -0
  1580. dslighting/registry/iwildcam-2020-fgvc7/description_obfuscated.md +29 -0
  1581. dslighting/registry/iwildcam-2020-fgvc7/grade.py +11 -0
  1582. dslighting/registry/iwildcam-2020-fgvc7/prepare.py +164 -0
  1583. dslighting/registry/iwildcam-2020-fgvc7/prepare_val.py +245 -0
  1584. dslighting/registry/jigsaw-toxic-comment-classification-challenge/checksums.yaml +7 -0
  1585. dslighting/registry/jigsaw-toxic-comment-classification-challenge/classes.py +1 -0
  1586. dslighting/registry/jigsaw-toxic-comment-classification-challenge/config.yaml +22 -0
  1587. dslighting/registry/jigsaw-toxic-comment-classification-challenge/description.md +69 -0
  1588. dslighting/registry/jigsaw-toxic-comment-classification-challenge/description_obfuscated.md +24 -0
  1589. dslighting/registry/jigsaw-toxic-comment-classification-challenge/grade.py +54 -0
  1590. dslighting/registry/jigsaw-toxic-comment-classification-challenge/prepare.py +42 -0
  1591. dslighting/registry/jigsaw-toxic-comment-classification-challenge/prepare_val.py +88 -0
  1592. dslighting/registry/jigsaw-unintended-bias-in-toxicity-classification/checksums.yaml +7 -0
  1593. dslighting/registry/jigsaw-unintended-bias-in-toxicity-classification/config.yaml +36 -0
  1594. dslighting/registry/jigsaw-unintended-bias-in-toxicity-classification/description.md +286 -0
  1595. dslighting/registry/jigsaw-unintended-bias-in-toxicity-classification/description_obfuscated.md +85 -0
  1596. dslighting/registry/jigsaw-unintended-bias-in-toxicity-classification/grade.py +153 -0
  1597. dslighting/registry/jigsaw-unintended-bias-in-toxicity-classification/prepare.py +36 -0
  1598. dslighting/registry/jigsaw-unintended-bias-in-toxicity-classification/prepare_val.py +117 -0
  1599. dslighting/registry/kuzushiji-recognition/checksums.yaml +8 -0
  1600. dslighting/registry/kuzushiji-recognition/config.yaml +27 -0
  1601. dslighting/registry/kuzushiji-recognition/description.md +124 -0
  1602. dslighting/registry/kuzushiji-recognition/description_obfuscated.md +36 -0
  1603. dslighting/registry/kuzushiji-recognition/grade.py +58 -0
  1604. dslighting/registry/kuzushiji-recognition/kuzushiji_metric.py +118 -0
  1605. dslighting/registry/kuzushiji-recognition/prepare.py +92 -0
  1606. dslighting/registry/kuzushiji-recognition/prepare_val.py +149 -0
  1607. dslighting/registry/leaf-classification/checksums.yaml +7 -0
  1608. dslighting/registry/leaf-classification/classes.py +101 -0
  1609. dslighting/registry/leaf-classification/config.yaml +16 -0
  1610. dslighting/registry/leaf-classification/description.md +70 -0
  1611. dslighting/registry/leaf-classification/description_obfuscated.md +41 -0
  1612. dslighting/registry/leaf-classification/grade.py +44 -0
  1613. dslighting/registry/leaf-classification/prepare.py +60 -0
  1614. dslighting/registry/leaf-classification/prepare_val.py +116 -0
  1615. dslighting/registry/learning-agency-lab-automated-essay-scoring-2/checksums.yaml +7 -0
  1616. dslighting/registry/learning-agency-lab-automated-essay-scoring-2/config.yaml +28 -0
  1617. dslighting/registry/learning-agency-lab-automated-essay-scoring-2/description.md +153 -0
  1618. dslighting/registry/learning-agency-lab-automated-essay-scoring-2/description_obfuscated.md +30 -0
  1619. dslighting/registry/learning-agency-lab-automated-essay-scoring-2/grade.py +44 -0
  1620. dslighting/registry/learning-agency-lab-automated-essay-scoring-2/prepare.py +51 -0
  1621. dslighting/registry/learning-agency-lab-automated-essay-scoring-2/prepare_val.py +96 -0
  1622. dslighting/registry/liverpool-ion-switching/__init__.py +0 -0
  1623. dslighting/registry/liverpool-ion-switching/config.yaml +15 -0
  1624. dslighting/registry/liverpool-ion-switching/description.md +44 -0
  1625. dslighting/registry/liverpool-ion-switching/grade.py +52 -0
  1626. dslighting/registry/liverpool-ion-switching/prepare.py +27 -0
  1627. dslighting/registry/liverpool_ion_switching/__init__.py +0 -0
  1628. dslighting/registry/liverpool_ion_switching/grade.py +52 -0
  1629. dslighting/registry/liverpool_ion_switching/prepare.py +27 -0
  1630. dslighting/registry/lmsys-chatbot-arena/checksums.yaml +7 -0
  1631. dslighting/registry/lmsys-chatbot-arena/config.yaml +26 -0
  1632. dslighting/registry/lmsys-chatbot-arena/description.md +98 -0
  1633. dslighting/registry/lmsys-chatbot-arena/description_obfuscated.md +40 -0
  1634. dslighting/registry/lmsys-chatbot-arena/grade.py +63 -0
  1635. dslighting/registry/lmsys-chatbot-arena/prepare.py +52 -0
  1636. dslighting/registry/lmsys-chatbot-arena/prepare_val.py +115 -0
  1637. dslighting/registry/mcm-2025-c/config.yaml +8 -0
  1638. dslighting/registry/mcm-2025-c/description.md +3 -0
  1639. dslighting/registry/mcm-2025-c/eda_report.md +61 -0
  1640. dslighting/registry/mcm-2025-c/report.md +32 -0
  1641. dslighting/registry/mcm_2024_c/config.yaml +8 -0
  1642. dslighting/registry/mcm_2024_c/description.md +1 -0
  1643. dslighting/registry/mcm_2024_c/report.md +128 -0
  1644. dslighting/registry/mcm_2024_c/rubric.md +0 -0
  1645. dslighting/registry/mcm_2024_c_test/config.yaml +16 -0
  1646. dslighting/registry/mcm_2024_c_test/description.md +3 -0
  1647. dslighting/registry/mcm_2024_c_test/grade.py +107 -0
  1648. dslighting/registry/mcm_2024_c_test/prepare.py +2 -0
  1649. dslighting/registry/mcm_2024_c_test/report.md +76 -0
  1650. dslighting/registry/mcm_2024_c_test/rubric.md +3 -0
  1651. dslighting/registry/ml2021spring-hw2/checksums.yaml +5 -0
  1652. dslighting/registry/ml2021spring-hw2/config.yaml +16 -0
  1653. dslighting/registry/ml2021spring-hw2/description.md +35 -0
  1654. dslighting/registry/ml2021spring-hw2/description_obfuscated.md +7 -0
  1655. dslighting/registry/ml2021spring-hw2/grade.py +11 -0
  1656. dslighting/registry/ml2021spring-hw2/prepare.py +58 -0
  1657. dslighting/registry/ml2021spring-hw2/prepare_val.py +135 -0
  1658. dslighting/registry/mlsp-2013-birds/checksums.yaml +5 -0
  1659. dslighting/registry/mlsp-2013-birds/config.yaml +22 -0
  1660. dslighting/registry/mlsp-2013-birds/description.md +269 -0
  1661. dslighting/registry/mlsp-2013-birds/description_obfuscated.md +135 -0
  1662. dslighting/registry/mlsp-2013-birds/grade.py +11 -0
  1663. dslighting/registry/mlsp-2013-birds/prepare.py +182 -0
  1664. dslighting/registry/mlsp-2013-birds/prepare_val.py +241 -0
  1665. dslighting/registry/movie-review-sentiment-analysis-kernels-only/checksums.yaml +5 -0
  1666. dslighting/registry/movie-review-sentiment-analysis-kernels-only/config.yaml +16 -0
  1667. dslighting/registry/movie-review-sentiment-analysis-kernels-only/description.md +72 -0
  1668. dslighting/registry/movie-review-sentiment-analysis-kernels-only/description_obfuscated.md +35 -0
  1669. dslighting/registry/movie-review-sentiment-analysis-kernels-only/grade.py +11 -0
  1670. dslighting/registry/movie-review-sentiment-analysis-kernels-only/prepare.py +58 -0
  1671. dslighting/registry/movie-review-sentiment-analysis-kernels-only/prepare_val.py +120 -0
  1672. dslighting/registry/multi-modal-gesture-recognition/checksums.yaml +7 -0
  1673. dslighting/registry/multi-modal-gesture-recognition/config.yaml +28 -0
  1674. dslighting/registry/multi-modal-gesture-recognition/description.md +324 -0
  1675. dslighting/registry/multi-modal-gesture-recognition/description_obfuscated.md +133 -0
  1676. dslighting/registry/multi-modal-gesture-recognition/grade.py +58 -0
  1677. dslighting/registry/multi-modal-gesture-recognition/leaderboard_readme.md +35 -0
  1678. dslighting/registry/multi-modal-gesture-recognition/prepare.py +85 -0
  1679. dslighting/registry/multi-modal-gesture-recognition/prepare_val.py +139 -0
  1680. dslighting/registry/my-custom-task-01/config.yaml +15 -0
  1681. dslighting/registry/my-custom-task-01/description.md +51 -0
  1682. dslighting/registry/my-custom-task-01/prepare.py +2 -0
  1683. dslighting/registry/my-custom-task-01/report.md +74 -0
  1684. dslighting/registry/new-my-task-01/config.yaml +15 -0
  1685. dslighting/registry/new-my-task-01/description.md +5 -0
  1686. dslighting/registry/new-my-task-01/prepare.py +2 -0
  1687. dslighting/registry/new-my-task-01/report.md +120 -0
  1688. dslighting/registry/new-my-task-02/config.yaml +9 -0
  1689. dslighting/registry/new-my-task-02/description.md +3 -0
  1690. dslighting/registry/new-my-task-02/report.md +76 -0
  1691. dslighting/registry/new-my-task-03/config.yaml +16 -0
  1692. dslighting/registry/new-my-task-03/description.md +1 -0
  1693. dslighting/registry/new-my-task-03/grade.py +107 -0
  1694. dslighting/registry/new-my-task-03/prepare.py +2 -0
  1695. dslighting/registry/new-my-task-03/report.md +1 -0
  1696. dslighting/registry/new-my-task-03/rubric.md +10 -0
  1697. dslighting/registry/new-york-city-taxi-fare-prediction/checksums.yaml +7 -0
  1698. dslighting/registry/new-york-city-taxi-fare-prediction/config.yaml +17 -0
  1699. dslighting/registry/new-york-city-taxi-fare-prediction/description.md +100 -0
  1700. dslighting/registry/new-york-city-taxi-fare-prediction/description_obfuscated.md +46 -0
  1701. dslighting/registry/new-york-city-taxi-fare-prediction/grade.py +28 -0
  1702. dslighting/registry/new-york-city-taxi-fare-prediction/prepare.py +44 -0
  1703. dslighting/registry/new-york-city-taxi-fare-prediction/prepare_val.py +89 -0
  1704. dslighting/registry/nfl-player-contact-detection/checksums.yaml +12 -0
  1705. dslighting/registry/nfl-player-contact-detection/config.yaml +26 -0
  1706. dslighting/registry/nfl-player-contact-detection/description.md +165 -0
  1707. dslighting/registry/nfl-player-contact-detection/description_obfuscated.md +87 -0
  1708. dslighting/registry/nfl-player-contact-detection/grade.py +36 -0
  1709. dslighting/registry/nfl-player-contact-detection/prepare.py +101 -0
  1710. dslighting/registry/nfl-player-contact-detection/prepare_val.py +186 -0
  1711. dslighting/registry/nomad2018-predict-transparent-conductors/checksums.yaml +7 -0
  1712. dslighting/registry/nomad2018-predict-transparent-conductors/config.yaml +22 -0
  1713. dslighting/registry/nomad2018-predict-transparent-conductors/description.md +89 -0
  1714. dslighting/registry/nomad2018-predict-transparent-conductors/description_obfuscated.md +35 -0
  1715. dslighting/registry/nomad2018-predict-transparent-conductors/grade.py +47 -0
  1716. dslighting/registry/nomad2018-predict-transparent-conductors/prepare.py +77 -0
  1717. dslighting/registry/nomad2018-predict-transparent-conductors/prepare_val.py +144 -0
  1718. dslighting/registry/osic-pulmonary-fibrosis-progression/checksums.yaml +7 -0
  1719. dslighting/registry/osic-pulmonary-fibrosis-progression/config.yaml +22 -0
  1720. dslighting/registry/osic-pulmonary-fibrosis-progression/description.md +122 -0
  1721. dslighting/registry/osic-pulmonary-fibrosis-progression/description_obfuscated.md +65 -0
  1722. dslighting/registry/osic-pulmonary-fibrosis-progression/grade.py +74 -0
  1723. dslighting/registry/osic-pulmonary-fibrosis-progression/prepare.py +95 -0
  1724. dslighting/registry/osic-pulmonary-fibrosis-progression/prepare_val.py +167 -0
  1725. dslighting/registry/paddy-disease-classification/checksums.yaml +6 -0
  1726. dslighting/registry/paddy-disease-classification/config.yaml +16 -0
  1727. dslighting/registry/paddy-disease-classification/description.md +72 -0
  1728. dslighting/registry/paddy-disease-classification/description_obfuscated.md +31 -0
  1729. dslighting/registry/paddy-disease-classification/grade.py +35 -0
  1730. dslighting/registry/paddy-disease-classification/prepare.py +69 -0
  1731. dslighting/registry/paddy-disease-classification/prepare_val.py +122 -0
  1732. dslighting/registry/petfinder-pawpularity-score/checksums.yaml +7 -0
  1733. dslighting/registry/petfinder-pawpularity-score/config.yaml +22 -0
  1734. dslighting/registry/petfinder-pawpularity-score/description.md +132 -0
  1735. dslighting/registry/petfinder-pawpularity-score/description_obfuscated.md +41 -0
  1736. dslighting/registry/petfinder-pawpularity-score/grade.py +41 -0
  1737. dslighting/registry/petfinder-pawpularity-score/prepare.py +76 -0
  1738. dslighting/registry/petfinder-pawpularity-score/prepare_val.py +154 -0
  1739. dslighting/registry/plant-pathology-2020-fgvc7/checksums.yaml +7 -0
  1740. dslighting/registry/plant-pathology-2020-fgvc7/config.yaml +16 -0
  1741. dslighting/registry/plant-pathology-2020-fgvc7/description.md +94 -0
  1742. dslighting/registry/plant-pathology-2020-fgvc7/description_obfuscated.md +47 -0
  1743. dslighting/registry/plant-pathology-2020-fgvc7/grade.py +41 -0
  1744. dslighting/registry/plant-pathology-2020-fgvc7/prepare.py +74 -0
  1745. dslighting/registry/plant-pathology-2020-fgvc7/prepare_val.py +160 -0
  1746. dslighting/registry/plant-pathology-2021-fgvc8/checksums.yaml +6 -0
  1747. dslighting/registry/plant-pathology-2021-fgvc8/config.yaml +16 -0
  1748. dslighting/registry/plant-pathology-2021-fgvc8/description.md +101 -0
  1749. dslighting/registry/plant-pathology-2021-fgvc8/description_obfuscated.md +36 -0
  1750. dslighting/registry/plant-pathology-2021-fgvc8/grade.py +54 -0
  1751. dslighting/registry/plant-pathology-2021-fgvc8/prepare.py +65 -0
  1752. dslighting/registry/plant-pathology-2021-fgvc8/prepare_val.py +130 -0
  1753. dslighting/registry/plant-seedlings-classification/checksums.yaml +5 -0
  1754. dslighting/registry/plant-seedlings-classification/config.yaml +16 -0
  1755. dslighting/registry/plant-seedlings-classification/description.md +84 -0
  1756. dslighting/registry/plant-seedlings-classification/description_obfuscated.md +42 -0
  1757. dslighting/registry/plant-seedlings-classification/grade.py +39 -0
  1758. dslighting/registry/plant-seedlings-classification/prepare.py +91 -0
  1759. dslighting/registry/plant-seedlings-classification/prepare_val.py +158 -0
  1760. dslighting/registry/playground-series-s3e1/__init__.py +0 -0
  1761. dslighting/registry/playground-series-s3e1/config.yaml +15 -0
  1762. dslighting/registry/playground-series-s3e1/description.md +34 -0
  1763. dslighting/registry/playground-series-s3e1/grade.py +52 -0
  1764. dslighting/registry/playground-series-s3e1/prepare.py +25 -0
  1765. dslighting/registry/playground-series-s3e11/__init__.py +0 -0
  1766. dslighting/registry/playground-series-s3e11/config.yaml +15 -0
  1767. dslighting/registry/playground-series-s3e11/description.md +34 -0
  1768. dslighting/registry/playground-series-s3e11/grade.py +55 -0
  1769. dslighting/registry/playground-series-s3e11/prepare.py +25 -0
  1770. dslighting/registry/playground-series-s3e18/checksums.yaml +7 -0
  1771. dslighting/registry/playground-series-s3e18/config.yaml +16 -0
  1772. dslighting/registry/playground-series-s3e18/description.md +56 -0
  1773. dslighting/registry/playground-series-s3e18/description_obfuscated.md +27 -0
  1774. dslighting/registry/playground-series-s3e18/grade.py +39 -0
  1775. dslighting/registry/playground-series-s3e18/prepare.py +36 -0
  1776. dslighting/registry/playground-series-s3e18/prepare_val.py +89 -0
  1777. dslighting/registry/playground_series_s3e1/__init__.py +0 -0
  1778. dslighting/registry/playground_series_s3e1/grade.py +52 -0
  1779. dslighting/registry/playground_series_s3e1/prepare.py +25 -0
  1780. dslighting/registry/playground_series_s3e11/__init__.py +0 -0
  1781. dslighting/registry/playground_series_s3e11/grade.py +55 -0
  1782. dslighting/registry/playground_series_s3e11/prepare.py +25 -0
  1783. dslighting/registry/predict-volcanic-eruptions-ingv-oe/checksums.yaml +6 -0
  1784. dslighting/registry/predict-volcanic-eruptions-ingv-oe/config.yaml +16 -0
  1785. dslighting/registry/predict-volcanic-eruptions-ingv-oe/description.md +70 -0
  1786. dslighting/registry/predict-volcanic-eruptions-ingv-oe/description_obfuscated.md +33 -0
  1787. dslighting/registry/predict-volcanic-eruptions-ingv-oe/grade.py +44 -0
  1788. dslighting/registry/predict-volcanic-eruptions-ingv-oe/prepare.py +68 -0
  1789. dslighting/registry/predict-volcanic-eruptions-ingv-oe/prepare_val.py +146 -0
  1790. dslighting/registry/random-acts-of-pizza/checksums.yaml +7 -0
  1791. dslighting/registry/random-acts-of-pizza/config.yaml +16 -0
  1792. dslighting/registry/random-acts-of-pizza/description.md +117 -0
  1793. dslighting/registry/random-acts-of-pizza/description_obfuscated.md +90 -0
  1794. dslighting/registry/random-acts-of-pizza/grade.py +14 -0
  1795. dslighting/registry/random-acts-of-pizza/prepare.py +80 -0
  1796. dslighting/registry/random-acts-of-pizza/prepare_val.py +144 -0
  1797. dslighting/registry/ranzcr-clip-catheter-line-classification/checksums.yaml +7 -0
  1798. dslighting/registry/ranzcr-clip-catheter-line-classification/classes.py +11 -0
  1799. dslighting/registry/ranzcr-clip-catheter-line-classification/config.yaml +31 -0
  1800. dslighting/registry/ranzcr-clip-catheter-line-classification/description.md +172 -0
  1801. dslighting/registry/ranzcr-clip-catheter-line-classification/description_obfuscated.md +53 -0
  1802. dslighting/registry/ranzcr-clip-catheter-line-classification/grade.py +31 -0
  1803. dslighting/registry/ranzcr-clip-catheter-line-classification/prepare.py +53 -0
  1804. dslighting/registry/ranzcr-clip-catheter-line-classification/prepare_val.py +113 -0
  1805. dslighting/registry/rsna-2022-cervical-spine-fracture-detection/checksums.yaml +8 -0
  1806. dslighting/registry/rsna-2022-cervical-spine-fracture-detection/config.yaml +32 -0
  1807. dslighting/registry/rsna-2022-cervical-spine-fracture-detection/description.md +276 -0
  1808. dslighting/registry/rsna-2022-cervical-spine-fracture-detection/description_obfuscated.md +66 -0
  1809. dslighting/registry/rsna-2022-cervical-spine-fracture-detection/grade.py +124 -0
  1810. dslighting/registry/rsna-2022-cervical-spine-fracture-detection/prepare.py +219 -0
  1811. dslighting/registry/rsna-2022-cervical-spine-fracture-detection/prepare_val.py +257 -0
  1812. dslighting/registry/rsna-breast-cancer-detection/checksums.yaml +7 -0
  1813. dslighting/registry/rsna-breast-cancer-detection/config.yaml +32 -0
  1814. dslighting/registry/rsna-breast-cancer-detection/description.md +190 -0
  1815. dslighting/registry/rsna-breast-cancer-detection/description_obfuscated.md +58 -0
  1816. dslighting/registry/rsna-breast-cancer-detection/grade.py +65 -0
  1817. dslighting/registry/rsna-breast-cancer-detection/prepare.py +141 -0
  1818. dslighting/registry/rsna-breast-cancer-detection/prepare_val.py +201 -0
  1819. dslighting/registry/rsna-miccai-brain-tumor-radiogenomic-classification/checksums.yaml +6 -0
  1820. dslighting/registry/rsna-miccai-brain-tumor-radiogenomic-classification/config.yaml +32 -0
  1821. dslighting/registry/rsna-miccai-brain-tumor-radiogenomic-classification/description.md +202 -0
  1822. dslighting/registry/rsna-miccai-brain-tumor-radiogenomic-classification/description_obfuscated.md +26 -0
  1823. dslighting/registry/rsna-miccai-brain-tumor-radiogenomic-classification/grade.py +13 -0
  1824. dslighting/registry/rsna-miccai-brain-tumor-radiogenomic-classification/prepare.py +47 -0
  1825. dslighting/registry/rsna-miccai-brain-tumor-radiogenomic-classification/prepare_val.py +97 -0
  1826. dslighting/registry/santander-customer-satisfaction/checksums.yaml +8 -0
  1827. dslighting/registry/santander-customer-satisfaction/config.yaml +17 -0
  1828. dslighting/registry/santander-customer-satisfaction/description.md +36 -0
  1829. dslighting/registry/santander-customer-satisfaction/grade.py +10 -0
  1830. dslighting/registry/santander-customer-satisfaction/prepare.py +41 -0
  1831. dslighting/registry/sciencebench-001-clintox-nn/__init__.py +0 -0
  1832. dslighting/registry/sciencebench-001-clintox-nn/checksums.yaml +3 -0
  1833. dslighting/registry/sciencebench-001-clintox-nn/config.yaml +16 -0
  1834. dslighting/registry/sciencebench-001-clintox-nn/description.md +30 -0
  1835. dslighting/registry/sciencebench-001-clintox-nn/grade.py +56 -0
  1836. dslighting/registry/sciencebench-001-clintox-nn/prepare.py +75 -0
  1837. dslighting/registry/sciencebench-015-aai/checksums.yaml +5 -0
  1838. dslighting/registry/sciencebench-015-aai/config.yaml +16 -0
  1839. dslighting/registry/sciencebench-015-aai/description.md +31 -0
  1840. dslighting/registry/sciencebench-015-aai/grade.py +37 -0
  1841. dslighting/registry/sciencebench-015-aai/prepare.py +102 -0
  1842. dslighting/registry/sciencebench-051-brain-blood-qsar/config.yaml +16 -0
  1843. dslighting/registry/sciencebench-051-brain-blood-qsar/description.md +31 -0
  1844. dslighting/registry/sciencebench-051-brain-blood-qsar/grade.py +58 -0
  1845. dslighting/registry/sciencebench-051-brain-blood-qsar/prepare.py +69 -0
  1846. dslighting/registry/sciencebench-101-experimental-band-gap-prediction/checksums.yaml +5 -0
  1847. dslighting/registry/sciencebench-101-experimental-band-gap-prediction/config.yaml +16 -0
  1848. dslighting/registry/sciencebench-101-experimental-band-gap-prediction/description.md +26 -0
  1849. dslighting/registry/sciencebench-101-experimental-band-gap-prediction/grade.py +55 -0
  1850. dslighting/registry/sciencebench-101-experimental-band-gap-prediction/prepare.py +88 -0
  1851. dslighting/registry/see-click-predict-fix/__init__.py +0 -0
  1852. dslighting/registry/see-click-predict-fix/config.yaml +15 -0
  1853. dslighting/registry/see-click-predict-fix/description.md +47 -0
  1854. dslighting/registry/see-click-predict-fix/grade.py +66 -0
  1855. dslighting/registry/see-click-predict-fix/prepare.py +25 -0
  1856. dslighting/registry/see_click_predict_fix/__init__.py +0 -0
  1857. dslighting/registry/see_click_predict_fix/grade.py +66 -0
  1858. dslighting/registry/see_click_predict_fix/prepare.py +25 -0
  1859. dslighting/registry/seti-breakthrough-listen/checksums.yaml +6 -0
  1860. dslighting/registry/seti-breakthrough-listen/config.yaml +24 -0
  1861. dslighting/registry/seti-breakthrough-listen/description.md +112 -0
  1862. dslighting/registry/seti-breakthrough-listen/description_obfuscated.md +58 -0
  1863. dslighting/registry/seti-breakthrough-listen/grade.py +11 -0
  1864. dslighting/registry/seti-breakthrough-listen/prepare.py +71 -0
  1865. dslighting/registry/seti-breakthrough-listen/prepare_val.py +159 -0
  1866. dslighting/registry/siim-covid19-detection/checksums.yaml +7 -0
  1867. dslighting/registry/siim-covid19-detection/config.yaml +36 -0
  1868. dslighting/registry/siim-covid19-detection/description.md +345 -0
  1869. dslighting/registry/siim-covid19-detection/description_obfuscated.md +73 -0
  1870. dslighting/registry/siim-covid19-detection/grade.py +194 -0
  1871. dslighting/registry/siim-covid19-detection/prepare.py +123 -0
  1872. dslighting/registry/siim-covid19-detection/prepare_val.py +164 -0
  1873. dslighting/registry/siim-isic-melanoma-classification/checksums.yaml +7 -0
  1874. dslighting/registry/siim-isic-melanoma-classification/config.yaml +26 -0
  1875. dslighting/registry/siim-isic-melanoma-classification/description.md +176 -0
  1876. dslighting/registry/siim-isic-melanoma-classification/description_obfuscated.md +46 -0
  1877. dslighting/registry/siim-isic-melanoma-classification/grade.py +11 -0
  1878. dslighting/registry/siim-isic-melanoma-classification/prepare.py +127 -0
  1879. dslighting/registry/siim-isic-melanoma-classification/prepare_val.py +158 -0
  1880. dslighting/registry/smartphone-decimeter-2022/checksums.yaml +5 -0
  1881. dslighting/registry/smartphone-decimeter-2022/config.yaml +22 -0
  1882. dslighting/registry/smartphone-decimeter-2022/description.md +321 -0
  1883. dslighting/registry/smartphone-decimeter-2022/description_obfuscated.md +259 -0
  1884. dslighting/registry/smartphone-decimeter-2022/grade.py +55 -0
  1885. dslighting/registry/smartphone-decimeter-2022/notebook.py +86 -0
  1886. dslighting/registry/smartphone-decimeter-2022/prepare.py +143 -0
  1887. dslighting/registry/smartphone-decimeter-2022/prepare_val.py +199 -0
  1888. dslighting/registry/spaceship-titanic/checksums.yaml +7 -0
  1889. dslighting/registry/spaceship-titanic/config.yaml +16 -0
  1890. dslighting/registry/spaceship-titanic/description.md +93 -0
  1891. dslighting/registry/spaceship-titanic/description_obfuscated.md +38 -0
  1892. dslighting/registry/spaceship-titanic/grade.py +11 -0
  1893. dslighting/registry/spaceship-titanic/prepare.py +23 -0
  1894. dslighting/registry/spaceship-titanic/prepare_val.py +61 -0
  1895. dslighting/registry/spooky-author-identification/checksums.yaml +7 -0
  1896. dslighting/registry/spooky-author-identification/classes.py +1 -0
  1897. dslighting/registry/spooky-author-identification/config.yaml +16 -0
  1898. dslighting/registry/spooky-author-identification/description.md +98 -0
  1899. dslighting/registry/spooky-author-identification/description_obfuscated.md +35 -0
  1900. dslighting/registry/spooky-author-identification/grade.py +38 -0
  1901. dslighting/registry/spooky-author-identification/prepare.py +40 -0
  1902. dslighting/registry/spooky-author-identification/prepare_val.py +78 -0
  1903. dslighting/registry/stanford-covid-vaccine/checksums.yaml +7 -0
  1904. dslighting/registry/stanford-covid-vaccine/config.yaml +22 -0
  1905. dslighting/registry/stanford-covid-vaccine/description.md +125 -0
  1906. dslighting/registry/stanford-covid-vaccine/description_obfuscated.md +63 -0
  1907. dslighting/registry/stanford-covid-vaccine/grade.py +65 -0
  1908. dslighting/registry/stanford-covid-vaccine/prepare.py +129 -0
  1909. dslighting/registry/stanford-covid-vaccine/prepare_val.py +199 -0
  1910. dslighting/registry/statoil-iceberg-classifier-challenge/checksums.yaml +5 -0
  1911. dslighting/registry/statoil-iceberg-classifier-challenge/config.yaml +22 -0
  1912. dslighting/registry/statoil-iceberg-classifier-challenge/description.md +99 -0
  1913. dslighting/registry/statoil-iceberg-classifier-challenge/description_obfuscated.md +36 -0
  1914. dslighting/registry/statoil-iceberg-classifier-challenge/grade.py +41 -0
  1915. dslighting/registry/statoil-iceberg-classifier-challenge/prepare.py +105 -0
  1916. dslighting/registry/statoil-iceberg-classifier-challenge/prepare_val.py +157 -0
  1917. dslighting/registry/tabular-playground-series-dec-2021/checksums.yaml +7 -0
  1918. dslighting/registry/tabular-playground-series-dec-2021/config.yaml +16 -0
  1919. dslighting/registry/tabular-playground-series-dec-2021/description.md +59 -0
  1920. dslighting/registry/tabular-playground-series-dec-2021/description_obfuscated.md +22 -0
  1921. dslighting/registry/tabular-playground-series-dec-2021/grade.py +11 -0
  1922. dslighting/registry/tabular-playground-series-dec-2021/prepare.py +39 -0
  1923. dslighting/registry/tabular-playground-series-dec-2021/prepare_val.py +99 -0
  1924. dslighting/registry/tabular-playground-series-may-2022/checksums.yaml +8 -0
  1925. dslighting/registry/tabular-playground-series-may-2022/config.yaml +17 -0
  1926. dslighting/registry/tabular-playground-series-may-2022/description.md +79 -0
  1927. dslighting/registry/tabular-playground-series-may-2022/description_obfuscated.md +25 -0
  1928. dslighting/registry/tabular-playground-series-may-2022/grade.py +9 -0
  1929. dslighting/registry/tabular-playground-series-may-2022/prepare.py +56 -0
  1930. dslighting/registry/tabular-playground-series-may-2022/prepare_val.py +116 -0
  1931. dslighting/registry/tensorflow-speech-recognition-challenge/checksums.yaml +5 -0
  1932. dslighting/registry/tensorflow-speech-recognition-challenge/config.yaml +24 -0
  1933. dslighting/registry/tensorflow-speech-recognition-challenge/description.md +328 -0
  1934. dslighting/registry/tensorflow-speech-recognition-challenge/description_obfuscated.md +36 -0
  1935. dslighting/registry/tensorflow-speech-recognition-challenge/grade.py +11 -0
  1936. dslighting/registry/tensorflow-speech-recognition-challenge/prepare.py +90 -0
  1937. dslighting/registry/tensorflow-speech-recognition-challenge/prepare_val.py +148 -0
  1938. dslighting/registry/tensorflow2-question-answering/checksums.yaml +8 -0
  1939. dslighting/registry/tensorflow2-question-answering/config.yaml +29 -0
  1940. dslighting/registry/tensorflow2-question-answering/description.md +173 -0
  1941. dslighting/registry/tensorflow2-question-answering/description_obfuscated.md +43 -0
  1942. dslighting/registry/tensorflow2-question-answering/grade.py +122 -0
  1943. dslighting/registry/tensorflow2-question-answering/prepare.py +122 -0
  1944. dslighting/registry/tensorflow2-question-answering/prepare_val.py +187 -0
  1945. dslighting/registry/text-normalization-challenge-english-language/checksums.yaml +5 -0
  1946. dslighting/registry/text-normalization-challenge-english-language/config.yaml +22 -0
  1947. dslighting/registry/text-normalization-challenge-english-language/description.md +77 -0
  1948. dslighting/registry/text-normalization-challenge-english-language/description_obfuscated.md +27 -0
  1949. dslighting/registry/text-normalization-challenge-english-language/grade.py +49 -0
  1950. dslighting/registry/text-normalization-challenge-english-language/prepare.py +115 -0
  1951. dslighting/registry/text-normalization-challenge-english-language/prepare_val.py +213 -0
  1952. dslighting/registry/text-normalization-challenge-russian-language/checksums.yaml +5 -0
  1953. dslighting/registry/text-normalization-challenge-russian-language/config.yaml +22 -0
  1954. dslighting/registry/text-normalization-challenge-russian-language/description.md +79 -0
  1955. dslighting/registry/text-normalization-challenge-russian-language/description_obfuscated.md +29 -0
  1956. dslighting/registry/text-normalization-challenge-russian-language/grade.py +49 -0
  1957. dslighting/registry/text-normalization-challenge-russian-language/prepare.py +113 -0
  1958. dslighting/registry/text-normalization-challenge-russian-language/prepare_val.py +165 -0
  1959. dslighting/registry/tgs-salt-identification-challenge/checksums.yaml +7 -0
  1960. dslighting/registry/tgs-salt-identification-challenge/config.yaml +24 -0
  1961. dslighting/registry/tgs-salt-identification-challenge/description.md +83 -0
  1962. dslighting/registry/tgs-salt-identification-challenge/description_obfuscated.md +42 -0
  1963. dslighting/registry/tgs-salt-identification-challenge/grade.py +144 -0
  1964. dslighting/registry/tgs-salt-identification-challenge/prepare.py +158 -0
  1965. dslighting/registry/tgs-salt-identification-challenge/prepare_val.py +166 -0
  1966. dslighting/registry/the-icml-2013-whale-challenge-right-whale-redux/checksums.yaml +5 -0
  1967. dslighting/registry/the-icml-2013-whale-challenge-right-whale-redux/config.yaml +20 -0
  1968. dslighting/registry/the-icml-2013-whale-challenge-right-whale-redux/description.md +72 -0
  1969. dslighting/registry/the-icml-2013-whale-challenge-right-whale-redux/description_obfuscated.md +25 -0
  1970. dslighting/registry/the-icml-2013-whale-challenge-right-whale-redux/grade.py +11 -0
  1971. dslighting/registry/the-icml-2013-whale-challenge-right-whale-redux/prepare.py +95 -0
  1972. dslighting/registry/the-icml-2013-whale-challenge-right-whale-redux/prepare_val.py +141 -0
  1973. dslighting/registry/tmdb-box-office-prediction/__init__.py +0 -0
  1974. dslighting/registry/tmdb-box-office-prediction/config.yaml +15 -0
  1975. dslighting/registry/tmdb-box-office-prediction/description.md +47 -0
  1976. dslighting/registry/tmdb-box-office-prediction/grade.py +55 -0
  1977. dslighting/registry/tmdb-box-office-prediction/prepare.py +35 -0
  1978. dslighting/registry/tweet-sentiment-extraction/checksums.yaml +7 -0
  1979. dslighting/registry/tweet-sentiment-extraction/config.yaml +22 -0
  1980. dslighting/registry/tweet-sentiment-extraction/description.md +130 -0
  1981. dslighting/registry/tweet-sentiment-extraction/description_obfuscated.md +30 -0
  1982. dslighting/registry/tweet-sentiment-extraction/grade.py +67 -0
  1983. dslighting/registry/tweet-sentiment-extraction/prepare.py +36 -0
  1984. dslighting/registry/tweet-sentiment-extraction/prepare_val.py +106 -0
  1985. dslighting/registry/us-patent-phrase-to-phrase-matching/checksums.yaml +7 -0
  1986. dslighting/registry/us-patent-phrase-to-phrase-matching/config.yaml +22 -0
  1987. dslighting/registry/us-patent-phrase-to-phrase-matching/description.md +118 -0
  1988. dslighting/registry/us-patent-phrase-to-phrase-matching/description_obfuscated.md +46 -0
  1989. dslighting/registry/us-patent-phrase-to-phrase-matching/grade.py +31 -0
  1990. dslighting/registry/us-patent-phrase-to-phrase-matching/prepare.py +33 -0
  1991. dslighting/registry/us-patent-phrase-to-phrase-matching/prepare_val.py +71 -0
  1992. dslighting/registry/utils.py +266 -0
  1993. dslighting/registry/uw-madison-gi-tract-image-segmentation/checksums.yaml +7 -0
  1994. dslighting/registry/uw-madison-gi-tract-image-segmentation/config.yaml +22 -0
  1995. dslighting/registry/uw-madison-gi-tract-image-segmentation/description.md +126 -0
  1996. dslighting/registry/uw-madison-gi-tract-image-segmentation/description_obfuscated.md +58 -0
  1997. dslighting/registry/uw-madison-gi-tract-image-segmentation/grade.py +158 -0
  1998. dslighting/registry/uw-madison-gi-tract-image-segmentation/prepare.py +139 -0
  1999. dslighting/registry/uw-madison-gi-tract-image-segmentation/prepare_val.py +193 -0
  2000. dslighting/registry/ventilator-pressure-prediction/__init__.py +0 -0
  2001. dslighting/registry/ventilator-pressure-prediction/checksums.yaml +7 -0
  2002. dslighting/registry/ventilator-pressure-prediction/config.yaml +15 -0
  2003. dslighting/registry/ventilator-pressure-prediction/description.md +48 -0
  2004. dslighting/registry/ventilator-pressure-prediction/description_obfuscated.md +46 -0
  2005. dslighting/registry/ventilator-pressure-prediction/grade.py +52 -0
  2006. dslighting/registry/ventilator-pressure-prediction/prepare.py +27 -0
  2007. dslighting/registry/ventilator-pressure-prediction/prepare_val.py +142 -0
  2008. dslighting/registry/ventilator_pressure_prediction/__init__.py +0 -0
  2009. dslighting/registry/ventilator_pressure_prediction/grade.py +52 -0
  2010. dslighting/registry/ventilator_pressure_prediction/prepare.py +27 -0
  2011. dslighting/registry/vesuvius-challenge-ink-detection/checksums.yaml +6 -0
  2012. dslighting/registry/vesuvius-challenge-ink-detection/config.yaml +37 -0
  2013. dslighting/registry/vesuvius-challenge-ink-detection/description.md +135 -0
  2014. dslighting/registry/vesuvius-challenge-ink-detection/description_obfuscated.md +39 -0
  2015. dslighting/registry/vesuvius-challenge-ink-detection/grade.py +97 -0
  2016. dslighting/registry/vesuvius-challenge-ink-detection/prepare.py +122 -0
  2017. dslighting/registry/vesuvius-challenge-ink-detection/prepare_val.py +170 -0
  2018. dslighting/registry/vinbigdata-chest-xray-abnormalities-detection/checksums.yaml +7 -0
  2019. dslighting/registry/vinbigdata-chest-xray-abnormalities-detection/config.yaml +25 -0
  2020. dslighting/registry/vinbigdata-chest-xray-abnormalities-detection/description.md +132 -0
  2021. dslighting/registry/vinbigdata-chest-xray-abnormalities-detection/description_obfuscated.md +63 -0
  2022. dslighting/registry/vinbigdata-chest-xray-abnormalities-detection/grade.py +220 -0
  2023. dslighting/registry/vinbigdata-chest-xray-abnormalities-detection/prepare.py +129 -0
  2024. dslighting/registry/vinbigdata-chest-xray-abnormalities-detection/prepare_val.py +204 -0
  2025. dslighting/registry/whale-categorization-playground/checksums.yaml +6 -0
  2026. dslighting/registry/whale-categorization-playground/config.yaml +16 -0
  2027. dslighting/registry/whale-categorization-playground/description.md +51 -0
  2028. dslighting/registry/whale-categorization-playground/description_obfuscated.md +27 -0
  2029. dslighting/registry/whale-categorization-playground/grade.py +41 -0
  2030. dslighting/registry/whale-categorization-playground/prepare.py +103 -0
  2031. dslighting/registry/whale-categorization-playground/prepare_val.py +196 -0
  2032. dslighting/utils/package_detector.py +320 -0
  2033. {dslighting-1.3.9.dist-info → dslighting-1.7.1.dist-info}/METADATA +42 -8
  2034. dslighting-1.7.1.dist-info/RECORD +2108 -0
  2035. dslighting-1.7.1.dist-info/entry_points.txt +3 -0
  2036. dslighting-1.3.9.dist-info/RECORD +0 -80
  2037. {dslighting-1.3.9.dist-info → dslighting-1.7.1.dist-info}/WHEEL +0 -0
  2038. {dslighting-1.3.9.dist-info → dslighting-1.7.1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,2179 @@
1
+ datetime,season,holiday,workingday,weather,temp,atemp,humidity,windspeed
2
+ 2011-07-19 11:00:00,3,0,1,1,33.62,40.15,59,0.0
3
+ 2012-01-16 06:00:00,1,1,0,1,4.1,6.82,54,6.0032
4
+ 2011-12-11 18:00:00,4,0,0,1,9.84,11.365,48,12.998
5
+ 2012-08-15 10:00:00,3,0,1,2,29.52,34.09,62,12.998
6
+ 2012-06-15 23:00:00,2,0,1,1,25.42,31.06,53,16.9979
7
+ 2012-11-03 21:00:00,4,0,0,1,13.94,17.425,53,7.0015
8
+ 2011-12-16 11:00:00,4,0,1,2,13.94,15.15,42,19.9995
9
+ 2011-07-03 15:00:00,3,0,0,1,34.44,40.15,53,19.9995
10
+ 2012-11-07 08:00:00,4,0,1,2,10.66,12.12,60,19.0012
11
+ 2011-01-02 10:00:00,1,0,0,2,14.76,17.425,81,15.0013
12
+ 2011-11-06 04:00:00,4,0,0,1,9.84,14.395,87,0.0
13
+ 2012-06-18 01:00:00,2,0,1,1,22.14,25.76,77,15.0013
14
+ 2011-07-07 21:00:00,3,0,1,1,30.34,34.09,62,11.0014
15
+ 2011-08-14 02:00:00,3,0,0,3,26.24,28.79,89,15.0013
16
+ 2011-04-04 13:00:00,2,0,1,1,27.88,31.82,34,22.0028
17
+ 2011-09-11 04:00:00,3,0,0,1,24.6,28.03,83,8.9981
18
+ 2012-09-09 02:00:00,3,0,0,1,22.14,25.76,77,19.0012
19
+ 2011-03-08 13:00:00,1,0,1,2,15.58,19.695,25,7.0015
20
+ 2011-09-10 21:00:00,3,0,0,1,26.24,29.545,78,6.0032
21
+ 2011-07-17 05:00:00,3,0,0,1,26.24,30.305,69,15.0013
22
+ 2011-04-12 22:00:00,2,0,1,2,16.4,20.455,94,19.9995
23
+ 2011-04-19 14:00:00,2,0,1,2,22.14,25.76,64,12.998
24
+ 2012-12-13 02:00:00,4,0,1,2,10.66,12.12,56,16.9979
25
+ 2011-06-12 09:00:00,2,0,0,1,29.52,34.09,66,0.0
26
+ 2012-04-06 02:00:00,2,0,1,1,14.76,16.665,50,26.0027
27
+ 2012-04-12 04:00:00,2,0,1,1,12.3,14.395,61,15.0013
28
+ 2012-05-06 02:00:00,2,0,0,2,22.14,25.76,83,19.0012
29
+ 2011-08-15 05:00:00,3,0,1,2,24.6,27.275,88,12.998
30
+ 2011-02-03 06:00:00,1,0,1,1,6.56,6.82,43,23.9994
31
+ 2011-09-05 06:00:00,3,1,0,2,27.06,31.06,74,8.9981
32
+ 2012-07-04 19:00:00,3,1,0,1,35.26,40.15,47,15.0013
33
+ 2012-02-03 22:00:00,1,0,1,1,13.94,17.425,49,7.0015
34
+ 2011-08-05 09:00:00,3,0,1,1,29.52,33.335,58,7.0015
35
+ 2012-07-17 08:00:00,3,0,1,2,32.8,37.88,55,0.0
36
+ 2011-09-05 10:00:00,3,1,0,2,28.7,32.575,70,11.0014
37
+ 2011-04-15 04:00:00,2,1,0,1,15.58,19.695,82,6.0032
38
+ 2012-12-02 22:00:00,4,0,0,2,18.04,21.97,77,12.998
39
+ 2012-09-03 12:00:00,3,1,0,2,31.16,35.605,62,19.9995
40
+ 2012-03-19 21:00:00,1,0,1,1,24.6,30.305,64,11.0014
41
+ 2012-12-13 17:00:00,4,0,1,1,13.12,16.665,42,7.0015
42
+ 2012-01-17 14:00:00,1,0,1,1,18.04,21.97,62,32.9975
43
+ 2012-07-05 10:00:00,3,0,1,1,35.26,39.395,44,23.9994
44
+ 2011-12-18 06:00:00,4,0,0,1,8.2,10.605,59,8.9981
45
+ 2012-04-13 07:00:00,2,0,1,1,13.94,15.91,61,15.0013
46
+ 2011-03-09 17:00:00,1,0,1,2,13.94,15.15,76,19.9995
47
+ 2012-03-18 05:00:00,1,0,0,2,16.4,20.455,94,7.0015
48
+ 2012-01-10 01:00:00,1,0,1,2,9.02,12.12,93,7.0015
49
+ 2012-09-14 20:00:00,3,0,1,1,27.06,31.06,61,7.0015
50
+ 2011-04-11 14:00:00,2,0,1,2,29.52,33.335,54,23.9994
51
+ 2011-01-15 22:00:00,1,0,0,2,12.3,15.91,42,7.0015
52
+ 2011-01-16 12:00:00,1,0,0,1,9.84,10.605,41,19.0012
53
+ 2012-11-05 13:00:00,4,0,1,1,14.76,16.665,40,16.9979
54
+ 2012-02-14 08:00:00,1,0,1,2,9.84,14.395,70,0.0
55
+ 2012-11-18 21:00:00,4,0,0,1,14.76,16.665,66,16.9979
56
+ 2012-09-10 17:00:00,3,0,1,1,27.06,31.06,34,22.0028
57
+ 2012-08-11 19:00:00,3,0,0,2,27.06,29.545,89,7.0015
58
+ 2011-09-15 06:00:00,3,0,1,2,24.6,28.03,83,16.9979
59
+ 2011-02-01 03:00:00,1,0,1,2,6.56,11.365,69,0.0
60
+ 2012-06-05 06:00:00,2,0,1,1,19.68,23.485,82,16.9979
61
+ 2012-03-02 12:00:00,1,0,1,1,16.4,20.455,43,11.0014
62
+ 2011-09-04 15:00:00,3,0,0,1,31.98,37.88,66,19.0012
63
+ 2012-04-01 15:00:00,2,0,0,1,20.5,24.24,55,16.9979
64
+ 2012-05-02 16:00:00,2,0,1,1,26.24,30.305,65,11.0014
65
+ 2012-04-03 08:00:00,2,0,1,1,13.94,18.18,57,0.0
66
+ 2012-09-03 08:00:00,3,1,0,2,28.7,33.335,84,7.0015
67
+ 2012-12-14 16:00:00,4,0,1,1,15.58,19.695,54,12.998
68
+ 2012-04-13 01:00:00,2,0,1,1,14.76,17.425,46,12.998
69
+ 2012-01-14 04:00:00,1,0,0,1,5.74,7.575,50,8.9981
70
+ 2011-09-07 01:00:00,3,0,1,3,22.14,25.76,94,16.9979
71
+ 2011-12-01 15:00:00,4,0,1,1,16.4,20.455,40,15.0013
72
+ 2011-01-14 02:00:00,1,0,1,1,4.1,6.06,54,8.9981
73
+ 2011-06-01 20:00:00,2,0,1,2,30.34,35.605,79,16.9979
74
+ 2011-01-14 03:00:00,1,0,1,1,4.1,6.82,54,7.0015
75
+ 2012-02-12 13:00:00,1,0,0,1,6.56,6.06,40,30.0026
76
+ 2011-10-03 18:00:00,4,0,1,2,16.4,20.455,76,11.0014
77
+ 2012-03-15 20:00:00,1,0,1,2,23.78,27.275,60,23.9994
78
+ 2012-11-17 21:00:00,4,0,0,2,13.12,16.665,57,7.0015
79
+ 2011-03-18 06:00:00,1,0,1,1,16.4,20.455,66,12.998
80
+ 2012-07-15 03:00:00,3,0,0,2,27.88,31.82,89,11.0014
81
+ 2011-12-10 17:00:00,4,0,0,1,11.48,12.88,36,22.0028
82
+ 2012-06-11 17:00:00,2,0,1,2,32.8,35.605,41,23.9994
83
+ 2012-01-13 08:00:00,1,0,1,1,9.84,10.605,52,23.9994
84
+ 2011-11-07 13:00:00,4,0,1,1,22.14,25.76,49,6.0032
85
+ 2012-09-17 09:00:00,3,0,1,1,23.78,27.275,68,8.9981
86
+ 2011-12-04 15:00:00,4,0,0,1,17.22,21.21,62,12.998
87
+ 2012-02-02 01:00:00,1,0,1,2,18.86,22.725,55,0.0
88
+ 2012-07-17 12:00:00,3,0,1,2,36.9,40.91,35,0.0
89
+ 2011-07-15 19:00:00,3,0,1,1,28.7,31.82,45,15.0013
90
+ 2012-12-18 02:00:00,4,0,1,2,18.04,21.97,88,15.0013
91
+ 2011-12-03 19:00:00,4,0,0,1,12.3,15.91,61,6.0032
92
+ 2012-09-12 23:00:00,3,0,1,1,22.96,26.515,68,7.0015
93
+ 2011-04-12 08:00:00,2,0,1,3,19.68,23.485,88,26.0027
94
+ 2011-12-10 04:00:00,4,0,0,2,10.66,13.635,65,7.0015
95
+ 2011-03-12 21:00:00,1,0,0,1,15.58,19.695,62,0.0
96
+ 2011-02-11 02:00:00,1,0,1,1,4.1,6.82,54,6.0032
97
+ 2012-09-10 12:00:00,3,0,1,1,26.24,31.06,44,26.0027
98
+ 2012-07-18 06:00:00,3,0,1,1,29.52,34.09,70,11.0014
99
+ 2011-01-14 18:00:00,1,0,1,1,8.2,12.88,47,0.0
100
+ 2012-12-07 13:00:00,4,0,1,2,14.76,17.425,66,8.9981
101
+ 2011-02-12 06:00:00,1,0,0,1,4.92,6.82,93,12.998
102
+ 2012-12-10 05:00:00,4,0,1,2,15.58,19.695,94,7.0015
103
+ 2012-10-16 18:00:00,4,0,1,1,20.5,24.24,42,11.0014
104
+ 2012-10-10 03:00:00,4,0,1,2,18.86,22.725,88,0.0
105
+ 2012-04-04 18:00:00,2,0,1,1,27.06,31.06,41,16.9979
106
+ 2012-08-09 20:00:00,3,0,1,1,28.7,32.575,54,19.0012
107
+ 2012-01-11 18:00:00,1,0,1,3,13.94,16.665,87,12.998
108
+ 2011-09-17 12:00:00,3,0,0,2,21.32,25.0,67,15.0013
109
+ 2011-03-18 09:00:00,1,0,1,1,18.86,22.725,63,15.0013
110
+ 2011-01-11 20:00:00,1,0,1,3,6.56,7.575,93,12.998
111
+ 2011-04-17 12:00:00,2,0,0,1,18.86,22.725,38,26.0027
112
+ 2011-05-08 07:00:00,2,0,0,2,18.86,22.725,82,0.0
113
+ 2011-03-14 12:00:00,1,0,1,1,15.58,19.695,37,0.0
114
+ 2011-05-16 00:00:00,2,0,1,1,21.32,25.0,94,7.0015
115
+ 2011-08-15 13:00:00,3,0,1,1,31.98,35.605,52,19.0012
116
+ 2012-04-08 15:00:00,2,0,0,1,25.42,30.305,17,23.9994
117
+ 2011-01-02 12:00:00,1,0,0,2,14.76,16.665,66,19.9995
118
+ 2011-03-10 21:00:00,1,0,1,3,14.76,17.425,0,15.0013
119
+ 2011-12-15 19:00:00,4,0,1,2,21.32,25.0,59,19.0012
120
+ 2012-02-19 00:00:00,1,0,0,2,13.94,15.15,39,23.9994
121
+ 2011-02-09 01:00:00,1,0,1,1,4.1,5.305,36,15.0013
122
+ 2011-04-05 13:00:00,2,0,1,2,14.76,16.665,63,27.9993
123
+ 2011-07-17 06:00:00,3,0,0,1,25.42,29.545,73,11.0014
124
+ 2012-03-18 03:00:00,1,0,0,2,18.04,21.97,88,8.9981
125
+ 2011-12-13 20:00:00,4,0,1,1,13.12,15.91,49,11.0014
126
+ 2012-08-16 18:00:00,3,0,1,1,32.8,35.605,36,0.0
127
+ 2012-01-03 09:00:00,1,0,1,1,6.56,6.82,50,19.0012
128
+ 2011-02-11 09:00:00,1,0,1,1,4.92,6.06,74,15.0013
129
+ 2012-01-13 15:00:00,1,0,1,1,10.66,10.605,33,39.0007
130
+ 2012-07-19 07:00:00,3,0,1,1,30.34,34.09,58,19.0012
131
+ 2012-02-10 20:00:00,1,0,1,2,13.12,17.425,57,0.0
132
+ 2011-05-19 17:00:00,2,0,1,1,22.96,26.515,78,11.0014
133
+ 2011-01-05 04:00:00,1,0,1,1,9.84,11.365,48,15.0013
134
+ 2012-08-07 23:00:00,3,0,1,1,29.52,34.85,79,0.0
135
+ 2011-11-04 22:00:00,4,0,1,1,13.94,15.15,46,22.0028
136
+ 2012-03-19 12:00:00,1,0,1,1,24.6,30.305,64,16.9979
137
+ 2012-09-11 08:00:00,3,0,1,1,22.14,25.76,68,6.0032
138
+ 2012-11-14 22:00:00,4,0,1,1,11.48,15.91,61,0.0
139
+ 2011-11-15 02:00:00,4,0,1,1,22.96,26.515,64,16.9979
140
+ 2011-09-08 09:00:00,3,0,1,2,25.42,25.76,100,16.9979
141
+ 2011-03-01 18:00:00,1,0,1,1,13.12,15.91,39,12.998
142
+ 2011-02-16 14:00:00,1,0,1,1,18.86,22.725,28,27.9993
143
+ 2011-12-03 01:00:00,4,0,0,1,10.66,12.88,65,12.998
144
+ 2011-10-05 10:00:00,4,0,1,1,22.96,26.515,56,26.0027
145
+ 2012-06-16 12:00:00,2,0,0,1,27.88,31.82,41,7.0015
146
+ 2012-09-03 17:00:00,3,1,0,1,30.34,34.85,70,8.9981
147
+ 2012-09-19 19:00:00,3,0,1,1,22.96,26.515,43,15.0013
148
+ 2012-03-09 00:00:00,1,0,1,2,23.78,27.275,49,31.0009
149
+ 2012-12-16 07:00:00,4,0,0,2,13.94,17.425,87,6.0032
150
+ 2011-12-12 20:00:00,4,0,1,1,12.3,15.91,56,6.0032
151
+ 2011-09-19 01:00:00,3,0,1,2,21.32,25.0,72,7.0015
152
+ 2011-03-07 22:00:00,1,0,1,1,10.66,12.88,48,11.0014
153
+ 2012-05-18 19:00:00,2,0,1,1,25.42,31.06,41,12.998
154
+ 2011-12-14 20:00:00,4,0,1,2,13.94,17.425,66,7.0015
155
+ 2011-01-05 10:00:00,1,0,1,1,9.02,9.85,37,22.0028
156
+ 2011-12-01 17:00:00,4,0,1,1,14.76,17.425,46,8.9981
157
+ 2011-06-16 17:00:00,2,0,1,2,26.24,29.545,78,7.0015
158
+ 2012-08-05 00:00:00,3,0,0,1,30.34,34.85,70,19.0012
159
+ 2012-11-07 10:00:00,4,0,1,2,11.48,12.88,56,19.9995
160
+ 2011-06-08 05:00:00,2,0,1,1,25.42,28.03,88,0.0
161
+ 2011-11-12 19:00:00,4,0,0,1,17.22,21.21,50,16.9979
162
+ 2011-02-19 03:00:00,1,0,0,1,17.22,21.21,14,19.9995
163
+ 2012-11-10 02:00:00,4,0,0,1,13.12,17.425,81,0.0
164
+ 2012-07-09 18:00:00,3,0,1,1,31.16,34.09,48,8.9981
165
+ 2012-03-04 17:00:00,1,0,0,1,13.94,14.395,31,36.9974
166
+ 2011-10-04 20:00:00,4,0,1,1,21.32,25.0,68,15.0013
167
+ 2012-12-03 09:00:00,4,0,1,1,16.4,20.455,87,6.0032
168
+ 2012-05-05 12:00:00,2,0,0,1,29.52,33.335,58,7.0015
169
+ 2011-09-19 09:00:00,3,0,1,2,22.14,25.76,68,11.0014
170
+ 2011-04-04 11:00:00,2,0,1,1,24.6,31.06,40,26.0027
171
+ 2012-01-14 05:00:00,1,0,0,1,5.74,7.575,50,8.9981
172
+ 2012-05-03 10:00:00,2,0,1,2,21.32,25.0,77,0.0
173
+ 2012-02-05 23:00:00,1,0,0,1,9.84,12.12,70,8.9981
174
+ 2011-03-04 11:00:00,1,0,1,1,11.48,13.635,52,15.0013
175
+ 2012-08-12 12:00:00,3,0,0,1,30.34,33.335,42,12.998
176
+ 2012-06-06 03:00:00,2,0,1,1,18.86,22.725,82,0.0
177
+ 2011-11-08 04:00:00,4,0,1,1,12.3,16.665,87,0.0
178
+ 2011-12-02 19:00:00,4,0,1,1,13.94,15.91,53,16.9979
179
+ 2011-05-01 17:00:00,2,0,0,2,19.68,23.485,82,16.9979
180
+ 2012-11-02 02:00:00,4,0,1,1,13.12,15.91,66,11.0014
181
+ 2012-03-03 21:00:00,1,0,0,1,18.86,22.725,19,22.0028
182
+ 2012-10-14 11:00:00,4,0,0,1,22.96,26.515,52,19.9995
183
+ 2011-02-04 18:00:00,1,0,1,2,9.84,12.88,60,7.0015
184
+ 2011-04-19 04:00:00,2,0,1,1,18.86,22.725,67,6.0032
185
+ 2012-09-01 03:00:00,3,0,0,1,28.7,32.575,70,7.0015
186
+ 2011-05-17 12:00:00,2,0,1,3,22.96,26.515,83,27.9993
187
+ 2012-12-18 17:00:00,4,0,1,1,16.4,20.455,47,30.0026
188
+ 2012-02-08 12:00:00,1,0,1,2,11.48,12.88,65,19.0012
189
+ 2012-11-02 13:00:00,4,0,1,1,16.4,20.455,43,23.9994
190
+ 2012-09-06 07:00:00,3,0,1,2,28.7,33.335,84,7.0015
191
+ 2011-04-19 12:00:00,2,0,1,2,22.14,25.76,64,6.0032
192
+ 2012-02-15 15:00:00,1,0,1,1,17.22,21.21,41,15.0013
193
+ 2011-10-02 05:00:00,4,0,0,1,13.12,15.15,87,19.0012
194
+ 2012-09-07 02:00:00,3,0,1,1,25.42,28.79,83,6.0032
195
+ 2012-01-02 19:00:00,1,1,0,1,9.84,11.365,38,15.0013
196
+ 2011-01-05 16:00:00,1,0,1,1,12.3,15.91,28,6.0032
197
+ 2012-03-01 09:00:00,1,0,1,1,18.86,22.725,77,16.9979
198
+ 2011-07-16 18:00:00,3,0,0,1,31.16,34.09,45,19.0012
199
+ 2011-12-16 07:00:00,4,0,1,2,15.58,19.695,46,19.9995
200
+ 2012-03-17 15:00:00,1,0,0,1,26.24,31.06,53,8.9981
201
+ 2011-10-07 18:00:00,4,0,1,1,22.96,26.515,60,6.0032
202
+ 2012-03-06 03:00:00,1,0,1,1,7.38,8.335,51,19.0012
203
+ 2012-01-18 17:00:00,1,0,1,1,10.66,10.605,33,30.0026
204
+ 2011-07-18 20:00:00,3,0,1,1,31.98,37.12,59,15.0013
205
+ 2011-11-09 05:00:00,4,0,1,1,12.3,16.665,87,0.0
206
+ 2011-12-15 04:00:00,4,0,1,2,13.12,15.15,70,15.0013
207
+ 2011-07-07 14:00:00,3,0,1,1,35.26,39.395,41,16.9979
208
+ 2012-04-07 05:00:00,2,0,0,1,13.12,15.91,33,11.0014
209
+ 2011-08-07 15:00:00,3,0,0,3,29.52,34.85,74,19.9995
210
+ 2012-06-14 16:00:00,2,0,1,1,29.52,33.335,51,19.0012
211
+ 2012-01-14 21:00:00,1,0,0,1,7.38,8.335,43,16.9979
212
+ 2012-01-13 04:00:00,1,0,1,3,13.12,14.395,70,32.9975
213
+ 2011-08-06 22:00:00,3,0,0,2,28.7,33.335,84,22.0028
214
+ 2011-11-14 14:00:00,4,0,1,1,25.42,31.06,46,30.0026
215
+ 2011-12-06 09:00:00,4,0,1,2,18.86,22.725,94,15.0013
216
+ 2011-02-10 09:00:00,1,0,1,1,4.92,5.305,42,23.9994
217
+ 2011-05-15 13:00:00,2,0,0,1,25.42,29.545,73,19.0012
218
+ 2012-05-16 07:00:00,2,0,1,1,22.96,26.515,83,0.0
219
+ 2011-10-15 03:00:00,4,0,0,1,18.04,21.97,62,12.998
220
+ 2012-03-16 23:00:00,1,0,1,2,18.04,21.97,94,0.0
221
+ 2012-01-10 10:00:00,1,0,1,2,7.38,9.85,93,11.0014
222
+ 2012-12-09 00:00:00,4,0,0,2,16.4,20.455,87,8.9981
223
+ 2012-12-08 12:00:00,4,0,0,2,16.4,20.455,87,15.0013
224
+ 2011-05-01 02:00:00,2,0,0,1,17.22,21.21,77,7.0015
225
+ 2011-05-07 13:00:00,2,0,0,1,24.6,31.06,35,19.0012
226
+ 2011-02-18 21:00:00,1,0,1,1,23.78,27.275,21,32.9975
227
+ 2012-11-07 18:00:00,4,0,1,2,13.12,14.395,53,23.9994
228
+ 2011-10-10 00:00:00,4,1,0,1,20.5,24.24,94,0.0
229
+ 2012-06-08 11:00:00,2,0,1,1,28.7,31.82,42,16.9979
230
+ 2011-11-14 04:00:00,4,0,1,1,18.04,21.97,67,15.0013
231
+ 2012-03-13 20:00:00,1,0,1,1,24.6,31.06,49,11.0014
232
+ 2012-02-07 14:00:00,1,0,1,1,18.04,21.97,38,16.9979
233
+ 2011-08-17 11:00:00,3,0,1,1,31.98,34.85,43,7.0015
234
+ 2011-11-04 20:00:00,4,0,1,1,14.76,16.665,43,19.0012
235
+ 2012-09-16 10:00:00,3,0,0,1,25.42,31.06,50,7.0015
236
+ 2012-07-10 20:00:00,3,0,1,3,26.24,28.79,83,15.0013
237
+ 2012-03-16 17:00:00,1,0,1,3,19.68,23.485,82,6.0032
238
+ 2011-11-05 02:00:00,4,0,0,1,12.3,13.635,52,22.0028
239
+ 2012-09-10 23:00:00,3,0,1,1,22.14,25.76,52,0.0
240
+ 2011-06-11 21:00:00,2,0,0,1,27.06,31.06,74,15.0013
241
+ 2012-09-10 06:00:00,3,0,1,1,20.5,24.24,72,8.9981
242
+ 2012-12-18 18:00:00,4,0,1,1,15.58,19.695,46,22.0028
243
+ 2011-11-17 05:00:00,4,0,1,3,13.94,15.15,71,22.0028
244
+ 2011-11-13 21:00:00,4,0,0,1,19.68,23.485,36,16.9979
245
+ 2011-11-17 20:00:00,4,0,1,1,12.3,14.395,42,19.0012
246
+ 2011-10-09 22:00:00,4,0,0,2,21.32,25.0,94,0.0
247
+ 2012-12-06 03:00:00,4,0,1,1,9.02,11.365,55,12.998
248
+ 2011-02-15 16:00:00,1,0,1,1,13.94,15.91,19,16.9979
249
+ 2011-08-16 22:00:00,3,0,1,1,28.7,32.575,61,0.0
250
+ 2012-02-12 18:00:00,1,0,0,1,6.56,6.06,40,31.0009
251
+ 2011-12-12 06:00:00,4,0,1,1,6.56,9.09,80,7.0015
252
+ 2012-08-17 09:00:00,3,0,1,1,28.7,12.12,58,7.0015
253
+ 2012-02-01 23:00:00,1,0,1,1,18.86,22.725,63,6.0032
254
+ 2012-06-11 23:00:00,2,0,1,2,28.7,32.575,58,15.0013
255
+ 2012-02-01 09:00:00,1,0,1,2,14.76,17.425,71,12.998
256
+ 2011-06-11 04:00:00,2,0,0,1,27.88,31.82,79,6.0032
257
+ 2011-03-18 07:00:00,1,0,1,1,16.4,20.455,66,12.998
258
+ 2012-04-18 08:00:00,2,0,1,3,20.5,24.24,39,12.998
259
+ 2012-09-04 07:00:00,3,0,1,2,27.88,31.82,89,7.0015
260
+ 2011-06-04 09:00:00,2,0,0,1,25.42,31.06,43,8.9981
261
+ 2012-01-15 11:00:00,1,0,0,1,6.56,7.575,47,15.0013
262
+ 2012-12-01 05:00:00,4,0,0,1,9.84,12.88,87,6.0032
263
+ 2011-10-18 01:00:00,4,0,1,2,18.86,22.725,88,0.0
264
+ 2012-10-14 22:00:00,4,0,0,1,22.96,26.515,73,26.0027
265
+ 2011-05-02 23:00:00,2,0,1,2,22.96,26.515,83,12.998
266
+ 2011-12-19 13:00:00,4,0,1,1,13.94,15.15,49,22.0028
267
+ 2012-07-04 16:00:00,3,1,0,1,37.72,42.425,35,16.9979
268
+ 2012-08-18 14:00:00,3,0,0,1,31.16,33.335,37,19.0012
269
+ 2011-07-14 00:00:00,3,0,1,1,27.06,31.06,69,19.9995
270
+ 2012-07-05 22:00:00,3,0,1,1,33.62,40.15,59,8.9981
271
+ 2011-05-11 21:00:00,2,0,1,1,22.14,25.76,60,0.0
272
+ 2011-04-09 15:00:00,2,0,0,2,14.76,18.94,87,0.0
273
+ 2011-01-10 07:00:00,1,0,1,1,4.92,6.06,50,15.0013
274
+ 2012-11-13 11:00:00,4,0,1,1,13.12,15.15,70,16.9979
275
+ 2011-06-12 21:00:00,2,0,0,1,27.06,30.305,83,7.0015
276
+ 2011-05-09 13:00:00,2,0,1,1,25.42,31.06,38,19.0012
277
+ 2012-02-14 13:00:00,1,0,1,2,14.76,16.665,40,16.9979
278
+ 2011-05-14 08:00:00,2,0,0,3,20.5,24.24,94,0.0
279
+ 2011-04-12 11:00:00,2,0,1,1,21.32,25.0,77,23.9994
280
+ 2011-09-13 18:00:00,3,0,1,1,28.7,32.575,61,11.0014
281
+ 2011-11-18 00:00:00,4,0,1,1,10.66,12.88,48,11.0014
282
+ 2012-02-02 13:00:00,1,0,1,2,17.22,21.21,77,0.0
283
+ 2011-07-16 09:00:00,3,0,0,1,28.7,32.575,54,15.0013
284
+ 2012-02-09 05:00:00,1,0,1,1,8.2,9.09,75,19.0012
285
+ 2012-11-10 00:00:00,4,0,0,1,13.12,16.665,76,6.0032
286
+ 2012-06-16 13:00:00,2,0,0,1,29.52,32.575,34,11.0014
287
+ 2012-02-13 00:00:00,1,0,1,1,5.74,6.82,46,15.0013
288
+ 2011-04-07 21:00:00,2,0,1,2,18.04,21.97,67,19.0012
289
+ 2012-01-06 03:00:00,1,0,1,1,9.02,12.12,69,7.0015
290
+ 2011-09-05 09:00:00,3,1,0,3,27.88,31.82,74,11.0014
291
+ 2012-10-15 04:00:00,4,0,1,2,22.96,26.515,68,15.0013
292
+ 2011-12-17 04:00:00,4,0,0,1,9.84,12.12,65,11.0014
293
+ 2011-02-18 23:00:00,1,0,1,1,21.32,25.0,8,19.0012
294
+ 2011-04-03 22:00:00,2,0,0,1,16.4,20.455,43,7.0015
295
+ 2011-05-01 05:00:00,2,0,0,1,16.4,20.455,82,6.0032
296
+ 2012-09-07 08:00:00,3,0,1,1,27.06,30.305,83,7.0015
297
+ 2012-04-01 10:00:00,2,0,0,2,16.4,20.455,71,7.0015
298
+ 2012-11-17 09:00:00,4,0,0,1,13.94,15.91,49,15.0013
299
+ 2011-10-07 16:00:00,4,0,1,1,26.24,31.06,44,0.0
300
+ 2012-07-01 02:00:00,3,0,0,1,29.52,34.85,74,6.0032
301
+ 2012-08-06 02:00:00,3,0,1,2,29.52,34.85,79,8.9981
302
+ 2011-01-18 14:00:00,1,0,1,2,9.02,11.365,80,11.0014
303
+ 2012-12-01 01:00:00,4,0,0,1,10.66,15.15,81,0.0
304
+ 2012-01-04 23:00:00,1,0,1,2,8.2,11.365,44,7.0015
305
+ 2012-08-14 09:00:00,3,0,1,2,28.7,33.335,74,0.0
306
+ 2012-11-06 01:00:00,4,0,1,1,9.84,12.12,60,11.0014
307
+ 2011-07-10 13:00:00,3,0,0,1,32.8,36.365,46,19.9995
308
+ 2012-09-06 13:00:00,3,0,1,2,29.52,34.85,79,7.0015
309
+ 2011-02-19 13:00:00,1,0,0,1,18.04,21.97,16,40.9973
310
+ 2012-05-03 22:00:00,2,0,1,1,25.42,29.545,78,0.0
311
+ 2012-10-06 03:00:00,4,0,0,1,22.14,25.76,77,15.0013
312
+ 2012-09-12 02:00:00,3,0,1,1,21.32,25.0,72,6.0032
313
+ 2012-06-17 06:00:00,2,0,0,1,21.32,25.0,72,7.0015
314
+ 2012-01-13 01:00:00,1,0,1,2,15.58,19.695,76,19.9995
315
+ 2011-07-19 21:00:00,3,0,1,1,30.34,35.605,74,8.9981
316
+ 2011-10-17 15:00:00,4,0,1,1,22.96,26.515,60,16.9979
317
+ 2012-06-09 00:00:00,2,0,0,1,26.24,31.06,53,7.0015
318
+ 2012-06-03 19:00:00,2,0,0,1,27.88,31.82,34,19.0012
319
+ 2012-08-02 07:00:00,3,0,1,1,28.7,33.335,79,0.0
320
+ 2011-09-15 10:00:00,3,0,1,2,27.06,31.06,69,16.9979
321
+ 2011-10-15 07:00:00,4,0,0,1,16.4,20.455,76,7.0015
322
+ 2012-09-02 17:00:00,3,0,0,1,31.16,36.365,66,6.0032
323
+ 2012-08-18 01:00:00,3,0,0,3,25.42,27.275,94,11.0014
324
+ 2012-12-12 11:00:00,4,0,1,2,13.12,15.15,49,15.0013
325
+ 2012-06-19 21:00:00,2,0,1,1,31.16,35.605,62,11.0014
326
+ 2011-12-11 15:00:00,4,0,0,1,12.3,16.665,26,0.0
327
+ 2012-08-10 17:00:00,3,0,1,1,32.8,37.12,52,19.0012
328
+ 2012-05-13 11:00:00,2,0,0,1,25.42,31.06,57,16.9979
329
+ 2011-12-14 19:00:00,4,0,1,2,14.76,18.18,62,7.0015
330
+ 2012-06-07 07:00:00,2,0,1,1,20.5,24.24,82,11.0014
331
+ 2011-09-01 00:00:00,3,0,1,1,24.6,28.79,78,7.0015
332
+ 2012-06-10 01:00:00,2,0,0,1,26.24,30.305,73,8.9981
333
+ 2012-11-14 04:00:00,4,0,1,1,9.02,11.365,69,12.998
334
+ 2011-11-02 20:00:00,4,0,1,1,16.4,20.455,66,8.9981
335
+ 2012-12-02 15:00:00,4,0,0,1,18.04,21.97,67,8.9981
336
+ 2012-03-19 00:00:00,1,0,1,1,19.68,23.485,82,7.0015
337
+ 2012-12-06 15:00:00,4,0,1,1,13.12,17.425,39,0.0
338
+ 2011-07-09 12:00:00,3,0,0,1,32.8,36.365,46,16.9979
339
+ 2011-01-08 12:00:00,1,0,0,2,8.2,9.09,59,23.9994
340
+ 2011-07-14 01:00:00,3,0,1,1,27.06,31.06,61,16.9979
341
+ 2011-06-15 22:00:00,2,0,1,1,25.42,31.06,50,7.0015
342
+ 2011-03-09 01:00:00,1,0,1,1,10.66,13.635,52,8.9981
343
+ 2012-10-18 11:00:00,4,0,1,2,22.96,26.515,56,15.0013
344
+ 2012-08-18 21:00:00,3,0,0,1,27.06,31.06,61,0.0
345
+ 2012-09-14 23:00:00,3,0,1,1,25.42,29.545,78,6.0032
346
+ 2012-04-02 16:00:00,2,0,1,1,20.5,24.24,34,22.0028
347
+ 2012-05-18 05:00:00,2,0,1,1,18.86,22.725,77,7.0015
348
+ 2012-02-07 03:00:00,1,0,1,2,12.3,16.665,70,0.0
349
+ 2011-12-16 18:00:00,4,0,1,2,13.12,15.15,45,16.9979
350
+ 2012-11-12 08:00:00,4,1,0,1,17.22,21.21,82,11.0014
351
+ 2011-12-03 16:00:00,4,0,0,1,15.58,19.695,46,0.0
352
+ 2011-10-15 13:00:00,4,0,0,1,24.6,31.06,35,31.0009
353
+ 2011-04-14 16:00:00,2,0,1,1,24.6,30.305,26,7.0015
354
+ 2012-08-10 07:00:00,3,0,1,3,26.24,28.79,89,7.0015
355
+ 2012-03-07 17:00:00,1,0,1,1,22.96,26.515,43,32.9975
356
+ 2011-01-19 00:00:00,1,0,1,2,9.02,13.635,93,0.0
357
+ 2011-06-17 07:00:00,2,0,1,1,24.6,28.03,83,0.0
358
+ 2012-06-14 22:00:00,2,0,1,2,26.24,30.305,65,15.0013
359
+ 2012-09-18 17:00:00,3,0,1,3,24.6,27.275,88,12.998
360
+ 2011-12-06 20:00:00,4,0,1,3,18.86,22.725,100,19.9995
361
+ 2012-04-06 21:00:00,2,0,1,1,18.04,21.97,26,8.9981
362
+ 2012-05-04 09:00:00,2,0,1,1,24.6,28.79,78,0.0
363
+ 2012-10-10 17:00:00,4,0,1,1,23.78,27.275,43,15.0013
364
+ 2012-09-11 02:00:00,3,0,1,1,19.68,23.485,77,11.0014
365
+ 2012-04-07 11:00:00,2,0,0,1,18.04,21.97,24,19.9995
366
+ 2012-03-01 04:00:00,1,0,1,1,19.68,23.485,88,12.998
367
+ 2011-07-14 23:00:00,3,0,1,1,26.24,30.305,65,16.9979
368
+ 2012-11-05 03:00:00,4,0,1,2,12.3,14.395,56,15.0013
369
+ 2012-07-07 02:00:00,3,0,0,1,31.16,37.12,72,11.0014
370
+ 2012-03-09 14:00:00,1,0,1,1,17.22,21.21,28,31.0009
371
+ 2011-06-06 03:00:00,2,0,1,1,23.78,27.275,88,0.0
372
+ 2011-07-08 04:00:00,3,0,1,1,28.7,33.335,79,16.9979
373
+ 2012-01-12 00:00:00,1,0,1,3,13.94,16.665,93,12.998
374
+ 2012-06-11 11:00:00,2,0,1,2,31.16,34.09,48,15.0013
375
+ 2012-10-09 06:00:00,4,0,1,2,15.58,19.695,82,16.9979
376
+ 2011-04-15 13:00:00,2,1,0,1,22.14,25.76,52,16.9979
377
+ 2011-03-13 00:00:00,1,0,0,1,15.58,19.695,62,7.0015
378
+ 2011-07-13 14:00:00,3,0,1,3,33.62,37.88,46,8.9981
379
+ 2012-03-08 04:00:00,1,0,1,1,18.04,21.97,72,19.0012
380
+ 2012-04-12 20:00:00,2,0,1,1,18.04,21.97,33,16.9979
381
+ 2011-05-05 11:00:00,2,0,1,1,21.32,25.0,36,30.0026
382
+ 2012-11-08 02:00:00,4,0,1,2,12.3,14.395,49,15.0013
383
+ 2011-10-09 03:00:00,4,0,0,1,18.04,21.97,88,0.0
384
+ 2011-01-02 16:00:00,1,0,0,3,13.94,16.665,71,11.0014
385
+ 2011-02-07 20:00:00,1,0,1,2,13.12,16.665,70,7.0015
386
+ 2012-05-16 03:00:00,2,0,1,1,22.96,26.515,88,7.0015
387
+ 2011-08-10 08:00:00,3,0,1,1,30.34,33.335,51,12.998
388
+ 2012-04-17 15:00:00,2,0,1,1,27.06,31.06,24,22.0028
389
+ 2012-03-15 05:00:00,1,0,1,1,18.86,22.725,67,0.0
390
+ 2011-07-18 13:00:00,3,0,1,1,33.62,39.395,56,16.9979
391
+ 2011-12-12 04:00:00,4,0,1,1,7.38,12.12,74,0.0
392
+ 2011-02-06 14:00:00,1,0,0,1,13.94,17.425,46,6.0032
393
+ 2012-02-19 04:00:00,1,0,0,2,11.48,12.88,41,26.0027
394
+ 2011-11-17 02:00:00,4,0,1,2,17.22,21.21,82,15.0013
395
+ 2011-04-07 05:00:00,2,0,1,1,13.94,15.91,76,15.0013
396
+ 2012-03-08 10:00:00,1,0,1,1,20.5,24.24,68,31.0009
397
+ 2012-11-01 02:00:00,4,0,1,1,13.12,16.665,66,8.9981
398
+ 2011-06-10 07:00:00,2,0,1,1,29.52,34.09,66,7.0015
399
+ 2012-07-03 05:00:00,3,0,1,1,28.7,32.575,61,0.0
400
+ 2011-05-18 03:00:00,2,0,1,3,21.32,25.0,94,19.9995
401
+ 2011-09-15 02:00:00,3,0,1,1,25.42,29.545,73,7.0015
402
+ 2011-05-04 01:00:00,2,0,1,3,20.5,24.24,82,19.0012
403
+ 2012-03-17 07:00:00,1,0,0,2,16.4,20.455,100,8.9981
404
+ 2012-10-02 00:00:00,4,0,1,2,22.96,26.515,73,0.0
405
+ 2011-05-15 05:00:00,2,0,0,3,21.32,25.0,100,7.0015
406
+ 2012-08-12 01:00:00,3,0,0,1,25.42,29.545,78,8.9981
407
+ 2011-07-18 03:00:00,3,0,1,1,27.06,30.305,78,12.998
408
+ 2012-01-02 16:00:00,1,1,0,1,10.66,11.365,35,27.9993
409
+ 2011-03-02 13:00:00,1,0,1,1,20.5,24.24,25,0.0
410
+ 2012-05-19 14:00:00,2,0,0,1,29.52,32.575,30,6.0032
411
+ 2012-06-17 00:00:00,2,0,0,1,22.96,26.515,56,8.9981
412
+ 2011-12-19 04:00:00,4,0,1,1,6.56,9.09,86,8.9981
413
+ 2012-09-17 11:00:00,3,0,1,2,25.42,30.305,69,15.0013
414
+ 2012-07-13 18:00:00,3,0,1,1,31.98,34.85,46,12.998
415
+ 2012-12-14 09:00:00,4,0,1,1,9.84,12.12,75,8.9981
416
+ 2011-06-19 14:00:00,2,0,0,3,30.34,34.09,58,7.0015
417
+ 2012-01-11 03:00:00,1,0,1,1,9.02,13.635,80,0.0
418
+ 2011-03-18 01:00:00,1,0,1,1,16.4,20.455,62,16.9979
419
+ 2012-11-01 00:00:00,4,0,1,1,14.76,18.18,57,6.0032
420
+ 2012-03-18 22:00:00,1,0,0,1,20.5,24.24,77,7.0015
421
+ 2011-10-10 08:00:00,4,1,0,1,21.32,25.0,83,0.0
422
+ 2011-10-04 13:00:00,4,0,1,1,22.96,26.515,56,19.9995
423
+ 2012-08-16 16:00:00,3,0,1,1,33.62,35.605,32,15.0013
424
+ 2011-11-10 00:00:00,4,0,1,1,16.4,20.455,87,0.0
425
+ 2011-11-19 20:00:00,4,0,0,2,14.76,18.18,57,7.0015
426
+ 2012-06-14 14:00:00,2,0,1,1,28.7,32.575,54,19.0012
427
+ 2012-06-10 10:00:00,2,0,0,1,31.16,34.09,40,7.0015
428
+ 2012-05-05 03:00:00,2,0,0,1,23.78,27.275,83,0.0
429
+ 2011-03-09 20:00:00,1,0,1,2,13.12,15.91,87,12.998
430
+ 2012-12-17 15:00:00,4,0,1,2,17.22,21.21,88,0.0
431
+ 2011-08-17 17:00:00,3,0,1,1,32.8,37.12,49,15.0013
432
+ 2011-05-17 05:00:00,2,0,1,3,21.32,25.0,94,16.9979
433
+ 2011-12-14 08:00:00,4,0,1,2,10.66,15.15,87,0.0
434
+ 2011-03-12 09:00:00,1,0,0,1,11.48,14.395,65,7.0015
435
+ 2011-09-01 19:00:00,3,0,1,1,28.7,32.575,58,11.0014
436
+ 2011-06-16 20:00:00,2,0,1,1,25.42,28.79,83,22.0028
437
+ 2011-07-08 00:00:00,3,0,1,1,30.34,34.85,66,7.0015
438
+ 2011-02-05 09:00:00,1,0,0,3,8.2,11.365,100,6.0032
439
+ 2011-12-18 04:00:00,4,0,0,1,9.02,10.605,55,15.0013
440
+ 2011-09-19 21:00:00,3,0,1,2,22.96,26.515,68,11.0014
441
+ 2012-01-09 22:00:00,1,0,1,2,8.2,11.365,92,7.0015
442
+ 2012-10-12 01:00:00,4,0,1,1,16.4,20.455,66,6.0032
443
+ 2012-02-05 22:00:00,1,0,0,1,10.66,13.635,60,7.0015
444
+ 2011-10-05 11:00:00,4,0,1,1,24.6,31.06,46,19.0012
445
+ 2012-04-18 20:00:00,2,0,1,2,17.22,21.21,77,7.0015
446
+ 2011-02-12 12:00:00,1,0,0,1,12.3,13.635,39,31.0009
447
+ 2012-11-10 05:00:00,4,0,0,1,11.48,15.91,87,0.0
448
+ 2012-03-13 05:00:00,1,0,1,2,18.86,22.725,82,12.998
449
+ 2011-05-11 00:00:00,2,0,1,2,21.32,25.0,55,8.9981
450
+ 2012-11-01 09:00:00,4,0,1,3,14.76,18.18,57,7.0015
451
+ 2012-09-15 21:00:00,3,0,0,1,22.96,26.515,52,7.0015
452
+ 2011-01-01 14:00:00,1,0,0,2,18.86,22.725,72,19.0012
453
+ 2011-11-08 10:00:00,4,0,1,1,17.22,21.21,71,6.0032
454
+ 2012-06-04 19:00:00,2,0,1,1,25.42,31.06,38,27.9993
455
+ 2011-10-04 22:00:00,4,0,1,1,20.5,24.24,72,8.9981
456
+ 2011-12-19 01:00:00,4,0,1,1,7.38,10.605,80,6.0032
457
+ 2011-07-08 07:00:00,3,0,1,2,28.7,33.335,79,12.998
458
+ 2012-05-06 01:00:00,2,0,0,2,22.14,25.76,83,15.0013
459
+ 2012-10-19 14:00:00,4,0,1,1,27.06,31.06,61,16.9979
460
+ 2011-04-03 12:00:00,2,0,0,1,18.04,21.97,38,19.0012
461
+ 2012-12-01 21:00:00,4,0,0,2,12.3,16.665,87,0.0
462
+ 2011-07-14 19:00:00,3,0,1,1,29.52,32.575,39,15.0013
463
+ 2011-12-13 08:00:00,4,0,1,1,8.2,11.365,69,7.0015
464
+ 2011-12-13 10:00:00,4,0,1,1,12.3,15.15,52,11.0014
465
+ 2012-02-12 21:00:00,1,0,0,1,5.74,6.06,43,19.9995
466
+ 2011-02-04 10:00:00,1,0,1,2,8.2,10.605,51,8.9981
467
+ 2011-11-15 18:00:00,4,0,1,2,20.5,24.24,72,19.0012
468
+ 2011-05-10 15:00:00,2,0,1,2,26.24,31.06,33,6.0032
469
+ 2012-12-16 10:00:00,4,0,0,2,14.76,17.425,87,8.9981
470
+ 2011-08-01 02:00:00,3,0,1,1,28.7,33.335,74,7.0015
471
+ 2011-05-17 06:00:00,2,0,1,3,21.32,25.0,94,16.9979
472
+ 2012-12-12 21:00:00,4,0,1,2,12.3,14.395,52,16.9979
473
+ 2011-04-06 11:00:00,2,0,1,1,17.22,21.21,38,26.0027
474
+ 2012-05-12 17:00:00,2,0,0,2,27.06,31.06,36,12.998
475
+ 2011-09-17 06:00:00,3,0,0,2,18.86,22.725,72,15.0013
476
+ 2011-04-08 03:00:00,2,0,1,3,13.94,16.665,76,11.0014
477
+ 2011-01-18 15:00:00,1,0,1,2,9.02,11.365,87,11.0014
478
+ 2011-01-12 12:00:00,1,0,1,1,8.2,7.575,47,39.0007
479
+ 2011-10-13 22:00:00,4,0,1,1,25.42,28.79,83,12.998
480
+ 2011-03-01 23:00:00,1,0,1,1,9.84,11.365,65,15.0013
481
+ 2012-07-13 10:00:00,3,0,1,2,30.34,33.335,48,0.0
482
+ 2011-08-13 13:00:00,3,0,0,2,30.34,35.605,74,22.0028
483
+ 2011-07-17 03:00:00,3,0,0,1,26.24,30.305,69,15.0013
484
+ 2012-12-01 08:00:00,4,0,0,2,9.84,12.12,87,8.9981
485
+ 2012-11-19 11:00:00,4,0,1,2,15.58,19.695,66,16.9979
486
+ 2012-01-01 02:00:00,1,0,0,1,13.12,17.425,76,0.0
487
+ 2012-06-05 05:00:00,2,0,1,3,19.68,23.485,82,11.0014
488
+ 2011-02-03 10:00:00,1,0,1,1,7.38,7.575,43,22.0028
489
+ 2012-07-19 15:00:00,3,0,1,1,34.44,38.635,47,6.0032
490
+ 2012-12-10 06:00:00,4,0,1,2,15.58,19.695,94,11.0014
491
+ 2012-05-01 12:00:00,2,0,1,2,28.7,32.575,58,15.0013
492
+ 2011-12-15 10:00:00,4,0,1,2,16.4,20.455,58,19.9995
493
+ 2011-10-14 12:00:00,4,0,1,3,21.32,25.0,88,11.0014
494
+ 2012-08-03 19:00:00,3,0,1,2,32.8,39.395,63,15.0013
495
+ 2011-06-15 06:00:00,2,0,1,1,20.5,24.24,63,16.9979
496
+ 2011-10-17 09:00:00,4,0,1,2,20.5,24.24,45,19.0012
497
+ 2011-05-16 07:00:00,2,0,1,1,21.32,25.0,83,19.0012
498
+ 2011-08-08 01:00:00,3,0,1,1,27.88,31.82,83,8.9981
499
+ 2012-09-14 21:00:00,3,0,1,1,26.24,30.305,73,15.0013
500
+ 2012-05-15 10:00:00,2,0,1,1,25.42,29.545,78,7.0015
501
+ 2011-06-17 02:00:00,2,0,1,1,22.96,26.515,94,7.0015
502
+ 2012-01-03 02:00:00,1,0,1,1,7.38,8.335,51,16.9979
503
+ 2012-10-04 22:00:00,4,0,1,1,26.24,31.06,47,8.9981
504
+ 2011-04-08 18:00:00,2,0,1,3,13.12,15.15,93,16.9979
505
+ 2011-07-15 11:00:00,3,0,1,1,28.7,32.575,54,8.9981
506
+ 2011-07-15 22:00:00,3,0,1,1,27.06,31.06,57,15.0013
507
+ 2011-02-14 05:00:00,1,0,1,1,13.12,15.15,53,19.0012
508
+ 2011-04-07 12:00:00,2,0,1,2,18.86,22.725,55,0.0
509
+ 2012-07-04 00:00:00,3,1,0,1,27.88,31.82,79,6.0032
510
+ 2012-08-13 08:00:00,3,0,1,2,29.52,33.335,51,6.0032
511
+ 2011-06-01 05:00:00,2,0,1,2,27.06,29.545,89,6.0032
512
+ 2011-11-13 15:00:00,4,0,0,2,20.5,24.24,42,22.0028
513
+ 2012-01-18 19:00:00,1,0,1,1,9.02,9.85,37,26.0027
514
+ 2012-11-15 09:00:00,4,0,1,2,13.12,15.91,61,12.998
515
+ 2012-06-06 04:00:00,2,0,1,1,18.86,22.725,82,7.0015
516
+ 2012-07-13 01:00:00,3,0,1,2,27.88,31.82,54,7.0015
517
+ 2011-04-16 01:00:00,2,0,0,2,14.76,16.665,87,19.0012
518
+ 2011-04-06 10:00:00,2,0,1,1,16.4,20.455,37,26.0027
519
+ 2011-11-18 20:00:00,4,0,1,1,11.48,13.635,48,12.998
520
+ 2011-10-01 22:00:00,4,0,0,2,14.76,17.425,93,15.0013
521
+ 2012-03-14 17:00:00,1,0,1,1,28.7,31.82,28,6.0032
522
+ 2011-02-12 22:00:00,1,0,0,1,9.84,12.88,44,6.0032
523
+ 2011-06-03 19:00:00,2,0,1,1,27.88,31.06,26,19.0012
524
+ 2011-07-03 04:00:00,3,0,0,3,27.88,31.82,65,6.0032
525
+ 2011-08-08 20:00:00,3,0,1,1,32.8,37.88,55,0.0
526
+ 2011-11-17 19:00:00,4,0,1,1,12.3,14.395,45,15.0013
527
+ 2012-11-18 11:00:00,4,0,0,1,15.58,19.695,62,19.0012
528
+ 2011-09-14 03:00:00,3,0,1,1,24.6,27.275,88,8.9981
529
+ 2012-04-02 14:00:00,2,0,1,1,18.86,22.725,31,27.9993
530
+ 2011-05-16 14:00:00,2,0,1,1,27.88,31.82,51,0.0
531
+ 2011-05-03 09:00:00,2,0,1,2,24.6,28.79,78,23.9994
532
+ 2012-06-08 10:00:00,2,0,1,1,27.06,31.06,47,16.9979
533
+ 2011-02-08 12:00:00,1,0,1,1,9.84,9.85,38,32.9975
534
+ 2012-07-16 12:00:00,3,0,1,1,34.44,39.395,49,8.9981
535
+ 2012-09-07 11:00:00,3,0,1,1,31.16,35.605,62,8.9981
536
+ 2012-09-17 06:00:00,3,0,1,1,19.68,23.485,82,0.0
537
+ 2011-09-19 22:00:00,3,0,1,2,22.96,26.515,68,11.0014
538
+ 2011-04-04 18:00:00,2,0,1,2,29.52,31.82,23,32.9975
539
+ 2012-07-15 13:00:00,3,0,0,1,35.26,39.395,41,7.0015
540
+ 2011-07-13 20:00:00,3,0,1,1,28.7,33.335,84,11.0014
541
+ 2011-06-10 03:00:00,2,0,1,1,27.88,31.82,69,11.0014
542
+ 2011-05-11 02:00:00,2,0,1,1,21.32,25.0,59,0.0
543
+ 2012-02-10 11:00:00,1,0,1,2,11.48,14.395,45,7.0015
544
+ 2011-06-02 13:00:00,2,0,1,1,32.8,34.09,24,23.9994
545
+ 2011-01-16 19:00:00,1,0,0,1,7.38,9.85,47,8.9981
546
+ 2012-04-08 03:00:00,2,0,0,1,17.22,21.21,26,8.9981
547
+ 2011-01-19 17:00:00,1,0,1,1,14.76,16.665,57,22.0028
548
+ 2011-03-07 03:00:00,1,0,1,1,8.2,7.575,80,39.0007
549
+ 2011-12-16 23:00:00,4,0,1,2,12.3,15.15,49,8.9981
550
+ 2011-10-04 02:00:00,4,0,1,2,16.4,20.455,87,0.0
551
+ 2011-05-15 10:00:00,2,0,0,1,23.78,27.275,83,15.0013
552
+ 2011-07-13 18:00:00,3,0,1,1,29.52,34.85,79,8.9981
553
+ 2012-10-15 15:00:00,4,0,1,1,24.6,28.79,78,22.0028
554
+ 2011-05-11 18:00:00,2,0,1,1,25.42,31.06,50,19.9995
555
+ 2011-03-11 09:00:00,1,0,1,2,12.3,14.395,61,19.0012
556
+ 2012-02-16 18:00:00,1,0,1,3,13.94,16.665,87,8.9981
557
+ 2012-12-17 06:00:00,4,0,1,2,14.76,17.425,93,8.9981
558
+ 2012-08-15 07:00:00,3,0,1,2,27.06,31.06,69,12.998
559
+ 2011-01-06 21:00:00,1,0,1,2,9.02,10.605,55,15.0013
560
+ 2012-02-03 08:00:00,1,0,1,1,9.84,11.365,65,15.0013
561
+ 2011-09-06 21:00:00,3,0,1,3,22.14,25.76,88,19.0012
562
+ 2012-10-04 10:00:00,4,0,1,2,27.06,30.305,83,8.9981
563
+ 2012-04-14 13:00:00,2,0,0,1,25.42,31.06,33,19.9995
564
+ 2011-09-18 00:00:00,3,0,0,1,18.86,22.725,77,15.0013
565
+ 2012-07-13 16:00:00,3,0,1,2,32.8,35.605,36,15.0013
566
+ 2012-02-14 15:00:00,1,0,1,2,17.22,21.21,38,30.0026
567
+ 2011-02-15 02:00:00,1,0,1,1,11.48,11.365,41,46.0022
568
+ 2011-11-14 20:00:00,4,0,1,1,24.6,31.06,53,23.9994
569
+ 2012-10-15 08:00:00,4,0,1,2,24.6,30.305,64,26.0027
570
+ 2012-06-13 18:00:00,2,0,1,1,29.52,32.575,32,30.0026
571
+ 2012-05-04 12:00:00,2,0,1,3,25.42,29.545,78,23.9994
572
+ 2011-12-07 15:00:00,4,0,1,3,17.22,21.21,94,15.0013
573
+ 2011-05-05 12:00:00,2,0,1,1,21.32,25.0,34,23.9994
574
+ 2011-06-05 10:00:00,2,0,0,2,25.42,29.545,73,6.0032
575
+ 2012-02-09 21:00:00,1,0,1,1,12.3,15.91,52,6.0032
576
+ 2011-08-06 06:00:00,3,0,0,1,26.24,28.79,89,7.0015
577
+ 2012-11-02 18:00:00,4,0,1,2,15.58,19.695,43,22.0028
578
+ 2011-07-09 00:00:00,3,0,0,2,27.06,30.305,83,8.9981
579
+ 2011-09-19 00:00:00,3,0,1,2,21.32,25.0,72,11.0014
580
+ 2011-06-17 09:00:00,2,0,1,1,28.7,32.575,58,12.998
581
+ 2011-04-07 19:00:00,2,0,1,1,18.86,22.725,59,19.9995
582
+ 2011-07-10 16:00:00,3,0,0,1,34.44,37.88,41,19.0012
583
+ 2012-12-18 11:00:00,4,0,1,1,19.68,23.485,63,15.0013
584
+ 2012-03-11 07:00:00,1,0,0,1,9.02,11.365,69,8.9981
585
+ 2012-09-03 09:00:00,3,1,0,2,28.7,33.335,84,8.9981
586
+ 2012-05-11 02:00:00,2,0,1,1,18.86,22.725,44,11.0014
587
+ 2012-04-09 02:00:00,2,0,1,1,18.86,22.725,31,12.998
588
+ 2012-12-08 22:00:00,4,0,0,2,15.58,19.695,94,7.0015
589
+ 2012-07-01 16:00:00,3,0,0,1,37.72,41.665,33,19.9995
590
+ 2012-08-02 23:00:00,3,0,1,1,29.52,34.09,70,16.9979
591
+ 2012-08-11 09:00:00,3,0,0,1,27.88,31.82,79,12.998
592
+ 2012-06-04 02:00:00,2,0,1,1,22.96,26.515,60,15.0013
593
+ 2012-05-13 06:00:00,2,0,0,1,21.32,25.0,68,11.0014
594
+ 2011-02-05 19:00:00,1,0,0,2,11.48,12.12,93,30.0026
595
+ 2011-11-15 01:00:00,4,0,1,1,22.96,26.515,60,19.9995
596
+ 2011-09-12 22:00:00,3,0,1,1,25.42,28.79,83,11.0014
597
+ 2012-01-10 16:00:00,1,0,1,1,17.22,21.21,38,23.9994
598
+ 2011-03-15 02:00:00,1,0,1,1,12.3,15.15,62,6.0032
599
+ 2011-09-15 09:00:00,3,0,1,2,26.24,30.305,73,23.9994
600
+ 2011-02-07 10:00:00,1,0,1,1,9.84,12.88,75,7.0015
601
+ 2011-11-05 23:00:00,4,0,0,1,11.48,15.91,70,0.0
602
+ 2011-09-06 16:00:00,3,0,1,3,22.14,25.76,94,26.0027
603
+ 2012-10-14 12:00:00,4,0,0,1,25.42,31.06,46,22.0028
604
+ 2011-01-01 03:00:00,1,0,0,1,9.84,14.395,75,0.0
605
+ 2012-05-06 20:00:00,2,0,0,1,24.6,30.305,64,12.998
606
+ 2012-11-05 04:00:00,4,0,1,2,12.3,14.395,52,16.9979
607
+ 2011-04-07 03:00:00,2,0,1,1,14.76,17.425,66,12.998
608
+ 2012-10-09 23:00:00,4,0,1,2,19.68,23.485,77,6.0032
609
+ 2011-12-17 15:00:00,4,0,0,1,11.48,12.88,45,19.0012
610
+ 2011-02-01 09:00:00,1,0,1,2,6.56,11.365,93,0.0
611
+ 2011-10-12 19:00:00,4,0,1,3,22.14,25.76,94,8.9981
612
+ 2011-06-15 19:00:00,2,0,1,1,28.7,31.82,37,19.0012
613
+ 2011-09-19 16:00:00,3,0,1,2,24.6,30.305,60,11.0014
614
+ 2012-05-08 07:00:00,2,0,1,1,21.32,25.0,72,19.0012
615
+ 2012-06-16 11:00:00,2,0,0,1,27.06,31.06,39,11.0014
616
+ 2012-11-01 21:00:00,4,0,1,2,15.58,19.695,54,8.9981
617
+ 2011-04-02 22:00:00,2,0,0,1,13.12,15.15,61,19.9995
618
+ 2011-01-04 20:00:00,1,0,1,1,9.84,12.88,48,7.0015
619
+ 2012-12-17 04:00:00,4,0,1,3,14.76,18.94,100,0.0
620
+ 2012-11-17 01:00:00,4,0,0,1,10.66,12.88,60,12.998
621
+ 2012-01-01 03:00:00,1,0,0,1,12.3,16.665,81,0.0
622
+ 2012-06-05 04:00:00,2,0,1,3,20.5,24.24,82,12.998
623
+ 2011-08-01 23:00:00,3,0,1,1,27.88,31.82,74,12.998
624
+ 2011-06-11 18:00:00,2,0,0,2,29.52,34.09,62,8.9981
625
+ 2012-09-14 14:00:00,3,0,1,2,29.52,32.575,45,11.0014
626
+ 2012-11-09 15:00:00,4,0,1,1,18.86,22.725,36,15.0013
627
+ 2011-11-17 06:00:00,4,0,1,3,14.76,17.425,57,15.0013
628
+ 2012-12-11 20:00:00,4,0,1,1,13.12,15.15,53,15.0013
629
+ 2012-04-02 23:00:00,2,0,1,1,18.04,21.97,35,11.0014
630
+ 2012-11-14 03:00:00,4,0,1,1,9.84,11.365,65,15.0013
631
+ 2012-10-01 14:00:00,4,0,1,2,24.6,31.06,43,7.0015
632
+ 2012-12-15 13:00:00,4,0,0,1,15.58,19.695,54,16.9979
633
+ 2012-09-08 16:00:00,3,0,0,3,22.96,26.515,88,12.998
634
+ 2012-06-07 13:00:00,2,0,1,1,28.7,31.82,37,19.0012
635
+ 2011-08-05 12:00:00,3,0,1,1,31.16,34.85,52,16.9979
636
+ 2011-06-05 14:00:00,2,0,0,1,28.7,32.575,58,11.0014
637
+ 2011-06-10 15:00:00,2,0,1,1,34.44,37.88,44,7.0015
638
+ 2012-12-17 23:00:00,4,0,1,3,17.22,21.21,94,15.0013
639
+ 2011-06-13 12:00:00,2,0,1,1,27.06,31.06,41,19.0012
640
+ 2012-01-06 13:00:00,1,0,1,1,16.4,20.455,43,19.0012
641
+ 2011-10-15 16:00:00,4,0,0,1,25.42,31.06,29,26.0027
642
+ 2011-01-18 23:00:00,1,0,1,2,9.02,13.635,93,0.0
643
+ 2012-12-07 20:00:00,4,0,1,3,15.58,19.695,76,7.0015
644
+ 2012-04-17 21:00:00,2,0,1,1,22.96,26.515,26,19.9995
645
+ 2011-09-03 23:00:00,3,0,0,1,27.06,31.06,85,8.9981
646
+ 2011-07-11 13:00:00,3,0,1,1,35.26,40.91,50,16.9979
647
+ 2011-06-12 16:00:00,2,0,0,3,27.88,31.82,83,19.0012
648
+ 2011-12-12 09:00:00,4,0,1,2,7.38,10.605,74,6.0032
649
+ 2011-12-11 08:00:00,4,0,0,1,6.56,11.365,69,0.0
650
+ 2012-06-08 16:00:00,2,0,1,1,31.16,33.335,29,19.9995
651
+ 2012-06-11 20:00:00,2,0,1,2,30.34,33.335,48,15.0013
652
+ 2012-10-18 06:00:00,4,0,1,1,18.04,21.97,88,19.9995
653
+ 2012-11-17 18:00:00,4,0,0,1,14.76,18.18,50,7.0015
654
+ 2011-11-19 15:00:00,4,0,0,1,17.22,21.21,41,12.998
655
+ 2011-06-01 04:00:00,2,0,1,2,27.88,31.82,89,15.0013
656
+ 2012-05-01 10:00:00,2,0,1,1,25.42,29.545,78,16.9979
657
+ 2011-08-13 03:00:00,3,0,0,1,27.06,31.06,65,8.9981
658
+ 2011-03-14 19:00:00,1,0,1,1,14.76,17.425,43,8.9981
659
+ 2011-12-03 21:00:00,4,0,0,2,12.3,15.91,61,6.0032
660
+ 2012-03-18 12:00:00,1,0,0,2,18.04,21.97,88,8.9981
661
+ 2011-05-19 05:00:00,2,0,1,1,19.68,23.485,94,0.0
662
+ 2011-10-03 16:00:00,4,0,1,2,16.4,20.455,76,7.0015
663
+ 2012-03-03 01:00:00,1,0,0,3,14.76,18.94,93,0.0
664
+ 2011-03-18 10:00:00,1,0,1,1,21.32,25.0,53,19.0012
665
+ 2012-04-07 04:00:00,2,0,0,1,13.12,15.91,36,11.0014
666
+ 2011-12-03 05:00:00,4,0,0,1,9.84,12.88,70,6.0032
667
+ 2011-09-01 12:00:00,3,0,1,2,29.52,33.335,51,8.9981
668
+ 2012-10-05 13:00:00,4,0,1,1,28.7,32.575,48,0.0
669
+ 2012-10-01 17:00:00,4,0,1,3,22.96,26.515,60,16.9979
670
+ 2011-06-07 14:00:00,2,0,1,2,32.8,36.365,43,19.0012
671
+ 2012-10-01 01:00:00,4,0,1,1,18.04,21.97,77,6.0032
672
+ 2011-10-01 16:00:00,4,0,0,2,16.4,20.455,76,19.9995
673
+ 2011-07-06 16:00:00,3,0,1,1,31.16,36.365,70,16.9979
674
+ 2011-01-06 17:00:00,1,0,1,1,9.02,11.365,51,11.0014
675
+ 2011-06-02 02:00:00,2,0,1,1,28.7,31.82,39,0.0
676
+ 2012-08-19 07:00:00,3,0,0,2,25.42,30.305,69,8.9981
677
+ 2012-03-18 14:00:00,1,0,0,2,20.5,24.24,77,6.0032
678
+ 2012-09-05 07:00:00,3,0,1,2,28.7,33.335,79,16.9979
679
+ 2011-01-05 05:00:00,1,0,1,1,9.02,11.365,47,11.0014
680
+ 2011-11-14 22:00:00,4,0,1,1,23.78,27.275,56,23.9994
681
+ 2011-01-14 11:00:00,1,0,1,1,7.38,8.335,51,19.0012
682
+ 2012-01-07 11:00:00,1,0,0,1,13.94,15.91,57,15.0013
683
+ 2011-06-10 05:00:00,2,0,1,1,27.06,30.305,78,11.0014
684
+ 2011-09-09 06:00:00,3,0,1,2,25.42,25.76,100,8.9981
685
+ 2012-06-09 03:00:00,2,0,0,1,25.42,31.06,57,0.0
686
+ 2011-02-02 15:00:00,1,0,1,1,15.58,19.695,76,22.0028
687
+ 2012-09-05 14:00:00,3,0,1,1,33.62,39.395,56,7.0015
688
+ 2011-02-18 10:00:00,1,0,1,2,18.04,21.97,72,15.0013
689
+ 2012-01-10 18:00:00,1,0,1,1,16.4,20.455,40,7.0015
690
+ 2011-01-06 05:00:00,1,0,1,2,5.74,9.09,69,6.0032
691
+ 2011-09-18 21:00:00,3,0,0,2,22.14,25.76,68,6.0032
692
+ 2011-08-06 21:00:00,3,0,0,2,28.7,33.335,84,22.0028
693
+ 2012-10-07 15:00:00,4,0,0,3,17.22,21.21,77,8.9981
694
+ 2012-07-02 21:00:00,3,0,1,1,31.16,34.09,45,8.9981
695
+ 2012-08-18 10:00:00,3,0,0,1,28.7,32.575,54,11.0014
696
+ 2011-05-07 19:00:00,2,0,0,1,22.96,26.515,43,12.998
697
+ 2011-05-01 08:00:00,2,0,0,2,18.04,21.97,77,8.9981
698
+ 2011-10-04 10:00:00,4,0,1,1,19.68,23.485,67,19.0012
699
+ 2011-02-14 12:00:00,1,0,1,1,22.96,26.515,22,30.0026
700
+ 2011-07-16 03:00:00,3,0,0,1,24.6,28.79,78,8.9981
701
+ 2011-04-18 16:00:00,2,0,1,1,24.6,31.06,46,19.0012
702
+ 2011-09-05 12:00:00,3,1,0,2,29.52,34.09,70,12.998
703
+ 2012-09-05 02:00:00,3,0,1,1,28.7,33.335,84,12.998
704
+ 2012-01-19 06:00:00,1,0,1,1,4.92,6.82,54,11.0014
705
+ 2012-09-13 18:00:00,3,0,1,1,27.88,31.82,57,16.9979
706
+ 2011-02-06 15:00:00,1,0,0,1,13.94,17.425,46,6.0032
707
+ 2011-11-06 10:00:00,4,0,0,1,14.76,18.18,66,6.0032
708
+ 2011-07-13 04:00:00,3,0,1,1,30.34,34.09,58,16.9979
709
+ 2011-12-17 01:00:00,4,0,0,2,12.3,14.395,52,16.9979
710
+ 2012-08-05 10:00:00,3,0,0,1,32.8,38.635,59,27.9993
711
+ 2012-12-01 13:00:00,4,0,0,2,13.94,18.18,76,0.0
712
+ 2011-03-11 11:00:00,1,0,1,2,13.12,15.15,57,19.9995
713
+ 2011-09-16 12:00:00,3,0,1,2,21.32,25.0,45,0.0
714
+ 2012-07-10 04:00:00,3,0,1,1,27.88,31.82,79,8.9981
715
+ 2011-08-14 09:00:00,3,0,0,3,27.06,29.545,89,19.0012
716
+ 2011-09-07 08:00:00,3,0,1,3,25.42,27.275,94,6.0032
717
+ 2011-07-19 09:00:00,3,0,1,2,32.8,39.395,63,8.9981
718
+ 2011-09-12 21:00:00,3,0,1,1,26.24,30.305,73,6.0032
719
+ 2012-04-07 03:00:00,2,0,0,1,14.76,16.665,32,16.9979
720
+ 2011-11-18 16:00:00,4,0,1,1,13.94,16.665,29,8.9981
721
+ 2012-05-08 03:00:00,2,0,1,2,21.32,25.0,68,19.0012
722
+ 2012-08-18 07:00:00,3,0,0,1,24.6,28.03,83,15.0013
723
+ 2012-03-05 14:00:00,1,0,1,2,11.48,12.88,57,23.9994
724
+ 2012-09-04 01:00:00,3,0,1,1,27.88,31.82,82,8.9981
725
+ 2011-01-15 09:00:00,1,0,0,1,6.56,9.09,64,8.9981
726
+ 2012-07-17 23:00:00,3,0,1,1,31.98,37.12,59,12.998
727
+ 2011-03-01 06:00:00,1,0,1,1,8.2,9.09,59,19.9995
728
+ 2012-07-17 21:00:00,3,0,1,1,33.62,38.635,52,8.9981
729
+ 2011-03-03 07:00:00,1,0,1,1,4.92,4.545,42,27.9993
730
+ 2011-07-15 07:00:00,3,0,1,1,26.24,30.305,65,7.0015
731
+ 2011-02-01 20:00:00,1,0,1,2,9.02,11.365,87,8.9981
732
+ 2012-08-01 08:00:00,3,0,1,2,27.06,30.305,78,12.998
733
+ 2011-05-16 16:00:00,2,0,1,3,24.6,28.79,78,16.9979
734
+ 2012-08-12 14:00:00,3,0,0,1,31.16,34.09,40,12.998
735
+ 2011-01-13 16:00:00,1,0,1,1,9.84,10.605,38,23.9994
736
+ 2011-08-16 14:00:00,3,0,1,1,31.16,34.09,45,27.9993
737
+ 2012-12-09 17:00:00,4,0,0,3,14.76,17.425,93,8.9981
738
+ 2011-04-08 10:00:00,2,0,1,2,14.76,16.665,71,19.0012
739
+ 2012-09-04 08:00:00,3,0,1,1,28.7,33.335,84,11.0014
740
+ 2012-09-17 01:00:00,3,0,1,1,21.32,25.0,72,6.0032
741
+ 2011-05-19 11:00:00,2,0,1,3,22.14,25.76,88,11.0014
742
+ 2011-03-13 21:00:00,1,0,0,1,12.3,14.395,56,16.9979
743
+ 2012-02-12 03:00:00,1,0,0,2,4.1,2.275,46,46.0022
744
+ 2012-09-01 11:00:00,3,0,0,2,32.8,37.88,55,15.0013
745
+ 2012-04-07 12:00:00,2,0,0,1,18.86,22.725,23,26.0027
746
+ 2012-03-19 01:00:00,1,0,1,1,18.86,22.725,88,7.0015
747
+ 2011-11-10 12:00:00,4,0,1,2,17.22,21.21,67,23.9994
748
+ 2011-05-05 09:00:00,2,0,1,1,18.86,22.725,44,19.0012
749
+ 2012-03-01 16:00:00,1,0,1,1,23.78,27.275,32,19.9995
750
+ 2011-05-08 19:00:00,2,0,0,1,22.96,26.515,64,0.0
751
+ 2012-01-16 23:00:00,1,1,0,3,10.66,11.365,70,19.9995
752
+ 2012-09-01 08:00:00,3,0,0,2,31.16,35.605,58,16.9979
753
+ 2012-03-04 05:00:00,1,0,0,2,13.94,15.91,46,15.0013
754
+ 2012-12-08 15:00:00,4,0,0,1,17.22,21.21,82,11.0014
755
+ 2012-12-19 22:00:00,4,0,1,1,13.94,17.425,61,6.0032
756
+ 2012-01-18 10:00:00,1,0,1,1,12.3,13.635,42,31.0009
757
+ 2011-09-15 01:00:00,3,0,1,1,26.24,30.305,69,11.0014
758
+ 2011-12-05 20:00:00,4,0,1,2,18.86,22.725,82,7.0015
759
+ 2012-12-06 21:00:00,4,0,1,2,9.84,12.12,60,8.9981
760
+ 2011-12-15 21:00:00,4,0,1,1,20.5,24.24,63,19.9995
761
+ 2011-08-06 20:00:00,3,0,0,3,29.52,34.85,79,19.0012
762
+ 2011-12-06 08:00:00,4,0,1,2,18.86,22.725,94,12.998
763
+ 2012-04-18 16:00:00,2,0,1,2,17.22,21.21,77,15.0013
764
+ 2012-07-19 10:00:00,3,0,1,1,31.16,35.605,58,12.998
765
+ 2011-07-14 22:00:00,3,0,1,1,26.24,31.06,57,6.0032
766
+ 2011-08-13 11:00:00,3,0,0,2,30.34,34.85,70,12.998
767
+ 2011-04-08 07:00:00,2,0,1,3,13.94,16.665,87,11.0014
768
+ 2011-02-03 23:00:00,1,0,1,1,8.2,11.365,47,7.0015
769
+ 2011-10-03 09:00:00,4,0,1,2,16.4,20.455,66,6.0032
770
+ 2012-07-13 02:00:00,3,0,1,2,27.06,31.06,61,6.0032
771
+ 2012-05-13 23:00:00,2,0,0,2,25.42,31.06,57,15.0013
772
+ 2012-01-10 13:00:00,1,0,1,1,17.22,21.21,38,19.9995
773
+ 2011-05-16 12:00:00,2,0,1,1,27.06,31.06,54,6.0032
774
+ 2012-12-19 23:00:00,4,0,1,1,13.12,16.665,66,8.9981
775
+ 2012-08-06 21:00:00,3,0,1,1,30.34,34.85,70,12.998
776
+ 2012-05-16 08:00:00,2,0,1,1,23.78,27.275,83,0.0
777
+ 2011-01-12 06:00:00,1,0,1,1,4.92,7.575,93,8.9981
778
+ 2012-01-18 13:00:00,1,0,1,1,12.3,13.635,42,31.0009
779
+ 2012-11-16 04:00:00,4,0,1,2,12.3,15.91,65,7.0015
780
+ 2012-08-17 15:00:00,3,0,1,1,35.26,12.12,30,31.0009
781
+ 2011-11-13 14:00:00,4,0,0,2,22.14,25.76,28,32.9975
782
+ 2011-08-14 03:00:00,3,0,0,2,26.24,28.03,94,16.9979
783
+ 2011-12-08 11:00:00,4,0,1,1,11.48,13.635,52,16.9979
784
+ 2012-03-16 10:00:00,1,0,1,2,16.4,20.455,87,6.0032
785
+ 2011-12-09 10:00:00,4,0,1,2,12.3,15.15,70,11.0014
786
+ 2012-09-19 01:00:00,3,0,1,2,22.14,25.76,68,16.9979
787
+ 2012-12-17 03:00:00,4,0,1,2,14.76,18.94,93,0.0
788
+ 2012-03-15 21:00:00,1,0,1,1,22.14,25.76,68,19.0012
789
+ 2011-08-04 11:00:00,3,0,1,2,30.34,34.85,66,15.0013
790
+ 2011-08-16 21:00:00,3,0,1,1,29.52,33.335,54,0.0
791
+ 2012-06-12 15:00:00,2,0,1,3,27.06,29.545,89,12.998
792
+ 2011-11-01 09:00:00,4,0,1,1,16.4,20.455,66,11.0014
793
+ 2011-04-16 21:00:00,2,0,0,2,18.04,21.97,94,0.0
794
+ 2011-07-14 15:00:00,3,0,1,1,31.16,33.335,33,19.9995
795
+ 2011-10-12 23:00:00,4,0,1,3,22.14,25.76,94,6.0032
796
+ 2012-02-04 20:00:00,1,0,0,3,9.84,11.365,93,12.998
797
+ 2011-05-04 14:00:00,2,0,1,1,20.5,24.24,51,26.0027
798
+ 2012-09-06 03:00:00,3,0,1,1,28.7,33.335,84,7.0015
799
+ 2011-06-02 12:00:00,2,0,1,1,31.16,33.335,25,31.0009
800
+ 2012-09-11 18:00:00,3,0,1,1,26.24,31.06,36,11.0014
801
+ 2012-02-11 06:00:00,1,0,0,3,9.02,11.365,93,8.9981
802
+ 2012-04-06 05:00:00,2,0,1,1,13.12,15.15,53,22.0028
803
+ 2012-07-02 05:00:00,3,0,1,2,29.52,33.335,51,0.0
804
+ 2012-05-11 05:00:00,2,0,1,1,17.22,21.21,47,11.0014
805
+ 2011-06-15 16:00:00,2,0,1,1,31.16,33.335,27,8.9981
806
+ 2012-06-04 03:00:00,2,0,1,2,22.96,26.515,60,11.0014
807
+ 2011-10-01 21:00:00,4,0,0,3,14.76,18.18,87,7.0015
808
+ 2011-04-11 17:00:00,2,0,1,1,30.34,33.335,48,35.0008
809
+ 2011-07-06 08:00:00,3,0,1,2,29.52,34.85,74,7.0015
810
+ 2012-07-16 23:00:00,3,0,1,1,30.34,35.605,74,6.0032
811
+ 2012-12-06 11:00:00,4,0,1,1,10.66,12.88,48,11.0014
812
+ 2012-10-18 14:00:00,4,0,1,2,25.42,31.06,50,19.9995
813
+ 2012-10-06 19:00:00,4,0,0,1,19.68,23.485,55,15.0013
814
+ 2011-09-03 19:00:00,3,0,0,1,28.7,33.335,74,8.9981
815
+ 2011-09-18 15:00:00,3,0,0,2,23.78,27.275,60,8.9981
816
+ 2011-09-01 13:00:00,3,0,1,2,29.52,33.335,48,6.0032
817
+ 2011-03-12 06:00:00,1,0,0,1,9.02,10.605,75,16.9979
818
+ 2011-03-12 11:00:00,1,0,0,1,13.94,15.15,49,22.0028
819
+ 2012-02-03 19:00:00,1,0,1,1,13.94,17.425,49,7.0015
820
+ 2012-03-14 22:00:00,1,0,1,1,21.32,25.0,55,8.9981
821
+ 2012-01-05 07:00:00,1,0,1,2,8.2,11.365,69,6.0032
822
+ 2012-04-01 17:00:00,2,0,0,1,21.32,25.0,55,19.0012
823
+ 2012-07-06 13:00:00,3,0,1,1,36.9,39.395,27,7.0015
824
+ 2012-06-12 22:00:00,2,0,1,1,27.06,29.545,94,7.0015
825
+ 2012-04-04 21:00:00,2,0,1,1,24.6,30.305,23,22.0028
826
+ 2011-07-12 14:00:00,3,0,1,1,36.9,42.425,42,19.9995
827
+ 2012-05-11 16:00:00,2,0,1,1,25.42,30.305,25,22.0028
828
+ 2011-03-17 09:00:00,1,0,1,1,16.4,20.455,62,16.9979
829
+ 2011-02-15 07:00:00,1,0,1,1,8.2,9.09,32,23.9994
830
+ 2012-01-17 01:00:00,1,0,1,2,11.48,12.88,65,23.9994
831
+ 2012-04-19 07:00:00,2,0,1,2,16.4,20.455,82,8.9981
832
+ 2012-08-05 16:00:00,3,0,0,1,33.62,37.88,46,16.9979
833
+ 2011-05-10 18:00:00,2,0,1,1,26.24,31.06,29,8.9981
834
+ 2012-01-15 17:00:00,1,0,0,1,9.02,10.605,25,16.9979
835
+ 2011-07-05 21:00:00,3,0,1,1,31.98,37.12,62,16.9979
836
+ 2011-08-17 20:00:00,3,0,1,1,30.34,34.09,58,16.9979
837
+ 2011-10-06 15:00:00,4,0,1,1,23.78,27.275,46,8.9981
838
+ 2011-03-04 18:00:00,1,0,1,2,13.94,15.15,53,19.9995
839
+ 2012-02-01 11:00:00,1,0,1,1,16.4,20.455,58,11.0014
840
+ 2011-07-12 00:00:00,3,0,1,1,28.7,33.335,79,8.9981
841
+ 2011-06-10 14:00:00,2,0,1,1,35.26,38.635,39,0.0
842
+ 2011-07-11 18:00:00,3,0,1,1,35.26,41.665,53,26.0027
843
+ 2011-02-06 17:00:00,1,0,0,1,13.94,18.18,46,0.0
844
+ 2012-07-15 00:00:00,3,0,0,1,27.88,31.82,89,11.0014
845
+ 2011-10-06 16:00:00,4,0,1,1,23.78,27.275,49,12.998
846
+ 2012-01-11 06:00:00,1,0,1,1,8.2,10.605,86,8.9981
847
+ 2011-06-15 18:00:00,2,0,1,1,29.52,32.575,32,8.9981
848
+ 2011-12-14 06:00:00,4,0,1,2,10.66,15.15,87,0.0
849
+ 2012-08-02 20:00:00,3,0,1,1,31.98,37.88,66,0.0
850
+ 2012-02-05 09:00:00,1,0,0,2,9.84,11.365,70,15.0013
851
+ 2012-10-15 06:00:00,4,0,1,2,22.96,26.515,73,19.9995
852
+ 2011-06-16 01:00:00,2,0,1,1,23.78,27.275,60,0.0
853
+ 2012-10-13 05:00:00,4,0,0,1,12.3,14.395,61,12.998
854
+ 2011-05-01 07:00:00,2,0,0,2,17.22,21.21,77,6.0032
855
+ 2011-12-03 12:00:00,4,0,0,1,14.76,18.94,50,0.0
856
+ 2011-08-06 15:00:00,3,0,0,2,34.44,40.15,53,16.9979
857
+ 2011-09-19 15:00:00,3,0,1,2,24.6,30.305,60,15.0013
858
+ 2011-10-02 10:00:00,4,0,0,2,14.76,16.665,71,19.0012
859
+ 2011-06-13 01:00:00,2,0,1,1,26.24,30.305,73,15.0013
860
+ 2012-09-06 04:00:00,3,0,1,2,28.7,33.335,84,6.0032
861
+ 2012-11-01 10:00:00,4,0,1,3,14.76,17.425,62,12.998
862
+ 2012-02-19 19:00:00,1,0,0,2,12.3,14.395,52,16.9979
863
+ 2011-07-14 10:00:00,3,0,1,1,28.7,31.82,42,16.9979
864
+ 2012-12-05 19:00:00,4,0,1,1,15.58,19.695,43,23.9994
865
+ 2011-07-01 01:00:00,3,0,1,1,27.06,31.06,50,0.0
866
+ 2011-04-18 02:00:00,2,0,1,1,17.22,21.21,67,7.0015
867
+ 2012-10-19 11:00:00,4,0,1,1,24.6,28.03,83,12.998
868
+ 2012-08-03 17:00:00,3,0,1,2,34.44,40.15,53,19.0012
869
+ 2011-01-14 21:00:00,1,0,1,1,6.56,11.365,69,0.0
870
+ 2011-04-09 08:00:00,2,0,0,2,13.12,15.15,93,11.0014
871
+ 2011-01-19 19:00:00,1,0,1,1,13.12,14.395,57,27.9993
872
+ 2012-06-10 08:00:00,2,0,0,1,26.24,30.305,73,6.0032
873
+ 2011-01-19 20:00:00,1,0,1,1,13.12,15.15,49,19.9995
874
+ 2012-10-08 11:00:00,4,1,0,2,16.4,20.455,62,6.0032
875
+ 2012-04-19 05:00:00,2,0,1,1,16.4,20.455,82,0.0
876
+ 2011-09-08 03:00:00,3,0,1,3,25.42,27.275,94,0.0
877
+ 2012-04-13 03:00:00,2,0,1,1,13.94,16.665,61,11.0014
878
+ 2011-12-10 01:00:00,4,0,0,2,10.66,12.88,70,11.0014
879
+ 2012-02-15 06:00:00,1,0,1,1,12.3,15.15,61,8.9981
880
+ 2012-11-01 18:00:00,4,0,1,2,16.4,20.455,50,11.0014
881
+ 2011-06-18 06:00:00,2,0,0,1,25.42,28.79,83,7.0015
882
+ 2012-04-12 03:00:00,2,0,1,1,13.12,15.15,61,16.9979
883
+ 2011-01-04 12:00:00,1,0,1,1,9.02,11.365,51,11.0014
884
+ 2012-12-18 08:00:00,4,0,1,1,15.58,19.695,94,0.0
885
+ 2012-12-16 18:00:00,4,0,0,3,15.58,19.695,82,7.0015
886
+ 2011-10-07 11:00:00,4,0,1,1,22.96,26.515,63,0.0
887
+ 2011-04-05 14:00:00,2,0,1,2,14.76,15.91,57,32.9975
888
+ 2011-01-15 11:00:00,1,0,0,1,8.2,9.85,55,15.0013
889
+ 2012-07-08 18:00:00,3,0,0,1,31.98,37.12,62,7.0015
890
+ 2012-04-05 07:00:00,2,0,1,1,13.94,16.665,49,12.998
891
+ 2011-02-09 05:00:00,1,0,1,1,2.46,5.305,45,7.0015
892
+ 2011-03-03 02:00:00,1,0,1,1,8.2,8.335,27,31.0009
893
+ 2012-02-03 01:00:00,1,0,1,1,12.3,13.635,56,22.0028
894
+ 2011-09-10 11:00:00,3,0,0,1,29.52,34.09,62,16.9979
895
+ 2012-02-12 07:00:00,1,0,0,1,3.28,4.545,53,12.998
896
+ 2011-07-01 02:00:00,3,0,1,1,25.42,30.305,69,0.0
897
+ 2012-01-15 13:00:00,1,0,0,1,8.2,9.09,34,19.0012
898
+ 2012-10-13 07:00:00,4,0,0,1,12.3,15.15,61,11.0014
899
+ 2012-12-07 22:00:00,4,0,1,2,14.76,18.18,93,6.0032
900
+ 2012-05-08 15:00:00,2,0,1,3,25.42,29.545,73,16.9979
901
+ 2012-08-06 05:00:00,3,0,1,1,28.7,33.335,79,12.998
902
+ 2011-12-13 23:00:00,4,0,1,1,10.66,15.15,70,0.0
903
+ 2011-01-15 06:00:00,1,0,0,1,5.74,8.335,63,7.0015
904
+ 2011-08-16 03:00:00,3,0,1,1,25.42,29.545,73,15.0013
905
+ 2012-01-03 05:00:00,1,0,1,1,5.74,6.82,54,12.998
906
+ 2011-03-12 13:00:00,1,0,0,1,14.76,16.665,51,23.9994
907
+ 2011-03-16 22:00:00,1,0,1,2,16.4,20.455,62,26.0027
908
+ 2011-07-18 09:00:00,3,0,1,1,30.34,34.85,67,15.0013
909
+ 2011-01-13 14:00:00,1,0,1,1,9.02,9.85,41,26.0027
910
+ 2011-07-15 06:00:00,3,0,1,2,24.6,29.545,73,7.0015
911
+ 2012-02-19 13:00:00,1,0,0,1,12.3,15.15,49,11.0014
912
+ 2012-01-19 05:00:00,1,0,1,1,4.92,6.06,55,16.9979
913
+ 2011-10-18 12:00:00,4,0,1,2,25.42,31.06,43,6.0032
914
+ 2012-05-03 11:00:00,2,0,1,1,22.14,25.76,77,0.0
915
+ 2011-08-16 23:00:00,3,0,1,1,27.06,31.06,65,8.9981
916
+ 2012-06-01 16:00:00,2,0,1,3,30.34,34.09,58,30.0026
917
+ 2012-08-04 07:00:00,3,0,0,1,29.52,34.85,77,11.0014
918
+ 2011-03-04 03:00:00,1,0,1,2,7.38,8.335,74,16.9979
919
+ 2011-02-02 03:00:00,1,0,1,3,9.02,11.365,93,8.9981
920
+ 2012-09-04 21:00:00,3,0,1,1,30.34,35.605,74,16.9979
921
+ 2012-03-16 02:00:00,1,0,1,2,17.22,21.21,82,12.998
922
+ 2011-06-16 21:00:00,2,0,1,3,25.42,28.79,83,16.9979
923
+ 2012-10-13 03:00:00,4,0,0,1,13.12,15.15,66,15.0013
924
+ 2012-01-05 00:00:00,1,0,1,2,9.02,11.365,47,12.998
925
+ 2012-03-07 12:00:00,1,0,1,1,18.04,21.97,38,26.0027
926
+ 2012-06-13 14:00:00,2,0,1,2,29.52,32.575,37,27.9993
927
+ 2011-01-02 08:00:00,1,0,0,3,16.4,20.455,71,15.0013
928
+ 2012-04-02 12:00:00,2,0,1,1,18.04,21.97,44,30.0026
929
+ 2011-08-17 14:00:00,3,0,1,1,33.62,36.365,36,11.0014
930
+ 2012-04-19 20:00:00,2,0,1,1,22.96,26.515,49,15.0013
931
+ 2011-01-10 09:00:00,1,0,1,2,5.74,6.06,50,16.9979
932
+ 2012-03-18 16:00:00,1,0,0,1,22.14,25.76,73,6.0032
933
+ 2011-03-14 00:00:00,1,0,1,1,10.66,13.635,65,7.0015
934
+ 2012-10-12 19:00:00,4,0,1,1,17.22,21.21,41,15.0013
935
+ 2012-04-03 17:00:00,2,0,1,1,25.42,30.305,17,12.998
936
+ 2012-03-07 06:00:00,1,0,1,1,11.48,12.88,61,26.0027
937
+ 2012-10-16 10:00:00,4,0,1,1,20.5,24.24,48,19.0012
938
+ 2011-12-10 14:00:00,4,0,0,1,13.94,15.15,31,22.0028
939
+ 2012-01-15 02:00:00,1,0,0,2,6.56,6.82,47,19.0012
940
+ 2012-06-15 00:00:00,2,0,1,1,24.6,29.545,73,11.0014
941
+ 2012-05-02 04:00:00,2,0,1,1,22.14,25.76,88,0.0
942
+ 2012-06-11 02:00:00,2,0,1,1,27.06,31.06,74,7.0015
943
+ 2011-07-14 09:00:00,3,0,1,1,27.88,31.82,47,19.0012
944
+ 2012-05-01 23:00:00,2,0,1,1,24.6,28.79,78,0.0
945
+ 2011-07-06 03:00:00,3,0,1,1,28.7,33.335,79,0.0
946
+ 2012-04-06 19:00:00,2,0,1,1,19.68,23.485,23,19.9995
947
+ 2011-03-16 17:00:00,1,0,1,2,18.04,21.97,54,19.9995
948
+ 2012-06-14 15:00:00,2,0,1,1,30.34,33.335,48,19.9995
949
+ 2012-07-09 21:00:00,3,0,1,2,30.34,34.09,55,6.0032
950
+ 2012-02-09 07:00:00,1,0,1,1,8.2,9.85,69,16.9979
951
+ 2012-06-17 19:00:00,2,0,0,1,26.24,31.06,53,11.0014
952
+ 2012-04-04 08:00:00,2,0,1,2,18.04,21.97,72,7.0015
953
+ 2011-07-12 02:00:00,3,0,1,1,28.7,33.335,79,7.0015
954
+ 2012-06-10 03:00:00,2,0,0,1,26.24,30.305,73,7.0015
955
+ 2011-01-17 01:00:00,1,1,0,2,8.2,9.85,44,12.998
956
+ 2012-04-17 09:00:00,2,0,1,1,24.6,31.06,38,32.9975
957
+ 2012-08-04 09:00:00,3,0,0,1,31.98,37.88,65,15.0013
958
+ 2012-09-12 17:00:00,3,0,1,1,28.7,31.82,41,19.9995
959
+ 2012-07-11 05:00:00,3,0,1,1,26.24,28.79,89,0.0
960
+ 2011-10-11 07:00:00,4,0,1,2,21.32,25.0,88,6.0032
961
+ 2012-06-03 21:00:00,2,0,0,1,25.42,31.06,43,11.0014
962
+ 2012-12-05 13:00:00,4,0,1,1,18.86,22.725,41,19.0012
963
+ 2012-08-05 17:00:00,3,0,0,1,33.62,37.88,46,16.9979
964
+ 2011-06-06 23:00:00,2,0,1,1,26.24,30.305,69,6.0032
965
+ 2011-03-11 00:00:00,1,0,1,2,13.94,17.425,100,6.0032
966
+ 2011-01-08 08:00:00,1,0,0,3,6.56,9.09,93,7.0015
967
+ 2012-11-17 20:00:00,4,0,0,2,13.94,17.425,66,6.0032
968
+ 2012-03-02 06:00:00,1,0,1,1,12.3,16.665,70,0.0
969
+ 2012-12-17 11:00:00,4,0,1,2,16.4,20.455,87,6.0032
970
+ 2012-08-11 08:00:00,3,0,0,1,27.06,30.305,83,7.0015
971
+ 2012-03-09 04:00:00,1,0,1,3,16.4,20.455,66,19.0012
972
+ 2011-04-02 03:00:00,2,0,0,1,9.84,12.12,70,11.0014
973
+ 2012-07-04 01:00:00,3,1,0,1,27.88,31.82,74,0.0
974
+ 2011-06-10 08:00:00,2,0,1,1,30.34,34.09,58,8.9981
975
+ 2011-06-17 11:00:00,2,0,1,1,27.88,31.82,69,16.9979
976
+ 2011-06-15 12:00:00,2,0,1,1,28.7,31.82,34,15.0013
977
+ 2012-07-06 19:00:00,3,0,1,1,36.08,39.395,35,15.0013
978
+ 2012-09-01 02:00:00,3,0,0,1,28.7,32.575,70,11.0014
979
+ 2012-01-12 19:00:00,1,0,1,2,17.22,21.21,71,11.0014
980
+ 2012-03-15 14:00:00,1,0,1,2,29.52,32.575,30,7.0015
981
+ 2012-07-15 07:00:00,3,0,0,1,28.7,33.335,79,6.0032
982
+ 2012-01-01 00:00:00,1,0,0,1,14.76,18.94,66,0.0
983
+ 2012-04-14 12:00:00,2,0,0,1,23.78,27.275,35,16.9979
984
+ 2012-07-18 04:00:00,3,0,1,1,29.52,34.09,70,8.9981
985
+ 2012-03-08 05:00:00,1,0,1,1,17.22,21.21,77,15.0013
986
+ 2012-10-11 22:00:00,4,0,1,1,16.4,20.455,66,11.0014
987
+ 2012-05-12 09:00:00,2,0,0,1,22.14,25.76,49,0.0
988
+ 2012-10-14 21:00:00,4,0,0,1,22.96,26.515,73,30.0026
989
+ 2012-01-15 19:00:00,1,0,0,1,6.56,8.335,37,11.0014
990
+ 2012-12-09 11:00:00,4,0,0,2,16.4,20.455,87,19.9995
991
+ 2011-01-14 15:00:00,1,0,1,1,9.84,12.12,38,11.0014
992
+ 2011-04-15 11:00:00,2,1,0,1,21.32,25.0,55,12.998
993
+ 2011-08-06 08:00:00,3,0,0,1,27.88,31.82,83,11.0014
994
+ 2011-10-12 10:00:00,4,0,1,2,22.14,25.76,88,26.0027
995
+ 2011-04-05 15:00:00,2,0,1,1,16.4,20.455,46,31.0009
996
+ 2012-11-02 15:00:00,4,0,1,2,16.4,20.455,40,27.9993
997
+ 2012-12-16 11:00:00,4,0,0,2,14.76,17.425,87,8.9981
998
+ 2011-09-04 03:00:00,3,0,0,1,26.24,28.79,89,12.998
999
+ 2011-04-13 07:00:00,2,0,1,3,14.76,17.425,100,15.0013
1000
+ 2012-04-13 09:00:00,2,0,1,1,17.22,21.21,41,11.0014
1001
+ 2011-12-03 06:00:00,4,0,0,1,9.84,12.88,65,7.0015
1002
+ 2011-10-16 23:00:00,4,0,0,1,22.96,26.515,52,27.9993
1003
+ 2011-08-16 02:00:00,3,0,1,1,25.42,29.545,73,15.0013
1004
+ 2012-07-01 19:00:00,3,0,0,1,34.44,37.12,39,8.9981
1005
+ 2011-06-17 01:00:00,2,0,1,1,22.96,26.515,94,8.9981
1006
+ 2012-07-03 19:00:00,3,0,1,2,34.44,37.12,36,8.9981
1007
+ 2011-06-06 06:00:00,2,0,1,1,23.78,27.275,88,0.0
1008
+ 2011-12-11 00:00:00,4,0,0,1,8.2,9.85,51,15.0013
1009
+ 2011-03-06 14:00:00,1,0,0,3,18.04,21.97,100,15.0013
1010
+ 2011-07-10 21:00:00,3,0,0,1,30.34,34.09,62,16.9979
1011
+ 2011-01-03 00:00:00,1,0,1,1,9.02,9.85,44,23.9994
1012
+ 2011-10-10 20:00:00,4,1,0,1,24.6,29.545,73,0.0
1013
+ 2011-12-02 09:00:00,4,0,1,1,11.48,15.91,81,0.0
1014
+ 2012-11-05 12:00:00,4,0,1,1,14.76,16.665,43,22.0028
1015
+ 2012-10-02 04:00:00,4,0,1,2,22.96,26.515,83,6.0032
1016
+ 2011-11-06 01:00:00,4,0,0,1,10.66,15.15,81,0.0
1017
+ 2011-10-13 09:00:00,4,0,1,3,22.96,26.515,100,7.0015
1018
+ 2012-10-11 19:00:00,4,0,1,1,18.04,21.97,51,8.9981
1019
+ 2012-03-06 02:00:00,1,0,1,1,8.2,9.85,44,15.0013
1020
+ 2012-02-16 03:00:00,1,0,1,2,12.3,16.665,61,0.0
1021
+ 2011-07-15 05:00:00,3,0,1,1,24.6,29.545,73,8.9981
1022
+ 2012-01-09 02:00:00,1,0,1,1,9.84,12.12,56,8.9981
1023
+ 2012-03-09 01:00:00,1,0,1,3,22.96,26.515,52,32.9975
1024
+ 2012-07-16 15:00:00,3,0,1,1,35.26,40.15,47,16.9979
1025
+ 2011-10-06 09:00:00,4,0,1,1,18.86,22.725,63,12.998
1026
+ 2012-05-17 16:00:00,2,0,1,1,27.06,31.06,31,12.998
1027
+ 2012-08-11 04:00:00,3,0,0,1,25.42,28.79,83,7.0015
1028
+ 2011-03-11 06:00:00,1,0,1,1,10.66,12.12,81,19.0012
1029
+ 2011-03-15 08:00:00,1,0,1,1,10.66,14.395,70,6.0032
1030
+ 2011-12-17 11:00:00,4,0,0,2,11.48,12.88,45,22.0028
1031
+ 2012-10-03 22:00:00,4,0,1,1,27.06,31.06,74,0.0
1032
+ 2012-02-04 01:00:00,1,0,0,1,10.66,13.635,70,7.0015
1033
+ 2011-02-13 01:00:00,1,0,0,1,8.2,11.365,59,6.0032
1034
+ 2012-08-10 11:00:00,3,0,1,3,27.88,31.82,79,8.9981
1035
+ 2011-03-03 12:00:00,1,0,1,1,9.02,11.365,25,8.9981
1036
+ 2012-08-18 12:00:00,3,0,0,1,31.16,33.335,37,12.998
1037
+ 2011-08-11 17:00:00,3,0,1,1,32.8,34.85,29,16.9979
1038
+ 2012-09-12 16:00:00,3,0,1,1,29.52,32.575,37,11.0014
1039
+ 2011-10-14 00:00:00,4,0,1,1,23.78,27.275,94,6.0032
1040
+ 2012-08-07 10:00:00,3,0,1,2,30.34,34.85,70,8.9981
1041
+ 2012-03-05 22:00:00,1,0,1,1,9.84,10.605,35,22.0028
1042
+ 2012-06-19 11:00:00,2,0,1,1,27.06,31.06,69,8.9981
1043
+ 2012-02-06 16:00:00,1,0,1,1,16.4,20.455,43,16.9979
1044
+ 2011-03-01 04:00:00,1,0,1,1,9.02,10.605,69,16.9979
1045
+ 2012-04-07 14:00:00,2,0,0,1,20.5,24.24,22,19.9995
1046
+ 2011-06-10 09:00:00,2,0,1,1,31.16,34.85,55,0.0
1047
+ 2011-12-13 19:00:00,4,0,1,1,13.12,15.91,49,11.0014
1048
+ 2012-04-16 07:00:00,2,1,0,1,21.32,25.0,83,8.9981
1049
+ 2011-04-06 15:00:00,2,0,1,1,21.32,25.0,32,22.0028
1050
+ 2011-05-07 01:00:00,2,0,0,1,17.22,21.21,82,7.0015
1051
+ 2012-02-12 09:00:00,1,0,0,1,4.1,4.545,49,19.9995
1052
+ 2012-02-10 04:00:00,1,0,1,1,10.66,14.395,56,6.0032
1053
+ 2012-02-15 14:00:00,1,0,1,1,17.22,21.21,41,23.9994
1054
+ 2012-09-08 21:00:00,3,0,0,2,24.6,28.03,83,11.0014
1055
+ 2011-07-16 21:00:00,3,0,0,1,28.7,32.575,58,15.0013
1056
+ 2012-04-03 22:00:00,2,0,1,1,20.5,24.24,51,0.0
1057
+ 2011-02-05 08:00:00,1,0,0,3,8.2,11.365,100,6.0032
1058
+ 2011-10-10 06:00:00,4,1,0,1,18.04,21.97,94,0.0
1059
+ 2011-10-18 03:00:00,4,0,1,1,18.04,21.97,94,6.0032
1060
+ 2012-09-04 13:00:00,3,0,1,1,32.8,37.88,55,30.0026
1061
+ 2012-08-06 00:00:00,3,0,1,2,29.52,34.85,79,0.0
1062
+ 2011-11-19 21:00:00,4,0,0,2,14.76,17.425,62,12.998
1063
+ 2012-11-17 04:00:00,4,0,0,1,9.84,11.365,70,12.998
1064
+ 2012-02-14 03:00:00,1,0,1,2,10.66,15.15,52,0.0
1065
+ 2011-06-19 10:00:00,2,0,0,2,28.7,32.575,61,7.0015
1066
+ 2012-04-02 17:00:00,2,0,1,1,20.5,24.24,29,19.0012
1067
+ 2011-03-04 09:00:00,1,0,1,1,9.02,11.365,60,8.9981
1068
+ 2012-04-13 04:00:00,2,0,1,2,13.94,16.665,53,8.9981
1069
+ 2012-11-16 09:00:00,4,0,1,1,13.94,17.425,53,7.0015
1070
+ 2011-02-13 22:00:00,1,0,0,1,16.4,20.455,35,19.9995
1071
+ 2011-12-17 19:00:00,4,0,0,3,9.84,10.605,65,22.0028
1072
+ 2012-07-05 00:00:00,3,0,1,1,30.34,33.335,51,7.0015
1073
+ 2011-10-02 04:00:00,4,0,0,2,13.94,15.91,87,16.9979
1074
+ 2012-12-06 16:00:00,4,0,1,1,13.12,17.425,42,0.0
1075
+ 2012-06-12 07:00:00,2,0,1,3,25.42,28.03,88,16.9979
1076
+ 2011-11-01 08:00:00,4,0,1,1,14.76,16.665,71,16.9979
1077
+ 2011-04-10 23:00:00,2,0,0,1,18.86,22.725,88,23.9994
1078
+ 2012-09-14 07:00:00,3,0,1,2,22.96,26.515,88,0.0
1079
+ 2012-04-17 20:00:00,2,0,1,1,24.6,30.305,23,19.0012
1080
+ 2011-07-12 06:00:00,3,0,1,1,30.34,34.09,58,15.0013
1081
+ 2011-07-13 17:00:00,3,0,1,1,28.7,33.335,79,0.0
1082
+ 2011-02-05 18:00:00,1,0,0,2,11.48,12.12,93,30.0026
1083
+ 2011-10-17 11:00:00,4,0,1,1,22.96,26.515,43,0.0
1084
+ 2012-06-15 03:00:00,2,0,1,1,22.96,26.515,83,11.0014
1085
+ 2011-08-07 22:00:00,3,0,0,1,28.7,33.335,89,12.998
1086
+ 2012-04-05 06:00:00,2,0,1,1,14.76,16.665,46,22.0028
1087
+ 2011-10-11 22:00:00,4,0,1,2,22.96,26.515,83,12.998
1088
+ 2011-04-03 02:00:00,2,0,0,1,10.66,13.635,70,8.9981
1089
+ 2011-12-19 02:00:00,4,0,1,1,7.38,10.605,80,6.0032
1090
+ 2011-06-04 06:00:00,2,0,0,1,22.14,25.76,60,0.0
1091
+ 2012-08-10 16:00:00,3,0,1,1,31.98,36.365,55,19.9995
1092
+ 2012-01-08 05:00:00,1,0,0,2,13.12,16.665,49,7.0015
1093
+ 2012-01-09 07:00:00,1,0,1,2,9.02,12.12,60,7.0015
1094
+ 2012-10-14 06:00:00,4,0,0,1,16.4,20.455,82,11.0014
1095
+ 2011-10-17 14:00:00,4,0,1,1,23.78,27.275,49,12.998
1096
+ 2012-09-12 18:00:00,3,0,1,1,27.06,31.06,44,16.9979
1097
+ 2011-06-01 02:00:00,2,0,1,1,28.7,33.335,79,11.0014
1098
+ 2011-08-18 16:00:00,3,0,1,1,32.8,36.365,46,23.9994
1099
+ 2012-09-09 01:00:00,3,0,0,1,22.96,26.515,73,15.0013
1100
+ 2012-02-01 21:00:00,1,0,1,1,21.32,25.0,52,11.0014
1101
+ 2012-03-01 19:00:00,1,0,1,1,19.68,23.485,41,22.0028
1102
+ 2011-11-09 20:00:00,4,0,1,1,18.04,21.97,77,0.0
1103
+ 2012-11-01 19:00:00,4,0,1,2,16.4,20.455,50,11.0014
1104
+ 2011-01-13 18:00:00,1,0,1,1,8.2,9.09,40,22.0028
1105
+ 2012-04-07 01:00:00,2,0,0,1,16.4,20.455,28,16.9979
1106
+ 2011-04-19 21:00:00,2,0,1,2,20.5,24.24,72,8.9981
1107
+ 2011-01-13 09:00:00,1,0,1,1,5.74,6.06,50,22.0028
1108
+ 2011-01-10 01:00:00,1,0,1,1,4.92,6.06,50,19.0012
1109
+ 2012-02-17 05:00:00,1,0,1,2,11.48,13.635,93,11.0014
1110
+ 2012-07-07 21:00:00,3,0,0,1,36.08,39.395,37,12.998
1111
+ 2011-05-02 01:00:00,2,0,1,1,18.86,22.725,72,8.9981
1112
+ 2012-08-12 05:00:00,3,0,0,1,26.24,31.06,61,12.998
1113
+ 2012-02-13 16:00:00,1,0,1,1,14.76,17.425,23,12.998
1114
+ 2011-02-06 01:00:00,1,0,0,1,10.66,11.365,65,27.9993
1115
+ 2011-05-18 13:00:00,2,0,1,2,22.96,26.515,83,22.0028
1116
+ 2011-02-11 12:00:00,1,0,1,1,9.02,11.365,47,8.9981
1117
+ 2011-09-07 16:00:00,3,0,1,1,26.24,28.79,89,0.0
1118
+ 2011-09-02 20:00:00,3,0,1,1,26.24,30.305,73,0.0
1119
+ 2011-09-12 09:00:00,3,0,1,1,26.24,30.305,69,0.0
1120
+ 2011-06-13 00:00:00,2,0,1,1,26.24,29.545,78,8.9981
1121
+ 2012-01-18 06:00:00,1,0,1,1,13.94,14.395,36,35.0008
1122
+ 2012-07-13 13:00:00,3,0,1,2,32.8,35.605,38,8.9981
1123
+ 2011-09-13 11:00:00,3,0,1,1,28.7,32.575,61,11.0014
1124
+ 2012-10-15 12:00:00,4,0,1,3,24.6,28.79,78,22.0028
1125
+ 2012-05-15 19:00:00,2,0,1,1,27.06,31.06,69,11.0014
1126
+ 2011-06-15 04:00:00,2,0,1,1,20.5,24.24,63,19.0012
1127
+ 2011-08-08 11:00:00,3,0,1,1,33.62,37.12,48,23.9994
1128
+ 2012-09-09 11:00:00,3,0,0,1,27.06,31.06,47,16.9979
1129
+ 2012-11-14 10:00:00,4,0,1,1,13.12,14.395,45,23.9994
1130
+ 2011-10-15 04:00:00,4,0,0,1,17.22,21.21,67,8.9981
1131
+ 2011-08-14 06:00:00,3,0,0,2,26.24,28.03,94,7.0015
1132
+ 2012-06-06 22:00:00,2,0,1,1,21.32,25.0,77,6.0032
1133
+ 2012-12-16 12:00:00,4,0,0,2,15.58,19.695,82,12.998
1134
+ 2012-08-12 04:00:00,3,0,0,1,26.24,30.305,69,6.0032
1135
+ 2012-12-18 06:00:00,4,0,1,1,14.76,17.425,93,11.0014
1136
+ 2011-10-13 16:00:00,4,0,1,1,27.06,31.06,74,15.0013
1137
+ 2011-04-16 10:00:00,2,0,0,3,17.22,21.21,94,26.0027
1138
+ 2011-08-09 17:00:00,3,0,1,1,32.8,37.88,55,11.0014
1139
+ 2011-09-15 13:00:00,3,0,1,2,26.24,30.305,65,19.0012
1140
+ 2012-12-15 07:00:00,4,0,0,2,9.84,12.88,75,6.0032
1141
+ 2012-12-04 21:00:00,4,0,1,2,20.5,24.24,63,16.9979
1142
+ 2012-08-06 22:00:00,3,0,1,1,30.34,34.85,70,6.0032
1143
+ 2012-05-15 09:00:00,2,0,1,2,23.78,27.275,88,6.0032
1144
+ 2011-10-12 14:00:00,4,0,1,3,22.14,25.76,94,19.0012
1145
+ 2012-06-15 16:00:00,2,0,1,1,29.52,32.575,37,12.998
1146
+ 2012-12-18 04:00:00,4,0,1,1,17.22,21.21,82,11.0014
1147
+ 2011-03-17 02:00:00,1,0,1,1,13.94,15.15,71,19.9995
1148
+ 2012-11-14 05:00:00,4,0,1,1,9.02,11.365,69,12.998
1149
+ 2012-04-01 23:00:00,2,0,0,3,18.86,22.725,72,0.0
1150
+ 2012-01-04 09:00:00,1,0,1,1,1.64,3.03,45,8.9981
1151
+ 2011-06-01 18:00:00,2,0,1,3,33.62,39.395,56,26.0027
1152
+ 2012-12-03 00:00:00,4,0,1,2,17.22,21.21,82,11.0014
1153
+ 2012-12-19 14:00:00,4,0,1,1,17.22,21.21,50,12.998
1154
+ 2012-10-07 03:00:00,4,0,0,2,18.04,21.97,62,8.9981
1155
+ 2011-02-02 13:00:00,1,0,1,1,13.94,16.665,93,11.0014
1156
+ 2011-05-08 11:00:00,2,0,0,1,23.78,27.275,49,6.0032
1157
+ 2012-02-02 10:00:00,1,0,1,3,17.22,21.21,77,7.0015
1158
+ 2011-12-07 04:00:00,4,0,1,3,18.86,22.725,100,11.0014
1159
+ 2012-11-03 13:00:00,4,0,0,2,14.76,16.665,46,23.9994
1160
+ 2012-08-03 18:00:00,3,0,1,2,33.62,40.15,59,16.9979
1161
+ 2011-11-19 13:00:00,4,0,0,1,17.22,21.21,30,19.0012
1162
+ 2011-01-05 15:00:00,1,0,1,1,12.3,14.395,28,12.998
1163
+ 2012-03-08 20:00:00,1,0,1,2,24.6,31.06,43,26.0027
1164
+ 2012-01-12 04:00:00,1,0,1,3,14.76,17.425,93,12.998
1165
+ 2011-02-07 18:00:00,1,0,1,2,13.94,16.665,66,8.9981
1166
+ 2011-12-03 09:00:00,4,0,0,1,10.66,13.635,70,7.0015
1167
+ 2012-05-10 09:00:00,2,0,1,1,20.5,24.24,59,31.0009
1168
+ 2011-12-05 04:00:00,4,0,1,1,12.3,15.91,87,7.0015
1169
+ 2011-09-11 15:00:00,3,0,0,1,30.34,33.335,51,19.9995
1170
+ 2011-04-11 04:00:00,2,0,1,1,18.86,22.725,94,12.998
1171
+ 2011-08-05 23:00:00,3,0,1,1,27.88,31.82,69,15.0013
1172
+ 2012-01-05 20:00:00,1,0,1,1,12.3,16.665,49,0.0
1173
+ 2012-08-07 00:00:00,3,0,1,1,28.7,33.335,84,12.998
1174
+ 2012-02-01 07:00:00,1,0,1,3,15.58,19.695,62,6.0032
1175
+ 2012-12-06 04:00:00,4,0,1,1,9.02,10.605,55,19.9995
1176
+ 2012-01-15 06:00:00,1,0,0,2,5.74,6.06,50,19.0012
1177
+ 2012-03-05 10:00:00,1,0,1,2,9.84,12.88,60,0.0
1178
+ 2011-10-02 12:00:00,4,0,0,2,16.4,20.455,62,12.998
1179
+ 2012-12-18 10:00:00,4,0,1,1,18.04,21.97,77,6.0032
1180
+ 2012-10-14 23:00:00,4,0,0,2,22.96,26.515,68,19.0012
1181
+ 2011-07-05 16:00:00,3,0,1,1,33.62,37.88,46,7.0015
1182
+ 2011-08-11 07:00:00,3,0,1,1,27.06,31.06,54,8.9981
1183
+ 2011-09-05 08:00:00,3,1,0,2,27.06,30.305,78,12.998
1184
+ 2012-10-02 11:00:00,4,0,1,3,23.78,27.275,94,8.9981
1185
+ 2012-08-01 23:00:00,3,0,1,1,28.7,33.335,74,0.0
1186
+ 2011-10-09 18:00:00,4,0,0,1,26.24,31.06,50,7.0015
1187
+ 2011-09-13 08:00:00,3,0,1,1,24.6,28.03,81,7.0015
1188
+ 2012-01-07 17:00:00,1,0,0,2,22.14,25.76,43,8.9981
1189
+ 2011-12-03 20:00:00,4,0,0,1,12.3,15.91,61,6.0032
1190
+ 2012-05-03 21:00:00,2,0,1,1,25.42,29.545,78,8.9981
1191
+ 2012-07-15 12:00:00,3,0,0,1,34.44,38.635,47,7.0015
1192
+ 2011-01-02 06:00:00,1,0,0,3,17.22,21.21,77,19.9995
1193
+ 2012-12-08 00:00:00,4,0,0,2,14.76,18.18,93,6.0032
1194
+ 2011-07-16 00:00:00,3,0,0,1,25.42,30.305,65,12.998
1195
+ 2011-05-05 22:00:00,2,0,1,1,19.68,23.485,39,12.998
1196
+ 2011-02-02 11:00:00,1,0,1,2,9.84,11.365,93,12.998
1197
+ 2012-08-14 21:00:00,3,0,1,1,30.34,34.09,62,15.0013
1198
+ 2011-12-18 05:00:00,4,0,0,1,8.2,11.365,59,7.0015
1199
+ 2011-02-06 20:00:00,1,0,0,1,11.48,14.395,61,7.0015
1200
+ 2011-07-03 13:00:00,3,0,0,1,32.8,38.635,59,15.0013
1201
+ 2012-08-15 04:00:00,3,0,1,1,26.24,28.79,83,7.0015
1202
+ 2011-06-01 15:00:00,2,0,1,1,36.9,41.665,39,19.9995
1203
+ 2011-01-10 08:00:00,1,0,1,2,4.92,6.06,50,19.0012
1204
+ 2011-10-07 17:00:00,4,0,1,1,24.6,31.06,56,16.9979
1205
+ 2011-09-11 06:00:00,3,0,0,1,23.78,27.275,88,7.0015
1206
+ 2012-10-18 01:00:00,4,0,1,1,18.86,22.725,82,15.0013
1207
+ 2011-01-05 17:00:00,1,0,1,1,9.84,11.365,38,12.998
1208
+ 2012-04-19 08:00:00,2,0,1,2,17.22,21.21,82,7.0015
1209
+ 2011-12-04 08:00:00,4,0,0,1,10.66,15.15,87,0.0
1210
+ 2012-06-16 10:00:00,2,0,0,1,26.24,31.06,47,12.998
1211
+ 2012-10-14 09:00:00,4,0,0,2,19.68,23.485,67,19.0012
1212
+ 2011-04-18 01:00:00,2,0,1,1,18.86,22.725,47,8.9981
1213
+ 2012-05-07 16:00:00,2,0,1,2,24.6,31.06,53,26.0027
1214
+ 2012-03-07 18:00:00,1,0,1,1,22.96,26.515,40,31.0009
1215
+ 2012-11-18 04:00:00,4,0,0,2,12.3,14.395,81,12.998
1216
+ 2011-07-01 19:00:00,3,0,1,1,31.98,33.335,25,12.998
1217
+ 2011-05-02 05:00:00,2,0,1,2,18.04,21.97,77,8.9981
1218
+ 2011-03-09 23:00:00,1,0,1,3,13.94,16.665,93,12.998
1219
+ 2012-06-01 13:00:00,2,0,1,1,29.52,34.09,70,19.9995
1220
+ 2012-07-10 21:00:00,3,0,1,3,26.24,28.79,89,7.0015
1221
+ 2011-07-19 03:00:00,3,0,1,1,29.52,34.09,70,11.0014
1222
+ 2012-09-18 05:00:00,3,0,1,2,26.24,28.79,89,22.0028
1223
+ 2012-02-08 03:00:00,1,0,1,1,10.66,15.15,65,0.0
1224
+ 2011-05-09 01:00:00,2,0,1,1,18.04,21.97,88,0.0
1225
+ 2012-07-14 12:00:00,3,0,0,2,30.34,34.85,66,6.0032
1226
+ 2012-11-19 15:00:00,4,0,1,1,18.04,21.97,54,12.998
1227
+ 2012-07-05 04:00:00,3,0,1,1,29.52,33.335,58,0.0
1228
+ 2012-10-07 16:00:00,4,0,0,3,16.4,20.455,82,11.0014
1229
+ 2012-08-03 09:00:00,3,0,1,2,30.34,34.85,66,7.0015
1230
+ 2011-12-16 14:00:00,4,0,1,2,13.94,15.91,42,15.0013
1231
+ 2012-06-03 23:00:00,2,0,0,1,23.78,27.275,53,7.0015
1232
+ 2011-10-01 12:00:00,4,0,0,2,16.4,20.455,82,16.9979
1233
+ 2011-11-09 18:00:00,4,0,1,1,18.04,21.97,67,7.0015
1234
+ 2011-12-10 22:00:00,4,0,0,1,9.02,11.365,41,8.9981
1235
+ 2012-05-18 23:00:00,2,0,1,1,21.32,25.0,55,0.0
1236
+ 2012-05-11 20:00:00,2,0,1,1,25.42,30.305,25,8.9981
1237
+ 2011-09-15 20:00:00,3,0,1,1,18.86,22.725,63,22.0028
1238
+ 2011-07-04 09:00:00,3,1,0,2,29.52,34.09,66,6.0032
1239
+ 2011-02-07 04:00:00,1,0,1,1,8.2,12.88,86,0.0
1240
+ 2011-04-16 09:00:00,2,0,0,3,16.4,20.455,100,19.9995
1241
+ 2012-01-11 02:00:00,1,0,1,1,8.2,10.605,85,11.0014
1242
+ 2011-05-02 03:00:00,2,0,1,1,18.04,21.97,77,8.9981
1243
+ 2012-11-04 04:00:00,4,0,0,1,10.66,13.635,65,8.9981
1244
+ 2012-10-17 07:00:00,4,0,1,1,14.76,18.18,81,7.0015
1245
+ 2011-09-12 20:00:00,3,0,1,1,27.06,31.06,65,0.0
1246
+ 2012-11-06 12:00:00,4,0,1,1,13.12,16.665,45,8.9981
1247
+ 2012-04-01 07:00:00,2,0,0,2,14.76,17.425,71,8.9981
1248
+ 2012-08-17 18:00:00,3,0,1,2,33.62,12.12,38,16.9979
1249
+ 2011-01-01 10:00:00,1,0,0,1,15.58,19.695,76,16.9979
1250
+ 2012-03-13 08:00:00,1,0,1,1,18.86,22.725,82,19.0012
1251
+ 2011-05-14 19:00:00,2,0,0,3,22.14,25.76,94,8.9981
1252
+ 2011-03-15 12:00:00,1,0,1,2,14.76,17.425,50,15.0013
1253
+ 2011-11-15 16:00:00,4,0,1,2,21.32,25.0,68,8.9981
1254
+ 2011-07-07 13:00:00,3,0,1,1,35.26,39.395,41,0.0
1255
+ 2011-02-13 07:00:00,1,0,0,2,9.02,13.635,55,0.0
1256
+ 2012-01-18 02:00:00,1,0,1,2,18.04,21.97,51,32.9975
1257
+ 2012-05-04 13:00:00,2,0,1,2,26.24,30.305,73,0.0
1258
+ 2012-12-08 16:00:00,4,0,0,1,17.22,21.21,82,11.0014
1259
+ 2012-10-15 07:00:00,4,0,1,2,23.78,27.275,68,22.0028
1260
+ 2011-02-14 01:00:00,1,0,1,1,15.58,19.695,37,23.9994
1261
+ 2011-02-14 00:00:00,1,0,1,1,15.58,19.695,37,23.9994
1262
+ 2012-06-14 20:00:00,2,0,1,1,27.06,31.06,65,16.9979
1263
+ 2012-03-03 09:00:00,1,0,0,3,15.58,19.695,87,6.0032
1264
+ 2012-05-06 23:00:00,2,0,0,1,21.32,25.0,77,12.998
1265
+ 2011-01-05 00:00:00,1,0,1,1,8.2,12.88,64,0.0
1266
+ 2012-03-12 14:00:00,1,0,1,2,23.78,27.275,32,19.0012
1267
+ 2012-06-07 23:00:00,2,0,1,1,22.96,26.515,52,8.9981
1268
+ 2012-09-08 11:00:00,3,0,0,1,31.16,35.605,62,30.0026
1269
+ 2011-12-19 09:00:00,4,0,1,1,9.02,10.605,69,15.0013
1270
+ 2011-07-08 18:00:00,3,0,1,1,27.06,30.305,83,6.0032
1271
+ 2011-02-03 19:00:00,1,0,1,1,8.2,12.88,40,0.0
1272
+ 2012-12-17 09:00:00,4,0,1,2,16.4,20.455,87,0.0
1273
+ 2012-08-01 06:00:00,3,0,1,1,26.24,29.545,78,8.9981
1274
+ 2012-01-11 23:00:00,1,0,1,3,13.94,15.91,87,15.0013
1275
+ 2011-03-15 00:00:00,1,0,1,1,13.12,17.425,53,0.0
1276
+ 2012-08-04 04:00:00,3,0,0,1,29.52,34.85,79,12.998
1277
+ 2011-12-11 22:00:00,4,0,0,1,9.02,13.635,55,0.0
1278
+ 2011-08-05 05:00:00,3,0,1,1,26.24,29.545,78,6.0032
1279
+ 2012-08-13 03:00:00,3,0,1,1,26.24,30.305,69,0.0
1280
+ 2011-04-08 20:00:00,2,0,1,2,12.3,13.635,93,22.0028
1281
+ 2011-03-14 13:00:00,1,0,1,1,15.58,19.695,36,22.0028
1282
+ 2011-04-09 01:00:00,2,0,0,2,12.3,15.15,87,8.9981
1283
+ 2011-09-05 23:00:00,3,1,0,3,22.96,26.515,88,26.0027
1284
+ 2011-09-17 20:00:00,3,0,0,1,21.32,25.0,68,8.9981
1285
+ 2011-12-14 01:00:00,4,0,1,1,10.66,15.15,75,0.0
1286
+ 2012-01-19 01:00:00,1,0,1,1,5.74,7.575,50,11.0014
1287
+ 2011-01-13 11:00:00,1,0,1,2,8.2,8.335,44,30.0026
1288
+ 2012-05-07 22:00:00,2,0,1,2,22.14,25.76,45,16.9979
1289
+ 2012-08-10 02:00:00,3,0,1,1,28.7,33.335,74,11.0014
1290
+ 2011-09-02 17:00:00,3,0,1,2,27.88,31.82,65,11.0014
1291
+ 2012-11-05 07:00:00,4,0,1,2,12.3,14.395,49,16.9979
1292
+ 2012-07-02 17:00:00,3,0,1,1,34.44,36.365,32,8.9981
1293
+ 2012-11-06 10:00:00,4,0,1,1,12.3,14.395,49,12.998
1294
+ 2011-01-17 16:00:00,1,1,0,2,8.2,10.605,47,11.0014
1295
+ 2011-02-18 07:00:00,1,0,1,2,17.22,21.21,77,15.0013
1296
+ 2011-12-10 20:00:00,4,0,0,1,9.84,11.365,35,15.0013
1297
+ 2011-07-11 02:00:00,3,0,1,1,28.7,32.575,61,15.0013
1298
+ 2011-09-12 17:00:00,3,0,1,1,29.52,33.335,51,11.0014
1299
+ 2011-08-08 06:00:00,3,0,1,1,28.7,32.575,65,19.0012
1300
+ 2012-08-03 13:00:00,3,0,1,2,35.26,40.15,47,19.0012
1301
+ 2012-04-03 13:00:00,2,0,1,1,22.96,26.515,19,16.9979
1302
+ 2011-06-16 19:00:00,2,0,1,1,25.42,28.79,83,19.0012
1303
+ 2011-03-10 23:00:00,1,0,1,3,13.94,17.425,0,6.0032
1304
+ 2012-07-05 21:00:00,3,0,1,1,34.44,38.635,47,12.998
1305
+ 2012-09-13 21:00:00,3,0,1,1,25.42,30.305,65,7.0015
1306
+ 2012-11-12 02:00:00,4,1,0,1,16.4,20.455,76,8.9981
1307
+ 2011-05-08 06:00:00,2,0,0,2,18.04,21.97,82,0.0
1308
+ 2012-07-19 02:00:00,3,0,1,1,29.52,34.09,70,12.998
1309
+ 2012-09-05 09:00:00,3,0,1,1,30.34,34.85,70,16.9979
1310
+ 2011-05-06 07:00:00,2,0,1,1,16.4,20.455,82,0.0
1311
+ 2012-09-19 06:00:00,3,0,1,1,21.32,25.0,63,16.9979
1312
+ 2012-05-13 22:00:00,2,0,0,2,25.42,30.305,61,11.0014
1313
+ 2011-08-01 08:00:00,3,0,1,1,32.8,36.365,43,12.998
1314
+ 2012-09-10 20:00:00,3,0,1,1,24.6,31.06,40,12.998
1315
+ 2012-10-06 01:00:00,4,0,0,1,22.96,26.515,83,16.9979
1316
+ 2011-01-19 09:00:00,1,0,1,2,9.84,12.88,93,7.0015
1317
+ 2012-05-09 17:00:00,2,0,1,2,26.24,31.06,53,8.9981
1318
+ 2012-12-08 20:00:00,4,0,0,2,14.76,18.94,100,0.0
1319
+ 2011-10-01 20:00:00,4,0,0,3,14.76,18.18,87,7.0015
1320
+ 2012-08-10 01:00:00,3,0,1,1,28.7,32.575,65,7.0015
1321
+ 2011-04-17 07:00:00,2,0,0,1,14.76,16.665,50,23.9994
1322
+ 2011-05-15 08:00:00,2,0,0,2,22.14,25.76,94,8.9981
1323
+ 2011-05-13 09:00:00,2,0,1,2,20.5,24.24,88,12.998
1324
+ 2012-04-08 02:00:00,2,0,0,1,18.04,21.97,24,15.0013
1325
+ 2012-12-15 18:00:00,4,0,0,1,15.58,19.695,58,11.0014
1326
+ 2012-04-16 14:00:00,2,1,0,1,31.16,34.09,45,22.0028
1327
+ 2011-01-01 08:00:00,1,0,0,1,9.84,14.395,75,0.0
1328
+ 2011-02-02 14:00:00,1,0,1,1,15.58,19.695,82,26.0027
1329
+ 2012-04-08 07:00:00,2,0,0,1,15.58,19.695,27,11.0014
1330
+ 2012-04-16 19:00:00,2,1,0,1,31.16,33.335,35,26.0027
1331
+ 2012-09-12 14:00:00,3,0,1,1,28.7,31.82,37,11.0014
1332
+ 2012-10-08 15:00:00,4,1,0,3,17.22,21.21,58,12.998
1333
+ 2011-03-02 20:00:00,1,0,1,1,14.76,16.665,29,27.9993
1334
+ 2012-04-19 16:00:00,2,0,1,1,25.42,31.06,41,7.0015
1335
+ 2012-07-07 20:00:00,3,0,0,1,36.9,40.91,37,11.0014
1336
+ 2012-02-12 15:00:00,1,0,0,1,6.56,6.06,40,36.9974
1337
+ 2012-06-11 01:00:00,2,0,1,1,27.06,31.06,74,11.0014
1338
+ 2012-10-11 13:00:00,4,0,1,1,20.5,24.24,31,7.0015
1339
+ 2012-01-13 23:00:00,1,0,1,1,7.38,9.09,47,12.998
1340
+ 2012-09-14 06:00:00,3,0,1,1,22.14,25.76,88,0.0
1341
+ 2012-10-09 09:00:00,4,0,1,2,17.22,21.21,77,15.0013
1342
+ 2011-11-08 02:00:00,4,0,1,1,13.12,17.425,87,0.0
1343
+ 2012-07-07 07:00:00,3,0,0,1,31.98,37.88,66,7.0015
1344
+ 2011-10-17 18:00:00,4,0,1,1,22.96,26.515,60,0.0
1345
+ 2012-12-05 20:00:00,4,0,1,1,13.94,15.15,46,26.0027
1346
+ 2011-07-10 07:00:00,3,0,0,1,28.7,32.575,70,6.0032
1347
+ 2011-09-10 17:00:00,3,0,0,1,30.34,34.09,55,15.0013
1348
+ 2012-05-08 00:00:00,2,0,1,2,21.32,25.0,52,16.9979
1349
+ 2011-03-04 21:00:00,1,0,1,2,12.3,14.395,70,15.0013
1350
+ 2011-02-16 13:00:00,1,0,1,1,17.22,21.21,30,23.9994
1351
+ 2011-02-13 19:00:00,1,0,0,1,16.4,20.455,35,19.0012
1352
+ 2012-02-02 11:00:00,1,0,1,3,16.4,20.455,82,16.9979
1353
+ 2012-06-12 04:00:00,2,0,1,3,24.6,27.275,88,11.0014
1354
+ 2012-06-05 00:00:00,2,0,1,1,22.14,25.76,68,27.9993
1355
+ 2012-08-17 11:00:00,3,0,1,1,31.16,12.12,52,19.0012
1356
+ 2011-07-14 14:00:00,3,0,1,1,30.34,32.575,35,19.0012
1357
+ 2011-09-14 10:00:00,3,0,1,1,28.7,32.575,70,8.9981
1358
+ 2012-03-02 23:00:00,1,0,1,2,14.76,18.94,87,0.0
1359
+ 2012-08-01 13:00:00,3,0,1,1,32.8,37.12,52,11.0014
1360
+ 2012-04-15 17:00:00,2,0,0,1,28.7,31.82,42,22.0028
1361
+ 2011-08-10 16:00:00,3,0,1,1,35.26,37.12,26,19.9995
1362
+ 2012-12-09 01:00:00,4,0,0,2,16.4,20.455,87,7.0015
1363
+ 2011-04-11 16:00:00,2,0,1,1,30.34,33.335,48,35.0008
1364
+ 2011-02-12 16:00:00,1,0,0,1,13.94,15.15,29,27.9993
1365
+ 2011-04-15 12:00:00,2,1,0,1,21.32,25.0,55,19.0012
1366
+ 2012-06-10 13:00:00,2,0,0,1,34.44,36.365,28,8.9981
1367
+ 2011-04-18 14:00:00,2,0,1,2,23.78,27.275,49,12.998
1368
+ 2011-01-11 14:00:00,1,0,1,2,8.2,11.365,59,6.0032
1369
+ 2012-03-03 11:00:00,1,0,0,2,16.4,20.455,87,6.0032
1370
+ 2012-12-13 04:00:00,4,0,1,2,10.66,12.88,56,12.998
1371
+ 2011-03-09 11:00:00,1,0,1,2,13.12,14.395,76,26.0027
1372
+ 2011-04-14 21:00:00,2,0,1,1,18.86,22.725,63,8.9981
1373
+ 2011-07-10 01:00:00,3,0,0,1,28.7,32.575,61,8.9981
1374
+ 2011-06-04 13:00:00,2,0,0,1,30.34,32.575,28,8.9981
1375
+ 2011-11-10 04:00:00,4,0,1,1,15.58,19.695,94,6.0032
1376
+ 2011-08-16 18:00:00,3,0,1,1,31.16,34.09,45,15.0013
1377
+ 2012-05-12 02:00:00,2,0,0,1,18.86,22.725,59,8.9981
1378
+ 2011-04-13 16:00:00,2,0,1,1,18.86,22.725,67,19.0012
1379
+ 2011-08-11 14:00:00,3,0,1,1,32.8,34.85,29,0.0
1380
+ 2012-03-17 13:00:00,1,0,0,1,24.6,30.305,60,7.0015
1381
+ 2011-11-12 15:00:00,4,0,0,1,21.32,25.0,29,19.0012
1382
+ 2011-03-10 22:00:00,1,0,1,2,13.94,16.665,0,8.9981
1383
+ 2012-09-12 09:00:00,3,0,1,1,24.6,30.305,64,8.9981
1384
+ 2011-05-15 14:00:00,2,0,0,1,26.24,30.305,73,12.998
1385
+ 2012-10-01 19:00:00,4,0,1,2,22.14,25.76,68,7.0015
1386
+ 2012-04-01 06:00:00,2,0,0,2,14.76,17.425,76,8.9981
1387
+ 2011-07-17 21:00:00,3,0,0,1,30.34,34.09,62,15.0013
1388
+ 2011-05-09 11:00:00,2,0,1,1,24.6,31.06,46,15.0013
1389
+ 2012-12-15 19:00:00,4,0,0,1,14.76,17.425,62,8.9981
1390
+ 2011-05-16 19:00:00,2,0,1,1,23.78,27.275,83,16.9979
1391
+ 2011-01-03 18:00:00,1,0,1,1,9.84,12.88,32,7.0015
1392
+ 2012-04-17 05:00:00,2,0,1,1,24.6,31.06,53,16.9979
1393
+ 2012-03-03 15:00:00,1,0,0,1,19.68,23.485,29,19.9995
1394
+ 2011-11-17 00:00:00,4,0,1,2,17.22,21.21,88,16.9979
1395
+ 2011-09-19 17:00:00,3,0,1,2,23.78,27.275,64,8.9981
1396
+ 2012-03-10 12:00:00,1,0,0,1,12.3,13.635,33,22.0028
1397
+ 2012-09-13 02:00:00,3,0,1,1,22.14,25.76,77,0.0
1398
+ 2011-05-06 17:00:00,2,0,1,1,23.78,27.275,40,23.9994
1399
+ 2011-11-05 04:00:00,4,0,0,1,11.48,12.88,56,22.0028
1400
+ 2012-11-14 01:00:00,4,0,1,1,9.84,10.605,60,19.9995
1401
+ 2011-04-02 08:00:00,2,0,0,1,12.3,15.91,70,7.0015
1402
+ 2012-06-18 15:00:00,2,0,1,2,24.6,29.545,69,12.998
1403
+ 2011-05-11 12:00:00,2,0,1,1,24.6,31.06,56,0.0
1404
+ 2012-08-08 01:00:00,3,0,1,1,29.52,34.85,79,0.0
1405
+ 2011-04-01 07:00:00,2,0,1,3,9.84,12.12,93,0.0
1406
+ 2011-11-10 05:00:00,4,0,1,2,14.76,17.425,100,8.9981
1407
+ 2011-03-06 06:00:00,1,0,0,2,17.22,21.21,94,23.9994
1408
+ 2011-04-18 17:00:00,2,0,1,1,23.78,27.275,49,19.0012
1409
+ 2012-03-17 05:00:00,1,0,0,2,17.22,21.21,94,6.0032
1410
+ 2011-09-07 00:00:00,3,0,1,2,22.14,25.76,94,15.0013
1411
+ 2012-01-04 03:00:00,1,0,1,1,0.82,0.76,34,19.0012
1412
+ 2011-03-09 15:00:00,1,0,1,2,14.76,16.665,71,19.9995
1413
+ 2012-10-09 13:00:00,4,0,1,2,20.5,24.24,67,8.9981
1414
+ 2011-03-07 20:00:00,1,0,1,1,12.3,15.15,33,11.0014
1415
+ 2012-07-17 01:00:00,3,0,1,1,30.34,34.85,70,0.0
1416
+ 2012-12-12 05:00:00,4,0,1,1,10.66,12.88,60,12.998
1417
+ 2011-03-07 07:00:00,1,0,1,1,8.2,8.335,75,27.9993
1418
+ 2011-01-12 10:00:00,1,0,1,1,7.38,9.09,55,15.0013
1419
+ 2012-07-06 06:00:00,3,0,1,1,30.34,34.85,66,12.998
1420
+ 2011-03-16 19:00:00,1,0,1,2,18.04,21.97,51,22.0028
1421
+ 2012-03-12 22:00:00,1,0,1,2,22.96,26.515,56,15.0013
1422
+ 2012-05-16 21:00:00,2,0,1,1,26.24,30.305,73,12.998
1423
+ 2011-02-10 13:00:00,1,0,1,1,7.38,8.335,29,19.9995
1424
+ 2011-02-09 03:00:00,1,0,1,1,2.46,3.79,45,8.9981
1425
+ 2012-05-17 07:00:00,2,0,1,1,22.14,25.76,73,26.0027
1426
+ 2012-05-07 01:00:00,2,0,1,2,21.32,25.0,77,12.998
1427
+ 2011-09-04 18:00:00,3,0,0,1,31.16,36.365,66,12.998
1428
+ 2012-04-12 18:00:00,2,0,1,1,20.5,24.24,27,26.0027
1429
+ 2012-01-09 03:00:00,1,0,1,1,9.84,12.12,52,11.0014
1430
+ 2011-06-05 18:00:00,2,0,0,1,28.7,32.575,58,7.0015
1431
+ 2012-06-04 12:00:00,2,0,1,1,26.24,31.06,41,30.0026
1432
+ 2011-07-19 10:00:00,3,0,1,2,33.62,39.395,56,11.0014
1433
+ 2011-11-05 01:00:00,4,0,0,1,13.12,15.15,45,19.9995
1434
+ 2011-03-13 07:00:00,1,0,0,1,14.76,17.425,62,12.998
1435
+ 2011-03-10 18:00:00,1,0,1,3,18.04,21.97,0,23.9994
1436
+ 2011-12-13 16:00:00,4,0,1,1,15.58,19.695,37,16.9979
1437
+ 2011-04-17 04:00:00,2,0,0,1,14.76,18.18,76,7.0015
1438
+ 2012-07-09 03:00:00,3,0,1,3,28.7,33.335,89,12.998
1439
+ 2011-08-07 09:00:00,3,0,0,1,31.16,37.12,75,7.0015
1440
+ 2012-02-09 08:00:00,1,0,1,1,8.2,9.85,64,16.9979
1441
+ 2011-11-16 09:00:00,4,0,1,3,18.86,22.725,94,0.0
1442
+ 2011-02-07 05:00:00,1,0,1,1,8.2,12.88,86,0.0
1443
+ 2011-12-18 08:00:00,4,0,0,1,8.2,12.88,69,0.0
1444
+ 2011-12-08 21:00:00,4,0,1,1,11.48,15.15,61,6.0032
1445
+ 2011-08-08 05:00:00,3,0,1,1,28.7,33.335,79,6.0032
1446
+ 2012-08-16 08:00:00,3,0,1,1,27.88,31.82,61,12.998
1447
+ 2011-11-04 05:00:00,4,0,1,2,15.58,19.695,87,0.0
1448
+ 2012-01-08 19:00:00,1,0,0,1,13.12,15.91,49,12.998
1449
+ 2012-04-04 19:00:00,2,0,1,1,27.06,31.06,39,15.0013
1450
+ 2012-10-02 15:00:00,4,0,1,3,25.42,28.79,83,8.9981
1451
+ 2012-09-10 01:00:00,3,0,1,1,22.14,25.76,60,12.998
1452
+ 2012-08-08 03:00:00,3,0,1,1,28.7,33.335,84,0.0
1453
+ 2011-01-19 01:00:00,1,0,1,3,9.02,11.365,93,8.9981
1454
+ 2012-12-10 03:00:00,4,0,1,2,15.58,19.695,94,7.0015
1455
+ 2012-01-17 00:00:00,1,0,1,2,10.66,11.365,70,22.0028
1456
+ 2011-01-04 08:00:00,1,0,1,1,5.74,7.575,69,11.0014
1457
+ 2011-09-05 05:00:00,3,1,0,2,27.06,31.06,74,11.0014
1458
+ 2011-10-11 20:00:00,4,0,1,2,23.78,27.275,83,15.0013
1459
+ 2011-09-12 07:00:00,3,0,1,1,23.78,27.275,83,0.0
1460
+ 2012-03-10 22:00:00,1,0,0,1,10.66,12.88,44,11.0014
1461
+ 2012-05-05 01:00:00,2,0,0,1,24.6,28.03,83,0.0
1462
+ 2012-10-01 10:00:00,4,0,1,1,22.14,25.76,56,0.0
1463
+ 2011-07-01 11:00:00,3,0,1,1,32.8,34.85,26,0.0
1464
+ 2012-08-02 09:00:00,3,0,1,1,31.16,36.365,66,7.0015
1465
+ 2011-10-05 06:00:00,4,0,1,1,18.04,21.97,82,7.0015
1466
+ 2011-07-13 06:00:00,3,0,1,1,30.34,34.09,58,11.0014
1467
+ 2011-05-19 06:00:00,2,0,1,2,20.5,24.24,94,0.0
1468
+ 2011-04-12 09:00:00,2,0,1,3,18.86,22.725,94,32.9975
1469
+ 2011-01-05 01:00:00,1,0,1,1,6.56,9.85,74,6.0032
1470
+ 2012-02-12 14:00:00,1,0,0,1,6.56,6.06,40,35.0008
1471
+ 2011-05-08 18:00:00,2,0,0,1,23.78,27.275,49,0.0
1472
+ 2011-02-11 19:00:00,1,0,1,1,10.66,15.15,33,0.0
1473
+ 2012-03-05 11:00:00,1,0,1,2,10.66,13.635,56,8.9981
1474
+ 2011-02-10 05:00:00,1,0,1,2,4.92,6.06,50,15.0013
1475
+ 2011-07-11 17:00:00,3,0,1,1,35.26,42.425,56,27.9993
1476
+ 2011-02-13 02:00:00,1,0,0,2,8.2,11.365,75,6.0032
1477
+ 2011-11-05 03:00:00,4,0,0,1,12.3,13.635,52,19.9995
1478
+ 2011-03-09 09:00:00,1,0,1,2,10.66,12.12,87,16.9979
1479
+ 2011-01-13 13:00:00,1,0,1,1,9.02,9.85,41,30.0026
1480
+ 2012-12-02 21:00:00,4,0,0,2,18.04,21.97,77,15.0013
1481
+ 2012-01-18 16:00:00,1,0,1,1,11.48,11.365,30,35.0008
1482
+ 2012-04-09 01:00:00,2,0,1,1,18.86,22.725,41,8.9981
1483
+ 2012-05-12 20:00:00,2,0,0,1,25.42,31.06,46,11.0014
1484
+ 2011-09-05 00:00:00,3,1,0,2,28.7,33.335,74,15.0013
1485
+ 2012-04-05 23:00:00,2,0,1,1,16.4,20.455,50,8.9981
1486
+ 2011-04-08 21:00:00,2,0,1,2,12.3,14.395,93,16.9979
1487
+ 2011-05-12 13:00:00,2,0,1,2,25.42,31.06,57,19.9995
1488
+ 2012-10-05 03:00:00,4,0,1,1,22.14,25.76,73,0.0
1489
+ 2012-04-06 11:00:00,2,0,1,1,16.4,20.455,37,19.9995
1490
+ 2012-03-07 13:00:00,1,0,1,1,20.5,24.24,34,27.9993
1491
+ 2011-07-03 21:00:00,3,0,0,2,27.06,30.305,83,11.0014
1492
+ 2011-07-19 04:00:00,3,0,1,1,29.52,34.09,70,8.9981
1493
+ 2011-08-14 11:00:00,3,0,0,1,28.7,33.335,79,12.998
1494
+ 2011-10-08 10:00:00,4,0,0,1,21.32,25.0,77,0.0
1495
+ 2012-01-01 16:00:00,1,0,0,2,18.04,21.97,54,19.9995
1496
+ 2011-08-04 13:00:00,3,0,1,1,31.16,35.605,58,0.0
1497
+ 2012-01-19 14:00:00,1,0,1,1,9.84,11.365,44,12.998
1498
+ 2012-09-09 03:00:00,3,0,0,1,22.14,25.76,73,15.0013
1499
+ 2012-09-03 22:00:00,3,1,0,2,28.7,33.335,84,8.9981
1500
+ 2011-01-09 00:00:00,1,0,0,1,4.1,3.79,42,26.0027
1501
+ 2012-06-15 21:00:00,2,0,1,1,27.06,31.06,50,7.0015
1502
+ 2012-11-18 10:00:00,4,0,0,1,13.94,15.15,66,19.9995
1503
+ 2012-09-14 11:00:00,3,0,1,2,27.88,31.82,61,7.0015
1504
+ 2011-08-19 17:00:00,3,0,1,1,31.16,35.605,58,35.0008
1505
+ 2011-05-04 20:00:00,2,0,1,1,16.4,20.455,62,22.0028
1506
+ 2011-11-12 08:00:00,4,0,0,1,10.66,12.88,70,12.998
1507
+ 2011-01-01 19:00:00,1,0,0,3,17.22,21.21,88,16.9979
1508
+ 2011-03-18 22:00:00,1,0,1,1,25.42,31.06,50,11.0014
1509
+ 2011-05-03 13:00:00,2,0,1,2,28.7,32.575,58,40.9973
1510
+ 2012-05-04 05:00:00,2,0,1,1,22.96,26.515,88,12.998
1511
+ 2011-10-14 06:00:00,4,0,1,3,22.96,26.515,88,12.998
1512
+ 2011-07-12 01:00:00,3,0,1,1,28.7,33.335,79,6.0032
1513
+ 2011-07-08 16:00:00,3,0,1,3,27.88,31.82,83,30.0026
1514
+ 2012-04-05 21:00:00,2,0,1,1,17.22,21.21,47,12.998
1515
+ 2012-02-10 17:00:00,1,0,1,2,13.94,16.665,42,12.998
1516
+ 2012-03-07 23:00:00,1,0,1,1,18.04,21.97,62,22.0028
1517
+ 2012-11-03 23:00:00,4,0,0,1,13.12,16.665,57,7.0015
1518
+ 2011-10-15 06:00:00,4,0,0,1,16.4,20.455,71,0.0
1519
+ 2012-11-07 00:00:00,4,0,1,2,12.3,14.395,56,19.0012
1520
+ 2011-01-17 09:00:00,1,1,0,2,6.56,7.575,47,15.0013
1521
+ 2012-03-09 07:00:00,1,0,1,2,15.58,19.695,40,19.9995
1522
+ 2011-06-14 18:00:00,2,0,1,1,25.42,31.06,51,22.0028
1523
+ 2012-06-07 15:00:00,2,0,1,1,30.34,32.575,30,0.0
1524
+ 2012-07-15 05:00:00,3,0,0,1,27.88,31.82,89,8.9981
1525
+ 2011-06-05 07:00:00,2,0,0,2,24.6,29.545,73,16.9979
1526
+ 2012-05-18 07:00:00,2,0,1,1,18.86,22.725,82,7.0015
1527
+ 2011-10-06 17:00:00,4,0,1,1,22.96,26.515,52,8.9981
1528
+ 2012-10-08 13:00:00,4,1,0,2,17.22,21.21,62,12.998
1529
+ 2012-08-06 12:00:00,3,0,1,2,31.98,36.365,55,6.0032
1530
+ 2011-09-04 19:00:00,3,0,0,1,30.34,34.85,70,12.998
1531
+ 2011-08-11 13:00:00,3,0,1,1,31.16,33.335,31,15.0013
1532
+ 2012-11-14 02:00:00,4,0,1,1,9.84,10.605,60,19.9995
1533
+ 2012-06-01 00:00:00,2,0,1,1,27.06,31.06,50,16.9979
1534
+ 2012-02-04 16:00:00,1,0,0,2,13.94,16.665,61,11.0014
1535
+ 2011-08-08 15:00:00,3,0,1,1,34.44,37.88,41,19.9995
1536
+ 2012-10-05 18:00:00,4,0,1,1,26.24,31.06,57,8.9981
1537
+ 2011-09-10 01:00:00,3,0,0,2,25.42,27.275,94,0.0
1538
+ 2011-01-19 08:00:00,1,0,1,2,9.84,12.88,93,7.0015
1539
+ 2012-07-11 17:00:00,3,0,1,1,32.8,34.85,31,15.0013
1540
+ 2011-06-08 03:00:00,2,0,1,1,26.24,28.79,89,6.0032
1541
+ 2011-11-07 17:00:00,4,0,1,1,20.5,24.24,45,11.0014
1542
+ 2012-10-13 15:00:00,4,0,0,1,20.5,24.24,36,12.998
1543
+ 2011-06-12 18:00:00,2,0,0,1,28.7,33.335,74,11.0014
1544
+ 2011-06-01 11:00:00,2,0,1,2,33.62,40.15,59,15.0013
1545
+ 2012-04-07 22:00:00,2,0,0,1,19.68,23.485,20,12.998
1546
+ 2012-11-16 20:00:00,4,0,1,1,14.76,16.665,46,16.9979
1547
+ 2011-08-08 00:00:00,3,0,1,1,28.7,33.335,79,7.0015
1548
+ 2011-06-11 10:00:00,2,0,0,1,30.34,34.09,58,11.0014
1549
+ 2011-05-09 14:00:00,2,0,1,1,25.42,31.06,41,15.0013
1550
+ 2011-12-13 12:00:00,4,0,1,1,14.76,16.665,43,23.9994
1551
+ 2011-11-14 21:00:00,4,0,1,1,24.6,31.06,53,23.9994
1552
+ 2012-01-12 22:00:00,1,0,1,1,15.58,19.695,76,19.9995
1553
+ 2011-02-05 06:00:00,1,0,0,3,8.2,12.88,100,0.0
1554
+ 2011-04-02 21:00:00,2,0,0,1,13.12,15.15,61,16.9979
1555
+ 2011-10-12 16:00:00,4,0,1,2,22.96,26.515,88,15.0013
1556
+ 2011-11-16 10:00:00,4,0,1,3,18.86,22.725,94,0.0
1557
+ 2011-05-14 17:00:00,2,0,0,2,22.96,26.515,88,12.998
1558
+ 2012-09-13 12:00:00,3,0,1,1,27.88,31.82,44,7.0015
1559
+ 2012-06-16 06:00:00,2,0,0,1,22.14,25.76,68,12.998
1560
+ 2011-09-17 14:00:00,3,0,0,2,21.32,25.0,72,12.998
1561
+ 2011-04-05 18:00:00,2,0,1,1,15.58,19.695,40,32.9975
1562
+ 2011-07-12 20:00:00,3,0,1,1,33.62,37.12,43,12.998
1563
+ 2011-11-12 05:00:00,4,0,0,1,9.02,12.88,75,6.0032
1564
+ 2012-04-14 11:00:00,2,0,0,1,21.32,25.0,45,12.998
1565
+ 2011-09-17 11:00:00,3,0,0,2,21.32,25.0,68,15.0013
1566
+ 2012-02-11 11:00:00,1,0,0,2,9.84,12.88,81,7.0015
1567
+ 2011-01-07 07:00:00,1,0,1,1,8.2,10.605,69,8.9981
1568
+ 2012-04-11 01:00:00,2,0,1,1,13.94,15.91,39,19.0012
1569
+ 2012-07-09 16:00:00,3,0,1,1,31.98,34.85,40,19.0012
1570
+ 2011-10-12 22:00:00,4,0,1,3,22.14,25.76,94,6.0032
1571
+ 2011-10-19 17:00:00,4,0,1,3,22.96,26.515,94,11.0014
1572
+ 2011-09-17 16:00:00,3,0,0,1,22.14,25.76,68,16.9979
1573
+ 2011-07-13 13:00:00,3,0,1,3,33.62,37.88,46,8.9981
1574
+ 2012-04-03 06:00:00,2,0,1,1,12.3,15.91,61,6.0032
1575
+ 2011-02-14 23:00:00,1,0,1,1,13.12,14.395,49,32.9975
1576
+ 2011-06-08 15:00:00,2,0,1,1,37.72,43.94,40,11.0014
1577
+ 2011-12-02 01:00:00,4,0,1,1,9.84,14.395,75,0.0
1578
+ 2011-08-03 21:00:00,3,0,1,2,27.88,31.82,89,8.9981
1579
+ 2011-10-12 20:00:00,4,0,1,3,22.14,25.76,94,7.0015
1580
+ 2011-09-03 01:00:00,3,0,0,2,26.24,30.305,69,16.9979
1581
+ 2011-10-15 23:00:00,4,0,0,1,19.68,23.485,41,11.0014
1582
+ 2012-11-06 02:00:00,4,0,1,1,9.84,12.88,65,6.0032
1583
+ 2012-04-02 18:00:00,2,0,1,1,20.5,24.24,27,16.9979
1584
+ 2011-02-16 07:00:00,1,0,1,2,8.2,9.85,55,15.0013
1585
+ 2012-12-09 09:00:00,4,0,0,2,16.4,20.455,87,16.9979
1586
+ 2011-05-01 13:00:00,2,0,0,2,20.5,24.24,63,11.0014
1587
+ 2012-04-19 02:00:00,2,0,1,2,17.22,21.21,77,0.0
1588
+ 2011-10-17 02:00:00,4,0,1,1,22.96,26.515,54,26.0027
1589
+ 2011-04-04 07:00:00,2,0,1,2,18.04,21.97,54,16.9979
1590
+ 2011-08-13 15:00:00,3,0,0,3,27.88,31.82,79,23.9994
1591
+ 2012-03-12 04:00:00,1,0,1,1,13.94,16.665,61,12.998
1592
+ 2011-09-14 22:00:00,3,0,1,2,27.06,31.06,65,8.9981
1593
+ 2012-05-10 12:00:00,2,0,1,1,21.32,25.0,48,27.9993
1594
+ 2012-03-04 23:00:00,1,0,0,1,10.66,12.88,41,12.998
1595
+ 2012-09-04 19:00:00,3,0,1,1,31.16,36.365,70,15.0013
1596
+ 2011-04-14 00:00:00,2,0,1,1,15.58,19.695,76,8.9981
1597
+ 2012-10-15 13:00:00,4,0,1,2,22.96,26.515,88,15.0013
1598
+ 2012-02-07 04:00:00,1,0,1,2,12.3,16.665,70,0.0
1599
+ 2011-06-19 18:00:00,2,0,0,2,30.34,34.09,58,6.0032
1600
+ 2012-10-02 14:00:00,4,0,1,3,24.6,27.275,88,8.9981
1601
+ 2011-02-01 00:00:00,1,0,1,2,6.56,9.09,64,7.0015
1602
+ 2012-02-11 21:00:00,1,0,0,1,5.74,3.79,43,43.0006
1603
+ 2011-01-01 00:00:00,1,0,0,1,9.84,14.395,81,0.0
1604
+ 2012-05-14 05:00:00,2,0,1,2,22.14,25.76,77,11.0014
1605
+ 2011-09-08 05:00:00,3,0,1,3,25.42,27.275,94,6.0032
1606
+ 2012-06-07 11:00:00,2,0,1,1,27.06,31.06,47,15.0013
1607
+ 2011-01-16 01:00:00,1,0,0,1,10.66,13.635,56,8.9981
1608
+ 2012-02-08 19:00:00,1,0,1,3,9.84,12.88,87,7.0015
1609
+ 2012-03-19 23:00:00,1,0,1,2,22.96,26.515,78,8.9981
1610
+ 2011-11-03 16:00:00,4,0,1,1,21.32,25.0,48,12.998
1611
+ 2012-04-10 20:00:00,2,0,1,1,18.86,22.725,28,26.0027
1612
+ 2012-07-16 17:00:00,3,0,1,3,31.16,36.365,66,39.0007
1613
+ 2012-03-01 17:00:00,1,0,1,1,22.96,26.515,35,19.9995
1614
+ 2012-04-03 12:00:00,2,0,1,1,21.32,25.0,25,0.0
1615
+ 2011-04-17 16:00:00,2,0,0,1,22.14,25.76,30,23.9994
1616
+ 2011-10-19 23:00:00,4,0,1,2,23.78,27.275,94,23.9994
1617
+ 2012-05-16 16:00:00,2,0,1,1,29.52,32.575,45,7.0015
1618
+ 2012-02-08 20:00:00,1,0,1,3,9.84,12.12,87,8.9981
1619
+ 2012-02-12 11:00:00,1,0,0,1,4.92,5.305,42,19.9995
1620
+ 2012-04-13 20:00:00,2,0,1,1,20.5,24.24,29,8.9981
1621
+ 2011-10-18 04:00:00,4,0,1,2,18.04,21.97,94,7.0015
1622
+ 2012-12-02 08:00:00,4,0,0,2,10.66,14.395,93,6.0032
1623
+ 2011-03-12 19:00:00,1,0,0,1,17.22,21.21,54,6.0032
1624
+ 2011-07-07 06:00:00,3,0,1,2,26.24,28.79,89,8.9981
1625
+ 2012-06-17 22:00:00,2,0,0,1,24.6,30.305,60,12.998
1626
+ 2012-01-19 11:00:00,1,0,1,1,6.56,8.335,55,11.0014
1627
+ 2011-06-13 09:00:00,2,0,1,1,25.42,31.06,46,23.9994
1628
+ 2012-12-05 14:00:00,4,0,1,1,19.68,23.485,33,32.9975
1629
+ 2012-04-13 16:00:00,2,0,1,1,22.96,26.515,26,16.9979
1630
+ 2012-12-02 23:00:00,4,0,0,2,17.22,21.21,82,8.9981
1631
+ 2011-08-19 23:00:00,3,0,1,2,24.6,27.275,88,6.0032
1632
+ 2011-02-12 20:00:00,1,0,0,1,10.66,12.88,41,15.0013
1633
+ 2012-11-17 02:00:00,4,0,0,1,10.66,12.88,65,12.998
1634
+ 2012-05-07 00:00:00,2,0,1,2,21.32,25.0,77,8.9981
1635
+ 2011-03-02 15:00:00,1,0,1,1,22.14,25.76,19,27.9993
1636
+ 2012-12-18 21:00:00,4,0,1,1,14.76,17.425,50,15.0013
1637
+ 2012-03-17 01:00:00,1,0,0,2,18.04,21.97,94,0.0
1638
+ 2012-07-17 22:00:00,3,0,1,1,32.8,37.88,55,15.0013
1639
+ 2012-04-05 05:00:00,2,0,1,1,15.58,19.695,43,19.0012
1640
+ 2011-04-13 06:00:00,2,0,1,3,15.58,19.695,94,15.0013
1641
+ 2011-11-02 07:00:00,4,0,1,1,12.3,16.665,81,0.0
1642
+ 2012-08-16 02:00:00,3,0,1,1,26.24,30.305,69,12.998
1643
+ 2012-09-16 16:00:00,3,0,0,1,26.24,31.06,44,11.0014
1644
+ 2012-11-17 23:00:00,4,0,0,2,12.3,15.91,70,7.0015
1645
+ 2011-11-19 07:00:00,4,0,0,1,9.84,11.365,60,16.9979
1646
+ 2012-10-13 02:00:00,4,0,0,1,13.94,16.665,53,12.998
1647
+ 2011-03-02 07:00:00,1,0,1,1,9.02,10.605,64,16.9979
1648
+ 2012-07-02 02:00:00,3,0,1,2,30.34,33.335,51,16.9979
1649
+ 2011-07-19 08:00:00,3,0,1,2,31.16,36.365,70,11.0014
1650
+ 2011-02-09 00:00:00,1,0,1,1,4.1,3.79,36,23.9994
1651
+ 2012-10-05 16:00:00,4,0,1,1,29.52,32.575,37,0.0
1652
+ 2011-07-19 01:00:00,3,0,1,2,30.34,34.85,66,8.9981
1653
+ 2011-10-13 02:00:00,4,0,1,2,22.14,25.76,94,0.0
1654
+ 2011-07-04 00:00:00,3,1,0,1,26.24,28.79,83,8.9981
1655
+ 2011-02-16 00:00:00,1,0,1,1,9.02,12.88,41,6.0032
1656
+ 2012-10-17 17:00:00,4,0,1,1,22.14,25.76,56,7.0015
1657
+ 2011-03-12 20:00:00,1,0,0,1,16.4,20.455,58,7.0015
1658
+ 2011-04-09 21:00:00,2,0,0,2,14.76,17.425,93,8.9981
1659
+ 2011-08-17 02:00:00,3,0,1,1,27.06,31.06,69,0.0
1660
+ 2012-10-04 01:00:00,4,0,1,2,25.42,27.275,94,0.0
1661
+ 2012-08-11 23:00:00,3,0,0,3,27.06,30.305,78,11.0014
1662
+ 2011-01-14 16:00:00,1,0,1,1,9.02,12.12,41,7.0015
1663
+ 2012-08-18 09:00:00,3,0,0,1,27.06,31.06,65,19.0012
1664
+ 2012-03-14 00:00:00,1,0,1,1,22.14,25.76,60,7.0015
1665
+ 2012-03-08 00:00:00,1,0,1,1,18.04,21.97,62,22.0028
1666
+ 2011-12-07 23:00:00,4,0,1,1,9.84,10.605,93,26.0027
1667
+ 2011-01-17 07:00:00,1,1,0,2,6.56,9.09,50,8.9981
1668
+ 2011-09-13 00:00:00,3,0,1,1,24.6,27.275,88,7.0015
1669
+ 2011-11-17 07:00:00,4,0,1,3,13.94,15.91,61,19.0012
1670
+ 2012-05-06 00:00:00,2,0,0,2,22.96,26.515,83,8.9981
1671
+ 2012-07-16 10:00:00,3,0,1,1,32.8,38.635,59,0.0
1672
+ 2011-11-05 13:00:00,4,0,0,1,16.4,20.455,37,7.0015
1673
+ 2012-06-05 07:00:00,2,0,1,1,19.68,23.485,77,19.9995
1674
+ 2012-09-08 19:00:00,3,0,0,3,23.78,27.275,88,7.0015
1675
+ 2011-05-05 17:00:00,2,0,1,1,22.96,26.515,26,26.0027
1676
+ 2012-03-10 15:00:00,1,0,0,1,13.94,18.18,25,0.0
1677
+ 2012-01-08 22:00:00,1,0,0,1,10.66,13.635,60,7.0015
1678
+ 2012-07-01 14:00:00,3,0,0,1,37.72,41.665,33,16.9979
1679
+ 2012-03-17 10:00:00,1,0,0,2,20.5,24.24,77,6.0032
1680
+ 2012-01-04 11:00:00,1,0,1,2,3.28,6.06,42,6.0032
1681
+ 2011-09-09 02:00:00,3,0,1,2,25.42,25.76,100,16.9979
1682
+ 2012-09-17 22:00:00,3,0,1,3,25.42,28.79,83,16.9979
1683
+ 2012-01-14 01:00:00,1,0,0,1,6.56,7.575,47,12.998
1684
+ 2011-11-09 03:00:00,4,0,1,1,13.12,17.425,93,0.0
1685
+ 2011-11-15 05:00:00,4,0,1,1,22.14,25.76,68,19.0012
1686
+ 2011-01-05 12:00:00,1,0,1,1,10.66,11.365,33,22.0028
1687
+ 2012-02-04 10:00:00,1,0,0,1,9.84,12.88,87,7.0015
1688
+ 2011-05-17 21:00:00,2,0,1,1,22.14,25.76,88,16.9979
1689
+ 2011-05-01 15:00:00,2,0,0,2,20.5,24.24,72,0.0
1690
+ 2012-03-04 16:00:00,1,0,0,1,14.76,15.91,29,32.9975
1691
+ 2011-05-04 12:00:00,2,0,1,2,18.04,21.97,62,23.9994
1692
+ 2012-04-10 15:00:00,2,0,1,1,22.96,26.515,21,19.9995
1693
+ 2011-10-01 05:00:00,4,0,0,2,18.04,21.97,62,19.9995
1694
+ 2011-07-18 07:00:00,3,0,1,1,27.88,31.82,74,15.0013
1695
+ 2012-10-02 16:00:00,4,0,1,3,25.42,28.03,88,8.9981
1696
+ 2012-03-14 21:00:00,1,0,1,1,24.6,31.06,40,6.0032
1697
+ 2012-10-04 05:00:00,4,0,1,3,26.24,28.79,89,7.0015
1698
+ 2011-11-07 11:00:00,4,0,1,1,17.22,21.21,77,7.0015
1699
+ 2011-02-14 21:00:00,1,0,1,1,14.76,15.91,50,35.0008
1700
+ 2011-08-17 08:00:00,3,0,1,1,28.7,32.575,54,11.0014
1701
+ 2012-08-01 04:00:00,3,0,1,2,26.24,29.545,78,8.9981
1702
+ 2011-10-07 03:00:00,4,0,1,1,16.4,20.455,87,0.0
1703
+ 2012-05-15 06:00:00,2,0,1,3,22.96,26.515,94,15.0013
1704
+ 2011-11-06 19:00:00,4,0,0,1,15.58,19.695,76,12.998
1705
+ 2012-03-06 10:00:00,1,0,1,1,9.84,12.88,44,0.0
1706
+ 2011-11-04 00:00:00,4,0,1,2,16.4,20.455,82,0.0
1707
+ 2012-12-18 13:00:00,4,0,1,1,20.5,24.24,42,19.0012
1708
+ 2011-08-11 19:00:00,3,0,1,1,30.34,32.575,35,12.998
1709
+ 2012-12-07 02:00:00,4,0,1,2,10.66,13.635,70,8.9981
1710
+ 2011-04-18 00:00:00,2,0,1,1,18.86,22.725,47,6.0032
1711
+ 2012-10-13 22:00:00,4,0,0,1,16.4,20.455,62,0.0
1712
+ 2012-10-04 15:00:00,4,0,1,1,29.52,33.335,54,19.0012
1713
+ 2012-10-15 14:00:00,4,0,1,2,24.6,28.79,78,19.0012
1714
+ 2011-10-09 07:00:00,4,0,0,1,18.04,21.97,86,0.0
1715
+ 2012-09-15 15:00:00,3,0,0,2,27.88,31.82,34,19.0012
1716
+ 2012-05-01 22:00:00,2,0,1,1,26.24,30.305,65,0.0
1717
+ 2012-07-14 20:00:00,3,0,0,1,29.52,35.605,84,6.0032
1718
+ 2012-09-02 16:00:00,3,0,0,1,30.34,34.85,70,0.0
1719
+ 2011-06-05 21:00:00,2,0,0,1,26.24,30.305,73,11.0014
1720
+ 2012-09-04 18:00:00,3,0,1,1,31.16,37.12,75,15.0013
1721
+ 2011-06-08 23:00:00,2,0,1,1,31.16,37.12,75,12.998
1722
+ 2011-02-06 19:00:00,1,0,0,1,11.48,14.395,61,8.9981
1723
+ 2012-08-02 06:00:00,3,0,1,1,27.06,30.305,83,0.0
1724
+ 2011-07-05 05:00:00,3,0,1,1,27.06,31.06,69,0.0
1725
+ 2012-09-09 04:00:00,3,0,0,1,21.32,25.0,77,16.9979
1726
+ 2012-09-16 11:00:00,3,0,0,1,26.24,31.06,47,11.0014
1727
+ 2012-02-15 22:00:00,1,0,1,1,13.94,17.425,49,7.0015
1728
+ 2012-07-11 21:00:00,3,0,1,1,29.52,33.335,58,15.0013
1729
+ 2011-05-06 06:00:00,2,0,1,1,14.76,18.18,81,6.0032
1730
+ 2011-02-01 10:00:00,1,0,1,2,6.56,11.365,93,0.0
1731
+ 2012-09-06 06:00:00,3,0,1,2,28.7,33.335,84,6.0032
1732
+ 2012-10-08 10:00:00,4,1,0,2,15.58,19.695,68,8.9981
1733
+ 2012-08-12 16:00:00,3,0,0,1,31.16,34.09,40,7.0015
1734
+ 2012-04-04 09:00:00,2,0,1,2,19.68,23.485,55,8.9981
1735
+ 2012-01-10 14:00:00,1,0,1,1,17.22,21.21,38,19.9995
1736
+ 2011-11-14 00:00:00,4,0,1,1,18.86,22.725,59,19.0012
1737
+ 2011-05-18 05:00:00,2,0,1,1,21.32,25.0,100,15.0013
1738
+ 2011-04-15 02:00:00,2,1,0,1,16.4,20.455,76,0.0
1739
+ 2012-11-01 14:00:00,4,0,1,2,16.4,20.455,50,15.0013
1740
+ 2012-09-19 00:00:00,3,0,1,2,22.96,26.515,68,19.0012
1741
+ 2012-11-12 23:00:00,4,1,0,2,22.14,25.76,77,15.0013
1742
+ 2011-03-15 19:00:00,1,0,1,2,13.94,15.91,71,19.0012
1743
+ 2011-11-08 17:00:00,4,0,1,1,21.32,25.0,43,11.0014
1744
+ 2011-04-12 07:00:00,2,0,1,2,22.14,25.76,68,15.0013
1745
+ 2011-10-01 00:00:00,4,0,0,1,20.5,24.24,63,26.0027
1746
+ 2011-03-14 17:00:00,1,0,1,1,15.58,19.695,40,12.998
1747
+ 2012-07-01 10:00:00,3,0,0,1,35.26,39.395,44,19.9995
1748
+ 2011-02-15 06:00:00,1,0,1,1,8.2,9.09,32,22.0028
1749
+ 2011-10-14 18:00:00,4,0,1,1,22.14,25.76,39,19.0012
1750
+ 2011-09-18 19:00:00,3,0,0,2,22.14,25.76,68,7.0015
1751
+ 2012-03-10 14:00:00,1,0,0,1,13.94,15.91,27,19.0012
1752
+ 2011-12-06 06:00:00,4,0,1,2,18.04,21.97,94,19.0012
1753
+ 2011-01-02 13:00:00,1,0,0,2,14.76,17.425,66,8.9981
1754
+ 2012-10-16 07:00:00,4,0,1,1,17.22,21.21,67,6.0032
1755
+ 2011-12-15 20:00:00,4,0,1,1,21.32,25.0,59,22.0028
1756
+ 2012-07-11 20:00:00,3,0,1,1,30.34,33.335,51,11.0014
1757
+ 2012-09-08 06:00:00,3,0,0,2,27.06,29.545,89,19.0012
1758
+ 2012-07-13 00:00:00,3,0,1,2,28.7,32.575,54,11.0014
1759
+ 2011-10-04 12:00:00,4,0,1,1,22.96,26.515,56,19.9995
1760
+ 2011-06-17 20:00:00,2,0,1,1,26.24,29.545,78,7.0015
1761
+ 2011-07-03 10:00:00,3,0,0,1,30.34,34.85,66,11.0014
1762
+ 2011-07-15 08:00:00,3,0,1,1,26.24,30.305,65,16.9979
1763
+ 2012-12-07 06:00:00,4,0,1,2,11.48,13.635,75,11.0014
1764
+ 2011-11-03 03:00:00,4,0,1,1,13.94,16.665,81,8.9981
1765
+ 2012-09-11 16:00:00,3,0,1,1,28.7,31.82,28,8.9981
1766
+ 2011-11-12 18:00:00,4,0,0,1,17.22,21.21,58,12.998
1767
+ 2012-05-15 05:00:00,2,0,1,3,22.96,26.515,94,15.0013
1768
+ 2012-02-19 16:00:00,1,0,0,2,13.12,15.15,45,19.0012
1769
+ 2011-04-02 04:00:00,2,0,0,1,9.84,12.12,70,11.0014
1770
+ 2012-01-12 12:00:00,1,0,1,2,13.94,17.425,81,7.0015
1771
+ 2011-11-04 11:00:00,4,0,1,2,18.04,21.97,67,30.0026
1772
+ 2012-06-14 23:00:00,2,0,1,2,25.42,30.305,69,11.0014
1773
+ 2011-06-03 05:00:00,2,0,1,1,21.32,25.0,48,23.9994
1774
+ 2011-04-02 13:00:00,2,0,0,1,13.94,16.665,81,8.9981
1775
+ 2012-06-09 08:00:00,2,0,0,1,25.42,30.305,61,7.0015
1776
+ 2012-11-06 03:00:00,4,0,1,1,9.02,12.12,64,7.0015
1777
+ 2012-08-10 13:00:00,3,0,1,2,31.16,35.605,58,23.9994
1778
+ 2011-02-03 09:00:00,1,0,1,1,6.56,6.82,47,19.9995
1779
+ 2012-06-06 13:00:00,2,0,1,1,25.42,31.06,41,6.0032
1780
+ 2011-06-12 19:00:00,2,0,0,1,28.7,33.335,74,7.0015
1781
+ 2012-12-14 14:00:00,4,0,1,1,16.4,20.455,43,12.998
1782
+ 2011-05-16 02:00:00,2,0,1,1,20.5,24.24,100,6.0032
1783
+ 2012-04-18 09:00:00,2,0,1,3,19.68,23.485,44,19.9995
1784
+ 2011-11-06 09:00:00,4,0,0,2,12.3,15.91,75,6.0032
1785
+ 2012-05-04 02:00:00,2,0,1,1,23.78,27.275,83,8.9981
1786
+ 2012-01-03 20:00:00,1,0,1,1,4.92,6.06,33,16.9979
1787
+ 2011-02-09 18:00:00,1,0,1,2,7.38,8.335,47,19.9995
1788
+ 2011-03-09 04:00:00,1,0,1,1,9.84,12.88,75,7.0015
1789
+ 2012-11-12 00:00:00,4,1,0,1,17.22,21.21,71,7.0015
1790
+ 2012-03-13 04:00:00,1,0,1,2,18.86,22.725,82,12.998
1791
+ 2011-11-06 00:00:00,4,0,0,1,11.48,15.91,75,0.0
1792
+ 2011-03-14 08:00:00,1,0,1,2,12.3,15.15,56,8.9981
1793
+ 2012-06-04 20:00:00,2,0,1,1,24.6,31.06,40,23.9994
1794
+ 2012-03-05 21:00:00,1,0,1,1,10.66,11.365,37,26.0027
1795
+ 2011-05-03 07:00:00,2,0,1,2,22.14,25.76,88,15.0013
1796
+ 2011-06-19 12:00:00,2,0,0,2,30.34,34.09,55,6.0032
1797
+ 2011-01-07 12:00:00,1,0,1,2,8.2,9.85,37,16.9979
1798
+ 2011-06-07 10:00:00,2,0,1,2,31.16,34.09,48,12.998
1799
+ 2011-10-08 03:00:00,4,0,0,1,18.04,21.97,88,0.0
1800
+ 2011-08-09 13:00:00,3,0,1,1,34.44,39.395,49,11.0014
1801
+ 2011-09-08 12:00:00,3,0,1,2,27.06,29.545,94,15.0013
1802
+ 2011-01-08 06:00:00,1,0,0,2,6.56,8.335,74,11.0014
1803
+ 2012-12-17 22:00:00,4,0,1,2,17.22,21.21,94,8.9981
1804
+ 2012-01-13 19:00:00,1,0,1,1,10.66,12.12,38,19.0012
1805
+ 2011-09-14 01:00:00,3,0,1,1,25.42,29.545,78,6.0032
1806
+ 2011-07-06 10:00:00,3,0,1,3,28.7,33.335,79,6.0032
1807
+ 2012-11-03 08:00:00,4,0,0,2,13.94,15.15,46,19.9995
1808
+ 2012-10-08 12:00:00,4,1,0,2,17.22,21.21,63,11.0014
1809
+ 2011-04-11 22:00:00,2,0,1,2,26.24,31.06,50,19.0012
1810
+ 2012-08-19 11:00:00,3,0,0,3,26.24,29.545,78,11.0014
1811
+ 2011-02-16 20:00:00,1,0,1,1,15.58,19.695,43,12.998
1812
+ 2012-07-01 09:00:00,3,0,0,1,33.62,39.395,56,0.0
1813
+ 2011-08-10 17:00:00,3,0,1,1,34.44,35.605,26,19.9995
1814
+ 2012-01-15 12:00:00,1,0,0,1,7.38,8.335,40,19.9995
1815
+ 2012-01-19 07:00:00,1,0,1,1,4.92,8.335,54,6.0032
1816
+ 2012-01-06 04:00:00,1,0,1,1,9.02,11.365,69,8.9981
1817
+ 2011-02-14 07:00:00,1,0,1,1,13.94,15.15,46,19.9995
1818
+ 2012-06-19 02:00:00,2,0,1,2,24.6,28.79,78,8.9981
1819
+ 2011-10-15 10:00:00,4,0,0,1,22.14,25.76,45,30.0026
1820
+ 2011-05-03 18:00:00,2,0,1,1,28.7,32.575,48,27.9993
1821
+ 2012-01-14 14:00:00,1,0,0,1,9.84,10.605,41,19.9995
1822
+ 2011-10-08 14:00:00,4,0,0,1,25.42,31.06,50,6.0032
1823
+ 2011-02-09 14:00:00,1,0,1,1,8.2,9.09,34,19.9995
1824
+ 2011-08-12 23:00:00,3,0,1,1,27.88,31.82,51,0.0
1825
+ 2012-05-01 09:00:00,2,0,1,2,22.14,25.76,88,12.998
1826
+ 2012-11-09 17:00:00,4,0,1,1,17.22,21.21,44,8.9981
1827
+ 2011-11-12 23:00:00,4,0,0,1,16.4,20.455,58,11.0014
1828
+ 2012-05-09 08:00:00,2,0,1,2,24.6,28.03,83,8.9981
1829
+ 2012-11-19 17:00:00,4,0,1,2,17.22,21.21,58,12.998
1830
+ 2011-11-01 22:00:00,4,0,1,1,14.76,18.94,81,0.0
1831
+ 2011-02-16 18:00:00,1,0,1,1,16.4,20.455,40,15.0013
1832
+ 2012-12-03 15:00:00,4,0,1,1,24.6,31.06,56,0.0
1833
+ 2011-12-16 12:00:00,4,0,1,2,13.94,15.15,42,23.9994
1834
+ 2012-06-06 05:00:00,2,0,1,1,19.68,23.485,77,0.0
1835
+ 2011-05-08 08:00:00,2,0,0,1,21.32,25.0,63,8.9981
1836
+ 2012-06-05 08:00:00,2,0,1,2,19.68,23.485,77,15.0013
1837
+ 2011-03-15 05:00:00,1,0,1,1,9.84,11.365,75,12.998
1838
+ 2012-04-12 14:00:00,2,0,1,1,20.5,24.24,31,22.0028
1839
+ 2011-06-17 08:00:00,2,0,1,2,24.6,28.03,83,0.0
1840
+ 2012-04-07 06:00:00,2,0,0,1,13.12,15.91,36,12.998
1841
+ 2012-12-09 08:00:00,4,0,0,3,16.4,20.455,87,11.0014
1842
+ 2011-09-12 18:00:00,3,0,1,1,28.7,32.575,54,12.998
1843
+ 2012-10-17 18:00:00,4,0,1,1,21.32,25.0,59,11.0014
1844
+ 2012-06-02 14:00:00,2,0,0,1,26.24,31.06,38,19.9995
1845
+ 2011-05-13 22:00:00,2,0,1,2,21.32,25.0,83,15.0013
1846
+ 2011-09-08 08:00:00,3,0,1,3,25.42,27.275,94,8.9981
1847
+ 2011-03-14 06:00:00,1,0,1,1,10.66,13.635,65,8.9981
1848
+ 2011-12-01 11:00:00,4,0,1,1,13.94,15.91,49,16.9979
1849
+ 2012-11-12 20:00:00,4,1,0,2,21.32,25.0,77,19.0012
1850
+ 2012-01-17 09:00:00,1,0,1,3,13.12,15.15,81,16.9979
1851
+ 2011-12-07 07:00:00,4,0,1,3,18.04,21.97,100,7.0015
1852
+ 2011-02-07 14:00:00,1,0,1,2,14.76,18.18,57,6.0032
1853
+ 2012-05-17 14:00:00,2,0,1,1,26.24,31.06,38,12.998
1854
+ 2011-07-17 14:00:00,3,0,0,1,32.8,37.12,49,23.9994
1855
+ 2012-05-09 23:00:00,2,0,1,3,19.68,23.485,82,12.998
1856
+ 2011-12-11 19:00:00,4,0,0,1,9.02,11.365,55,12.998
1857
+ 2011-06-08 04:00:00,2,0,1,1,25.42,28.79,83,0.0
1858
+ 2011-10-09 15:00:00,4,0,0,1,27.88,31.82,51,11.0014
1859
+ 2011-09-11 13:00:00,3,0,0,1,30.34,34.09,58,7.0015
1860
+ 2012-12-16 14:00:00,4,0,0,2,15.58,19.695,76,8.9981
1861
+ 2012-07-19 20:00:00,3,0,1,1,33.62,38.635,49,11.0014
1862
+ 2011-04-18 10:00:00,2,0,1,2,21.32,25.0,55,7.0015
1863
+ 2012-02-09 01:00:00,1,0,1,2,9.84,12.12,87,8.9981
1864
+ 2011-06-08 21:00:00,2,0,1,1,32.8,40.15,66,8.9981
1865
+ 2012-05-02 21:00:00,2,0,1,1,21.32,25.0,77,15.0013
1866
+ 2012-02-14 14:00:00,1,0,1,1,16.4,20.455,40,15.0013
1867
+ 2012-09-07 04:00:00,3,0,1,1,25.42,28.03,88,0.0
1868
+ 2011-01-01 23:00:00,1,0,0,2,18.86,22.725,88,19.9995
1869
+ 2012-03-08 09:00:00,1,0,1,1,18.86,22.725,72,31.0009
1870
+ 2012-07-08 20:00:00,3,0,0,1,31.16,36.365,70,6.0032
1871
+ 2011-12-06 14:00:00,4,0,1,3,19.68,23.485,100,15.0013
1872
+ 2012-08-12 07:00:00,3,0,0,1,26.24,30.305,65,8.9981
1873
+ 2012-05-14 01:00:00,2,0,1,2,24.6,30.305,60,19.0012
1874
+ 2012-10-18 17:00:00,4,0,1,2,23.78,27.275,64,22.0028
1875
+ 2012-09-15 05:00:00,3,0,0,1,23.78,27.275,60,35.0008
1876
+ 2012-06-07 06:00:00,2,0,1,1,18.86,22.725,88,7.0015
1877
+ 2012-11-15 17:00:00,4,0,1,2,14.76,17.425,57,15.0013
1878
+ 2012-05-06 12:00:00,2,0,0,2,24.6,30.305,64,6.0032
1879
+ 2011-04-05 08:00:00,2,0,1,3,15.58,19.695,87,39.0007
1880
+ 2011-02-16 08:00:00,1,0,1,2,9.02,11.365,55,11.0014
1881
+ 2011-05-19 00:00:00,2,0,1,1,21.32,25.0,94,7.0015
1882
+ 2011-04-02 00:00:00,2,0,0,2,12.3,16.665,61,0.0
1883
+ 2011-09-02 09:00:00,3,0,1,2,25.42,28.79,83,7.0015
1884
+ 2011-08-01 14:00:00,3,0,1,1,37.72,40.91,29,12.998
1885
+ 2012-01-03 23:00:00,1,0,1,1,4.1,3.79,46,26.0027
1886
+ 2011-05-13 19:00:00,2,0,1,2,21.32,25.0,83,12.998
1887
+ 2012-11-19 12:00:00,4,0,1,2,16.4,20.455,62,19.0012
1888
+ 2012-03-14 13:00:00,1,0,1,1,27.06,31.06,27,15.0013
1889
+ 2012-12-19 17:00:00,4,0,1,1,16.4,20.455,50,26.0027
1890
+ 2011-06-16 15:00:00,2,0,1,2,28.7,32.575,61,19.9995
1891
+ 2012-05-14 08:00:00,2,0,1,3,22.14,25.76,88,15.0013
1892
+ 2012-07-12 16:00:00,3,0,1,1,32.8,35.605,36,12.998
1893
+ 2012-04-04 03:00:00,2,0,1,1,18.04,21.97,58,6.0032
1894
+ 2011-04-04 23:00:00,2,0,1,2,26.24,31.06,47,15.0013
1895
+ 2011-05-17 22:00:00,2,0,1,2,22.14,25.76,88,19.0012
1896
+ 2012-05-12 14:00:00,2,0,0,1,27.06,31.06,36,12.998
1897
+ 2011-02-08 09:00:00,1,0,1,1,9.84,9.85,52,32.9975
1898
+ 2011-07-14 11:00:00,3,0,1,1,29.52,32.575,37,15.0013
1899
+ 2011-08-06 13:00:00,3,0,0,2,32.8,38.635,59,22.0028
1900
+ 2012-11-18 18:00:00,4,0,0,1,14.76,17.425,66,15.0013
1901
+ 2011-03-05 20:00:00,1,0,0,2,18.04,21.97,77,22.0028
1902
+ 2012-03-11 11:00:00,1,0,0,1,14.76,16.665,43,19.0012
1903
+ 2012-01-10 07:00:00,1,0,1,2,7.38,9.85,93,11.0014
1904
+ 2012-05-12 12:00:00,2,0,0,1,26.24,31.06,36,11.0014
1905
+ 2011-12-08 18:00:00,4,0,1,1,11.48,13.635,52,15.0013
1906
+ 2012-09-17 19:00:00,3,0,1,2,25.42,29.545,73,7.0015
1907
+ 2012-10-02 09:00:00,4,0,1,3,23.78,27.275,88,8.9981
1908
+ 2011-12-14 16:00:00,4,0,1,2,15.58,19.695,54,7.0015
1909
+ 2012-10-12 18:00:00,4,0,1,1,18.04,21.97,38,19.9995
1910
+ 2012-08-14 20:00:00,3,0,1,1,30.34,35.605,74,15.0013
1911
+ 2011-05-08 04:00:00,2,0,0,1,17.22,21.21,82,0.0
1912
+ 2012-12-17 10:00:00,4,0,1,2,15.58,19.695,87,6.0032
1913
+ 2011-09-06 07:00:00,3,0,1,2,22.14,25.76,83,23.9994
1914
+ 2012-11-10 15:00:00,4,0,0,1,21.32,25.0,45,0.0
1915
+ 2011-11-03 04:00:00,4,0,1,1,13.12,16.665,81,6.0032
1916
+ 2012-04-06 22:00:00,2,0,1,1,16.4,20.455,35,15.0013
1917
+ 2011-09-10 22:00:00,3,0,0,1,26.24,29.545,78,0.0
1918
+ 2011-08-03 13:00:00,3,0,1,2,31.16,35.605,58,15.0013
1919
+ 2011-12-13 11:00:00,4,0,1,1,13.94,15.91,46,16.9979
1920
+ 2012-12-04 04:00:00,4,0,1,2,16.4,20.455,87,8.9981
1921
+ 2012-05-03 05:00:00,2,0,1,2,18.86,22.725,88,16.9979
1922
+ 2012-09-07 07:00:00,3,0,1,1,26.24,28.79,89,7.0015
1923
+ 2012-07-13 04:00:00,3,0,1,2,27.06,31.06,61,0.0
1924
+ 2011-07-02 10:00:00,3,0,0,1,32.8,35.605,36,0.0
1925
+ 2012-09-16 04:00:00,3,0,0,1,20.5,24.24,72,0.0
1926
+ 2012-05-13 01:00:00,2,0,0,2,22.14,25.76,68,8.9981
1927
+ 2011-10-04 21:00:00,4,0,1,1,20.5,24.24,72,8.9981
1928
+ 2012-07-11 19:00:00,3,0,1,1,30.34,33.335,48,15.0013
1929
+ 2012-03-17 04:00:00,1,0,0,2,17.22,21.21,94,0.0
1930
+ 2011-03-17 01:00:00,1,0,1,1,14.76,17.425,71,15.0013
1931
+ 2012-06-17 16:00:00,2,0,0,1,27.06,31.06,54,19.9995
1932
+ 2012-04-16 10:00:00,2,1,0,1,25.42,30.305,69,16.9979
1933
+ 2012-06-16 22:00:00,2,0,0,1,25.42,31.06,53,19.9995
1934
+ 2012-11-04 19:00:00,4,0,0,1,14.76,16.665,43,16.9979
1935
+ 2012-07-06 09:00:00,3,0,1,1,33.62,36.365,36,8.9981
1936
+ 2011-03-19 11:00:00,1,0,0,1,18.86,22.725,36,30.0026
1937
+ 2011-08-03 14:00:00,3,0,1,2,31.16,35.605,58,15.0013
1938
+ 2012-05-06 13:00:00,2,0,0,2,24.6,30.305,64,0.0
1939
+ 2011-12-02 05:00:00,4,0,1,1,9.02,12.88,80,6.0032
1940
+ 2012-05-17 11:00:00,2,0,1,1,23.78,27.275,49,15.0013
1941
+ 2012-07-03 22:00:00,3,0,1,1,27.88,31.82,79,12.998
1942
+ 2012-08-04 06:00:00,3,0,0,1,28.7,33.335,84,15.0013
1943
+ 2011-09-04 14:00:00,3,0,0,1,31.98,37.88,66,22.0028
1944
+ 2012-04-12 01:00:00,2,0,1,1,13.12,15.15,66,15.0013
1945
+ 2011-06-04 22:00:00,2,0,0,1,26.24,31.06,57,15.0013
1946
+ 2012-12-10 12:00:00,4,0,1,3,18.04,21.97,100,15.0013
1947
+ 2012-07-07 14:00:00,3,0,0,2,39.36,43.18,30,8.9981
1948
+ 2011-03-19 16:00:00,1,0,0,1,20.5,24.24,31,26.0027
1949
+ 2011-12-08 12:00:00,4,0,1,1,11.48,12.88,52,22.0028
1950
+ 2011-05-14 18:00:00,2,0,0,2,22.96,26.515,88,15.0013
1951
+ 2012-01-13 21:00:00,1,0,1,1,9.84,10.605,41,19.0012
1952
+ 2011-06-19 19:00:00,2,0,0,1,29.52,34.09,62,8.9981
1953
+ 2011-09-17 01:00:00,3,0,0,1,18.86,22.725,72,7.0015
1954
+ 2011-01-12 14:00:00,1,0,1,1,8.2,9.09,47,22.0028
1955
+ 2012-09-11 22:00:00,3,0,1,1,22.96,26.515,64,7.0015
1956
+ 2011-02-13 03:00:00,1,0,0,2,8.2,11.365,69,7.0015
1957
+ 2012-04-16 20:00:00,2,1,0,1,30.34,32.575,37,19.9995
1958
+ 2012-08-04 10:00:00,3,0,0,1,33.62,38.635,57,12.998
1959
+ 2011-04-01 16:00:00,2,0,1,1,13.94,15.15,46,27.9993
1960
+ 2012-12-11 16:00:00,4,0,1,2,15.58,19.695,50,15.0013
1961
+ 2012-08-05 11:00:00,3,0,0,1,33.62,39.395,56,27.9993
1962
+ 2011-02-14 03:00:00,1,0,1,1,13.94,15.91,46,15.0013
1963
+ 2012-10-12 16:00:00,4,0,1,1,18.86,22.725,41,23.9994
1964
+ 2011-03-04 16:00:00,1,0,1,1,14.76,17.425,46,12.998
1965
+ 2011-01-11 21:00:00,1,0,1,3,6.56,9.85,86,6.0032
1966
+ 2012-05-19 00:00:00,2,0,0,1,21.32,25.0,48,7.0015
1967
+ 2012-10-07 21:00:00,4,0,0,1,15.58,19.695,87,7.0015
1968
+ 2012-09-04 05:00:00,3,0,1,2,27.06,29.545,89,0.0
1969
+ 2011-01-03 05:00:00,1,0,1,1,6.56,6.82,47,19.0012
1970
+ 2012-10-09 12:00:00,4,0,1,2,19.68,23.485,69,12.998
1971
+ 2011-07-19 17:00:00,3,0,1,1,32.8,40.15,66,0.0
1972
+ 2012-07-13 12:00:00,3,0,1,2,31.16,34.09,40,7.0015
1973
+ 2011-04-16 06:00:00,2,0,0,3,16.4,20.455,82,22.0028
1974
+ 2011-04-13 13:00:00,2,0,1,2,18.04,21.97,77,12.998
1975
+ 2011-02-19 19:00:00,1,0,0,1,13.94,15.15,29,23.9994
1976
+ 2011-06-07 13:00:00,2,0,1,2,32.8,36.365,43,16.9979
1977
+ 2011-09-17 21:00:00,3,0,0,2,20.5,24.24,72,12.998
1978
+ 2012-11-07 23:00:00,4,0,1,3,11.48,13.635,65,15.0013
1979
+ 2012-11-15 14:00:00,4,0,1,2,15.58,19.695,54,11.0014
1980
+ 2012-12-05 21:00:00,4,0,1,1,13.94,15.15,46,27.9993
1981
+ 2012-06-11 18:00:00,2,0,1,2,32.8,36.365,43,19.9995
1982
+ 2012-06-07 16:00:00,2,0,1,1,29.52,32.575,34,15.0013
1983
+ 2011-01-11 17:00:00,1,0,1,2,6.56,7.575,86,15.0013
1984
+ 2012-09-13 14:00:00,3,0,1,1,29.52,32.575,39,8.9981
1985
+ 2011-10-13 00:00:00,4,0,1,2,22.14,25.76,94,8.9981
1986
+ 2012-08-03 16:00:00,3,0,1,2,35.26,39.395,41,15.0013
1987
+ 2012-07-02 09:00:00,3,0,1,1,31.98,34.85,46,16.9979
1988
+ 2011-02-06 06:00:00,1,0,0,1,10.66,12.88,60,15.0013
1989
+ 2011-03-04 22:00:00,1,0,1,1,12.3,14.395,70,12.998
1990
+ 2012-02-14 22:00:00,1,0,1,2,14.76,18.18,50,7.0015
1991
+ 2012-01-15 07:00:00,1,0,0,1,4.92,6.06,54,19.0012
1992
+ 2012-10-04 06:00:00,4,0,1,3,25.42,27.275,94,6.0032
1993
+ 2012-10-08 08:00:00,4,1,0,2,14.76,17.425,71,15.0013
1994
+ 2012-02-02 15:00:00,1,0,1,1,18.86,22.725,67,11.0014
1995
+ 2012-10-08 14:00:00,4,1,0,2,17.22,21.21,58,7.0015
1996
+ 2012-09-09 06:00:00,3,0,0,1,21.32,25.0,77,12.998
1997
+ 2012-01-17 06:00:00,1,0,1,3,12.3,14.395,75,16.9979
1998
+ 2012-04-03 23:00:00,2,0,1,1,20.5,24.24,59,0.0
1999
+ 2012-08-07 13:00:00,3,0,1,2,32.8,37.12,52,12.998
2000
+ 2012-12-11 07:00:00,4,0,1,1,13.94,15.15,66,27.9993
2001
+ 2011-02-01 17:00:00,1,0,1,2,9.84,14.395,75,0.0
2002
+ 2011-10-17 20:00:00,4,0,1,1,21.32,25.0,77,7.0015
2003
+ 2011-12-19 14:00:00,4,0,1,1,14.76,17.425,46,15.0013
2004
+ 2011-01-03 11:00:00,1,0,1,1,8.2,9.09,40,22.0028
2005
+ 2012-10-01 09:00:00,4,0,1,2,21.32,25.0,63,0.0
2006
+ 2011-08-17 10:00:00,3,0,1,1,31.16,34.09,43,6.0032
2007
+ 2012-03-11 21:00:00,1,0,0,1,17.22,21.21,54,15.0013
2008
+ 2012-03-06 14:00:00,1,0,1,1,13.12,15.15,36,15.0013
2009
+ 2012-02-13 20:00:00,1,0,1,1,12.3,15.15,42,11.0014
2010
+ 2011-02-02 22:00:00,1,0,1,1,9.02,10.605,44,16.9979
2011
+ 2012-12-11 13:00:00,4,0,1,2,15.58,19.695,50,15.0013
2012
+ 2011-08-03 00:00:00,3,0,1,2,32.8,37.12,49,11.0014
2013
+ 2012-02-07 00:00:00,1,0,1,1,12.3,14.395,70,12.998
2014
+ 2011-02-02 07:00:00,1,0,1,3,9.02,10.605,93,15.0013
2015
+ 2012-04-11 07:00:00,2,0,1,1,11.48,14.395,52,8.9981
2016
+ 2011-11-05 20:00:00,4,0,0,1,13.12,17.425,66,0.0
2017
+ 2012-12-14 23:00:00,4,0,1,1,11.48,15.15,75,6.0032
2018
+ 2012-03-04 01:00:00,1,0,0,2,15.58,19.695,34,12.998
2019
+ 2012-12-16 16:00:00,4,0,0,2,15.58,19.695,82,7.0015
2020
+ 2011-11-18 06:00:00,4,0,1,1,9.02,12.88,44,6.0032
2021
+ 2011-11-14 23:00:00,4,0,1,1,22.96,26.515,64,19.9995
2022
+ 2011-02-14 15:00:00,1,0,1,1,22.96,26.515,21,43.9989
2023
+ 2011-11-01 15:00:00,4,0,1,1,20.5,24.24,45,8.9981
2024
+ 2011-03-13 16:00:00,1,0,0,1,18.86,22.725,41,26.0027
2025
+ 2011-09-11 02:00:00,3,0,0,2,25.42,29.545,78,12.998
2026
+ 2012-02-12 23:00:00,1,0,0,1,5.74,6.82,43,15.0013
2027
+ 2011-01-17 04:00:00,1,1,0,2,7.38,9.85,43,8.9981
2028
+ 2011-01-19 02:00:00,1,0,1,3,9.02,11.365,93,8.9981
2029
+ 2011-12-01 09:00:00,4,0,1,1,12.3,13.635,52,22.0028
2030
+ 2012-03-17 16:00:00,1,0,0,1,26.24,31.06,50,0.0
2031
+ 2011-07-14 21:00:00,3,0,1,1,27.06,31.06,50,8.9981
2032
+ 2011-05-19 22:00:00,2,0,1,3,20.5,24.24,82,19.9995
2033
+ 2012-01-03 08:00:00,1,0,1,1,6.56,6.82,55,19.0012
2034
+ 2011-08-14 10:00:00,3,0,0,1,28.7,33.335,79,15.0013
2035
+ 2012-04-08 13:00:00,2,0,0,1,23.78,27.275,23,11.0014
2036
+ 2012-06-10 20:00:00,2,0,0,1,31.16,34.09,48,11.0014
2037
+ 2012-12-19 13:00:00,4,0,1,1,17.22,21.21,50,12.998
2038
+ 2011-08-14 12:00:00,3,0,0,2,28.7,33.335,79,15.0013
2039
+ 2011-11-03 15:00:00,4,0,1,1,21.32,25.0,52,11.0014
2040
+ 2012-10-06 17:00:00,4,0,0,1,22.14,25.76,49,26.0027
2041
+ 2011-05-13 03:00:00,2,0,1,2,20.5,24.24,88,8.9981
2042
+ 2012-06-14 07:00:00,2,0,1,1,24.6,30.305,60,19.0012
2043
+ 2012-01-11 04:00:00,1,0,1,1,8.2,10.605,80,8.9981
2044
+ 2012-09-07 13:00:00,3,0,1,1,32.8,38.635,59,16.9979
2045
+ 2011-01-12 21:00:00,1,0,1,1,6.56,6.82,55,22.0028
2046
+ 2011-04-08 05:00:00,2,0,1,2,13.12,15.91,87,12.998
2047
+ 2012-09-06 20:00:00,3,0,1,1,27.06,30.305,78,15.0013
2048
+ 2012-07-01 00:00:00,3,0,0,1,31.16,36.365,66,0.0
2049
+ 2011-07-15 00:00:00,3,0,1,1,25.42,29.545,73,15.0013
2050
+ 2011-09-04 11:00:00,3,0,0,1,30.34,34.85,70,11.0014
2051
+ 2012-11-17 22:00:00,4,0,0,2,13.12,16.665,57,7.0015
2052
+ 2012-04-06 16:00:00,2,0,1,1,20.5,24.24,22,27.9993
2053
+ 2012-09-12 19:00:00,3,0,1,1,26.24,31.06,50,12.998
2054
+ 2011-11-08 03:00:00,4,0,1,1,13.12,17.425,87,0.0
2055
+ 2012-11-01 22:00:00,4,0,1,1,14.76,17.425,57,11.0014
2056
+ 2012-03-12 01:00:00,1,0,1,1,15.58,19.695,50,8.9981
2057
+ 2011-01-10 18:00:00,1,0,1,1,8.2,9.85,40,15.0013
2058
+ 2011-11-02 06:00:00,4,0,1,1,12.3,16.665,81,0.0
2059
+ 2011-10-12 09:00:00,4,0,1,2,22.14,25.76,88,30.0026
2060
+ 2011-04-08 17:00:00,2,0,1,3,13.12,15.15,93,16.9979
2061
+ 2012-01-13 20:00:00,1,0,1,1,9.84,12.12,41,11.0014
2062
+ 2011-11-19 19:00:00,4,0,0,2,13.94,16.665,71,8.9981
2063
+ 2011-04-16 02:00:00,2,0,0,2,14.76,17.425,87,8.9981
2064
+ 2011-02-03 22:00:00,1,0,1,1,7.38,10.605,51,6.0032
2065
+ 2012-05-19 01:00:00,2,0,0,1,20.5,24.24,48,0.0
2066
+ 2011-12-02 03:00:00,4,0,1,1,9.02,13.635,80,0.0
2067
+ 2011-05-05 03:00:00,2,0,1,1,13.94,15.91,66,16.9979
2068
+ 2011-08-03 16:00:00,3,0,1,3,27.88,31.82,79,0.0
2069
+ 2011-02-04 13:00:00,1,0,1,2,10.66,12.88,50,15.0013
2070
+ 2012-08-05 07:00:00,3,0,0,1,30.34,35.605,74,19.9995
2071
+ 2012-02-16 13:00:00,1,0,1,3,13.94,15.91,71,16.9979
2072
+ 2012-08-13 18:00:00,3,0,1,1,31.16,34.85,52,19.0012
2073
+ 2012-08-16 04:00:00,3,0,1,1,25.42,29.545,73,15.0013
2074
+ 2011-11-03 06:00:00,4,0,1,1,13.94,16.665,76,12.998
2075
+ 2011-02-02 20:00:00,1,0,1,1,9.84,9.85,48,36.9974
2076
+ 2012-05-04 22:00:00,2,0,1,1,24.6,28.03,83,8.9981
2077
+ 2011-06-18 22:00:00,2,0,0,2,29.52,34.09,62,8.9981
2078
+ 2011-12-01 03:00:00,4,0,1,1,10.66,12.12,56,16.9979
2079
+ 2011-09-13 15:00:00,3,0,1,1,30.34,33.335,51,19.9995
2080
+ 2011-02-03 02:00:00,1,0,1,1,7.38,8.335,43,16.9979
2081
+ 2012-12-10 13:00:00,4,0,1,3,18.04,21.97,100,15.0013
2082
+ 2011-09-10 10:00:00,3,0,0,1,28.7,32.575,65,16.9979
2083
+ 2011-11-01 11:00:00,4,0,1,1,18.86,22.725,63,7.0015
2084
+ 2012-06-03 13:00:00,2,0,0,1,27.88,31.82,36,19.0012
2085
+ 2012-10-05 01:00:00,4,0,1,1,22.14,25.76,68,7.0015
2086
+ 2012-03-06 05:00:00,1,0,1,1,7.38,9.09,51,15.0013
2087
+ 2012-02-17 22:00:00,1,0,1,1,14.76,17.425,40,15.0013
2088
+ 2012-11-18 19:00:00,4,0,0,1,14.76,17.425,66,11.0014
2089
+ 2011-04-02 02:00:00,2,0,0,1,9.84,12.12,75,8.9981
2090
+ 2011-06-04 19:00:00,2,0,0,2,28.7,31.82,39,6.0032
2091
+ 2011-08-12 08:00:00,3,0,1,1,27.88,31.82,39,15.0013
2092
+ 2012-12-03 01:00:00,4,0,1,1,16.4,20.455,82,8.9981
2093
+ 2011-08-18 19:00:00,3,0,1,1,27.06,30.305,83,7.0015
2094
+ 2012-04-14 18:00:00,2,0,0,2,25.42,31.06,35,15.0013
2095
+ 2011-04-12 20:00:00,2,0,1,2,17.22,21.21,82,19.0012
2096
+ 2012-10-16 21:00:00,4,0,1,1,18.86,22.725,63,0.0
2097
+ 2011-10-14 15:00:00,4,0,1,1,25.42,31.06,43,19.0012
2098
+ 2012-05-01 21:00:00,2,0,1,1,26.24,30.305,65,8.9981
2099
+ 2011-04-06 03:00:00,2,0,1,1,10.66,13.635,60,8.9981
2100
+ 2011-06-17 10:00:00,2,0,1,1,28.7,32.575,58,12.998
2101
+ 2011-03-07 00:00:00,1,0,1,3,8.2,9.09,100,22.0028
2102
+ 2011-02-12 17:00:00,1,0,0,1,13.12,14.395,31,35.0008
2103
+ 2011-08-02 11:00:00,3,0,1,1,34.44,36.365,32,27.9993
2104
+ 2012-07-02 16:00:00,3,0,1,1,34.44,37.12,36,19.0012
2105
+ 2011-06-09 21:00:00,2,0,1,3,31.16,34.85,52,0.0
2106
+ 2012-01-01 12:00:00,1,0,0,1,16.4,20.455,62,19.0012
2107
+ 2012-10-03 11:00:00,4,0,1,1,27.06,30.305,78,11.0014
2108
+ 2011-05-06 23:00:00,2,0,1,1,18.04,21.97,82,8.9981
2109
+ 2011-09-12 10:00:00,3,0,1,1,27.88,31.82,62,11.0014
2110
+ 2011-12-04 23:00:00,4,0,0,1,13.94,17.425,87,7.0015
2111
+ 2012-06-04 17:00:00,2,0,1,1,26.24,31.06,38,30.0026
2112
+ 2011-09-19 04:00:00,3,0,1,2,20.5,24.24,77,11.0014
2113
+ 2012-06-11 07:00:00,2,0,1,1,26.24,29.545,78,7.0015
2114
+ 2012-03-11 06:00:00,1,0,0,1,9.84,12.12,70,11.0014
2115
+ 2011-05-11 07:00:00,2,0,1,1,19.68,23.485,72,12.998
2116
+ 2011-02-07 22:00:00,1,0,1,1,11.48,15.15,81,6.0032
2117
+ 2011-04-10 19:00:00,2,0,0,1,20.5,24.24,77,12.998
2118
+ 2012-09-11 14:00:00,3,0,1,1,27.88,31.06,30,6.0032
2119
+ 2011-08-10 07:00:00,3,0,1,1,28.7,32.575,58,6.0032
2120
+ 2012-01-16 05:00:00,1,1,0,1,4.92,8.335,54,6.0032
2121
+ 2011-05-12 16:00:00,2,0,1,2,26.24,31.06,57,16.9979
2122
+ 2011-09-13 07:00:00,3,0,1,1,23.78,27.275,83,6.0032
2123
+ 2012-07-19 01:00:00,3,0,1,1,30.34,34.85,66,6.0032
2124
+ 2012-01-12 18:00:00,1,0,1,1,18.04,21.97,67,12.998
2125
+ 2011-06-08 10:00:00,2,0,1,1,33.62,37.12,43,15.0013
2126
+ 2011-10-15 21:00:00,4,0,0,1,20.5,24.24,42,15.0013
2127
+ 2012-01-18 01:00:00,1,0,1,2,18.86,22.725,77,22.0028
2128
+ 2012-01-14 15:00:00,1,0,0,1,9.84,10.605,38,19.9995
2129
+ 2012-03-11 23:00:00,1,0,0,1,16.4,20.455,50,11.0014
2130
+ 2012-07-19 11:00:00,3,0,1,1,32.8,37.88,55,7.0015
2131
+ 2011-01-13 15:00:00,1,0,1,1,9.84,10.605,38,19.9995
2132
+ 2011-11-17 14:00:00,4,0,1,2,13.94,15.15,49,26.0027
2133
+ 2012-01-19 18:00:00,1,0,1,2,10.66,11.365,44,22.0028
2134
+ 2012-04-09 13:00:00,2,0,1,1,22.14,25.76,28,39.0007
2135
+ 2012-04-19 14:00:00,2,0,1,1,23.78,27.275,43,0.0
2136
+ 2011-06-04 04:00:00,2,0,0,1,21.32,25.0,59,6.0032
2137
+ 2011-10-16 14:00:00,4,0,0,1,24.6,31.06,40,19.9995
2138
+ 2011-03-19 19:00:00,1,0,0,1,18.04,21.97,33,19.0012
2139
+ 2011-07-08 03:00:00,3,0,1,1,27.88,31.82,79,7.0015
2140
+ 2012-09-18 15:00:00,3,0,1,3,24.6,27.275,88,16.9979
2141
+ 2012-01-06 10:00:00,1,0,1,1,10.66,12.88,65,12.998
2142
+ 2012-01-10 06:00:00,1,0,1,2,7.38,9.09,93,12.998
2143
+ 2011-12-08 19:00:00,4,0,1,1,10.66,13.635,56,7.0015
2144
+ 2012-02-15 17:00:00,1,0,1,1,17.22,21.21,38,12.998
2145
+ 2012-06-13 08:00:00,2,0,1,2,25.42,29.545,73,35.0008
2146
+ 2012-12-04 16:00:00,4,0,1,1,23.78,27.275,49,19.0012
2147
+ 2012-02-14 10:00:00,1,0,1,2,10.66,13.635,60,8.9981
2148
+ 2011-08-10 13:00:00,3,0,1,1,33.62,36.365,38,19.0012
2149
+ 2011-10-08 23:00:00,4,0,0,1,19.68,23.485,88,0.0
2150
+ 2012-05-09 12:00:00,2,0,1,2,25.42,31.06,57,15.0013
2151
+ 2012-12-16 20:00:00,4,0,0,2,15.58,19.695,82,0.0
2152
+ 2011-06-10 02:00:00,2,0,1,1,27.88,31.82,69,11.0014
2153
+ 2012-09-07 22:00:00,3,0,1,1,28.7,33.335,74,15.0013
2154
+ 2012-06-10 12:00:00,2,0,0,1,33.62,35.605,30,0.0
2155
+ 2011-02-18 08:00:00,1,0,1,2,17.22,21.21,77,12.998
2156
+ 2012-05-11 03:00:00,2,0,1,1,18.86,22.725,41,19.0012
2157
+ 2012-01-02 07:00:00,1,1,0,1,9.84,10.605,32,26.0027
2158
+ 2011-09-08 16:00:00,3,0,1,3,26.24,28.03,94,19.0012
2159
+ 2012-08-18 06:00:00,3,0,0,1,24.6,28.03,83,15.0013
2160
+ 2012-02-10 19:00:00,1,0,1,2,13.12,17.425,57,0.0
2161
+ 2012-06-05 02:00:00,2,0,1,3,21.32,25.0,72,19.9995
2162
+ 2012-02-15 10:00:00,1,0,1,1,13.94,15.15,57,19.9995
2163
+ 2012-03-15 08:00:00,1,0,1,1,18.04,21.97,77,7.0015
2164
+ 2012-12-04 07:00:00,4,0,1,1,17.22,21.21,88,8.9981
2165
+ 2011-01-07 20:00:00,1,0,1,1,7.38,10.605,47,7.0015
2166
+ 2012-04-07 02:00:00,2,0,0,1,14.76,16.665,29,23.9994
2167
+ 2012-04-02 13:00:00,2,0,1,1,18.86,22.725,36,19.9995
2168
+ 2011-04-05 22:00:00,2,0,1,1,13.12,15.15,49,19.9995
2169
+ 2012-08-13 09:00:00,3,0,1,2,30.34,33.335,45,0.0
2170
+ 2012-11-11 23:00:00,4,0,0,1,17.22,21.21,71,12.998
2171
+ 2012-08-04 19:00:00,3,0,0,1,33.62,38.635,52,23.9994
2172
+ 2012-01-03 10:00:00,1,0,1,1,6.56,6.06,47,31.0009
2173
+ 2011-11-06 08:00:00,4,0,0,2,11.48,15.15,87,6.0032
2174
+ 2012-07-04 18:00:00,3,1,0,1,36.9,42.425,42,12.998
2175
+ 2011-05-08 17:00:00,2,0,0,3,23.78,27.275,49,19.0012
2176
+ 2012-01-17 04:00:00,1,0,1,3,13.12,15.15,66,22.0028
2177
+ 2012-11-04 14:00:00,4,0,0,1,16.4,20.455,40,12.998
2178
+ 2012-01-01 05:00:00,1,0,0,1,11.48,14.395,81,7.0015
2179
+ 2012-05-15 13:00:00,2,0,1,3,26.24,30.305,73,12.998