j1-template 2022.5.0.rc1 → 2022.5.0.rc4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (378) hide show
  1. checksums.yaml +4 -4
  2. data/assets/data/banner.html +24 -1
  3. data/assets/themes/j1/adapter/js/masterslider.js +22 -5
  4. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +56 -0
  5. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  6. data/lib/j1/version.rb +1 -1
  7. data/lib/starter_web/Gemfile +270 -270
  8. data/lib/starter_web/_config.yml +19 -9
  9. data/lib/starter_web/_data/blocks/banner.yml +17 -0
  10. data/lib/starter_web/_data/modules/defaults/masterslider.yml +1 -1
  11. data/lib/starter_web/_data/modules/justifiedGallery.yml +82 -0
  12. data/lib/starter_web/_data/modules/masterslider.yml +5 -9
  13. data/lib/starter_web/_data/modules/navigator_menu.yml +208 -168
  14. data/lib/starter_web/_includes/attributes.asciidoc +18 -14
  15. data/lib/starter_web/_includes/tables/template_variables.asciidoc +1 -1
  16. data/lib/starter_web/_plugins/asciidoctor-extensions/lightbox-block.rb +4 -4
  17. data/lib/starter_web/assets/images/pages/features/blog-post-navigator-1280x1000.jpg +0 -0
  18. data/lib/starter_web/assets/images/pages/features/bootswatch-themes-1280x800.png +0 -0
  19. data/lib/starter_web/assets/images/pages/features/clipboard-1280x600.jpg +0 -0
  20. data/lib/starter_web/assets/images/pages/features/comments-1280x600.jpg +0 -0
  21. data/lib/starter_web/assets/images/pages/features/cookie-consent-1280x800.jpg +0 -0
  22. data/lib/starter_web/assets/images/pages/features/desktop-web-navigation-1280x1000.jpg +0 -0
  23. data/lib/starter_web/assets/images/pages/features/example-content-1280x800.jpg +0 -0
  24. data/lib/starter_web/assets/images/pages/features/example-content-present-videos-1280x800.jpg +0 -0
  25. data/lib/starter_web/assets/images/pages/features/fab-1280x500.jpg +0 -0
  26. data/lib/starter_web/assets/images/pages/features/full-text-search-1280x800.jpg +0 -0
  27. data/lib/starter_web/assets/images/pages/features/global-mobile-traffic-1920x1080.png +0 -0
  28. data/lib/starter_web/assets/images/pages/features/google-lighthouse-1080x300.png +0 -0
  29. data/lib/starter_web/assets/images/pages/features/intro-panel-1280x800.jpg +0 -0
  30. data/lib/starter_web/assets/images/pages/features/master-header-1280x600.jpg +0 -0
  31. data/lib/starter_web/assets/images/pages/features/mobile-navigation-600x800.png +0 -0
  32. data/lib/starter_web/assets/images/pages/features/native-speakers-by-language.png +0 -0
  33. data/lib/starter_web/assets/images/pages/features/nav-module-1280x300.jpg +0 -0
  34. data/lib/starter_web/assets/images/pages/features/nbi-barchart-1280x800.jpg +0 -0
  35. data/lib/starter_web/assets/images/pages/features/teaser-banner-1280x600.jpg +0 -0
  36. data/lib/starter_web/assets/images/pages/features/translator-1280x800.jpg +0 -0
  37. data/lib/starter_web/assets/images/sticker/600x600/sticker-new-version.png +0 -0
  38. data/lib/starter_web/assets/images/sticker/scalable/readme +0 -0
  39. data/lib/starter_web/package.json +6 -6
  40. data/lib/starter_web/pages/public/_jupyter/docs/_includes/attributes.asciidoc +67 -0
  41. data/lib/starter_web/pages/public/_jupyter/docs/_includes/documents/j1_docs_example_static.asciidoc +232 -0
  42. data/lib/starter_web/pages/public/_jupyter/docs/binderhub.adoc +631 -0
  43. data/lib/starter_web/pages/public/_jupyter/docs/j1-nbinteract.adoc +638 -0
  44. data/lib/starter_web/pages/public/_jupyter/docs/jupyterhub.adoc +248 -0
  45. data/lib/starter_web/pages/public/_jupyter/docs/nbinteract-widget-manual.adoc +928 -0
  46. data/lib/starter_web/pages/public/_jupyter/examples/distributed/j1-circular-times-table.adoc +139 -0
  47. data/lib/starter_web/pages/public/_jupyter/examples/distributed/j1-common-used-widgets.adoc +229 -0
  48. data/lib/starter_web/pages/public/_jupyter/examples/distributed/j1-odes-in-python.adoc +112 -0
  49. data/lib/starter_web/pages/public/_jupyter/examples/localized/j1-altair/j1-altair-visualisations.adoc +142 -0
  50. data/lib/starter_web/pages/public/_jupyter/examples/localized/j1-bokeh/j1-bokeh-visualisations.adoc +171 -0
  51. data/lib/starter_web/pages/public/_jupyter/examples/localized/j1-bokeh/j1-bqplot-eamples.adoc +111 -0
  52. data/lib/starter_web/pages/public/_jupyter/examples/localized/j1-plotly/j1-plotly-visualisations.adoc +94 -0
  53. data/lib/starter_web/pages/public/_jupyter/examples/localized/j1_climate-change-forecast.adoc +106 -0
  54. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_altair_interactive-checkpoint.ipynb +16260 -0
  55. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_bgplot_line_plot-checkpoint.ipynb +247 -0
  56. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_circular_times_table-Copy1-checkpoint.ipynb +12382 -0
  57. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_circular_times_table-checkpoint.ipynb +12387 -0
  58. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_circular_times_table-short-checkpoint.ipynb +12170 -0
  59. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_climate_change_forecast-checkpoint.ipynb +1058 -0
  60. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_docs_example_dynamic-checkpoint.ipynb +14478 -0
  61. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_interactive_widgets-Copy1-checkpoint.ipynb +379 -0
  62. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_interactive_widgets-checkpoint.ipynb +442 -0
  63. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets-checkpoint.ipynb +523 -0
  64. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets.line_charts-checkpoint.ipynb +84 -0
  65. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets.questions-checkpoint.ipynb +194 -0
  66. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_bar_chart-checkpoint.ipynb +89 -0
  67. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_bar_charts-Copy1-checkpoint.ipynb +164 -0
  68. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_bar_charts-checkpoint.ipynb +173 -0
  69. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_bar_charts.1-checkpoint.ipynb +256 -0
  70. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_barcharts-checkpoint.ipynb +126 -0
  71. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_hist_chart-checkpoint.ipynb +87 -0
  72. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_line_chart-checkpoint.ipynb +90 -0
  73. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_line_charts-checkpoint.ipynb +87 -0
  74. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_question_multiple_choice-checkpoint.ipynb +64 -0
  75. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_question_short_answer-checkpoint.ipynb +122 -0
  76. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_questions-checkpoint.ipynb +181 -0
  77. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_scatter_chart-checkpoint.ipynb +89 -0
  78. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_scatter_charts-checkpoint.ipynb +175 -0
  79. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_scatter_drag_chart-checkpoint.ipynb +87 -0
  80. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_ode_selected-checkpoint.ipynb +14478 -0
  81. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_odes_in_python-checkpoint.ipynb +15227 -0
  82. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/factor_by_factor.mp4 +0 -0
  83. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_circular_times_table.ipynb +12382 -0
  84. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_climate_change_forecast.ipynb +1058 -0
  85. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_docs_example_dynamic.ipynb +14478 -0
  86. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_interactive_widgets.ipynb +442 -0
  87. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_nbi_widgets.ipynb +523 -0
  88. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_nbi_widgets_bar_chart.ipynb +89 -0
  89. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_nbi_widgets_hist_chart.ipynb +87 -0
  90. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_nbi_widgets_line_chart.ipynb +90 -0
  91. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_nbi_widgets_question_multiple_choice.ipynb +64 -0
  92. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_nbi_widgets_question_short_answer.ipynb +122 -0
  93. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_nbi_widgets_scatter_chart.ipynb +89 -0
  94. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_nbi_widgets_scatter_drag_chart.ipynb +87 -0
  95. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_odes_in_python.ipynb +15227 -0
  96. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/line_by_line.mp4 +0 -0
  97. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/point_by_point.mp4 +0 -0
  98. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-altair-tutorial/.ipynb_checkpoints/j1_altair_interactive-checkpoint.ipynb +16296 -0
  99. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-altair-tutorial/.ipynb_checkpoints/j1_altair_non_interactive-checkpoint.ipynb +15385 -0
  100. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-altair-tutorial/j1_altair_interactive.ipynb +16296 -0
  101. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-altair-tutorial/j1_altair_non_interactive.ipynb +15385 -0
  102. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/00 - Introduction and Setup-checkpoint.ipynb +717 -0
  103. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/01 - Basic Plotting-checkpoint.ipynb +1381 -0
  104. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/02 - Styling and Theming-checkpoint.ipynb +1440 -0
  105. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/03 - Data Sources and Transformations-checkpoint.ipynb +927 -0
  106. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/04 - Adding Annotations-checkpoint.ipynb +1105 -0
  107. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/05 - Presentation Layouts-checkpoint.ipynb +578 -0
  108. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/06 - Linking and Interactions-checkpoint.ipynb +1196 -0
  109. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/07 - Bar and Categorical Data Plots-checkpoint.ipynb +1681 -0
  110. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/08 - Graph and Network Plots-checkpoint.ipynb +680 -0
  111. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/09 - Geographic Plots-checkpoint.ipynb +693 -0
  112. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/10 - Exporting and Embedding-checkpoint.ipynb +751 -0
  113. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/11 - Running Bokeh Applications-checkpoint.ipynb +770 -0
  114. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/bokeh_tut_00_introduction_and_setup-checkpoint.ipynb +666 -0
  115. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_01_basic_plotting-checkpoint.ipynb +1365 -0
  116. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_02_styling_and_theming-checkpoint.ipynb +1405 -0
  117. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_03_data_sources_and_transformations-checkpoint.ipynb +856 -0
  118. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_04_adding_annotations-checkpoint.ipynb +1167 -0
  119. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_05_presentation_layouts-checkpoint.ipynb +601 -0
  120. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_06_linking_and_interactions-checkpoint.ipynb +1356 -0
  121. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_07_bar_and_categorical_data_plots-checkpoint.ipynb +1742 -0
  122. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_08_graph_and_network_plots-checkpoint.ipynb +625 -0
  123. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_09_geographic_plots-checkpoint.ipynb +685 -0
  124. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_10_exporting_and_embedding-checkpoint.ipynb +726 -0
  125. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_10_exporting_and_embedding-checkpoint.org +726 -0
  126. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_10_exporting_and_embedding.new-checkpoint.ipynb +560 -0
  127. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_11_running_bokeh_applications-checkpoint.ipynb +716 -0
  128. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/j1_bokeh_01_basic_plotting.ipynb +1365 -0
  129. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/j1_bokeh_02_styling_and_theming.ipynb +1405 -0
  130. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/j1_bokeh_03_data_sources_and_transformations.ipynb +856 -0
  131. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/j1_bokeh_04_adding_annotations.ipynb +1167 -0
  132. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/j1_bokeh_05_presentation_layouts.ipynb +601 -0
  133. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/j1_bokeh_06_linking_and_interactions.ipynb +1356 -0
  134. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/j1_bokeh_07_bar_and_categorical_data_plots.ipynb +1742 -0
  135. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/j1_bokeh_08_graph_and_network_plots.ipynb +625 -0
  136. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/j1_bokeh_09_geographic_plots.ipynb +685 -0
  137. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bqplot/.ipynb_checkpoints/j1_mathplot_vs_bqplot-checkpoint.ipynb +336 -0
  138. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bqplot/advanced/Feature_Vector_Distribution-Iris-Digits.ipynb +433 -0
  139. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bqplot/j1_bgplot_line_plot.ipynb +244 -0
  140. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bqplot/j1_circular_times_table-short.ipynb +12170 -0
  141. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bqplot/j1_mathplot_vs_bqplot.ipynb +336 -0
  142. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/.ipynb_checkpoints/Index-checkpoint.ipynb +163 -0
  143. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/.ipynb_checkpoints/Tutorials-checkpoint.ipynb +51 -0
  144. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Advanced Plotting/Advanced Plotting.ipynb +289 -0
  145. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Advanced Plotting/Animations.ipynb +266 -0
  146. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Advanced Plotting/Axis Properties.ipynb +396 -0
  147. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Advanced Plotting/Plotting Dates.ipynb +318 -0
  148. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Equity Index Performance/Time Series.ipynb +158 -0
  149. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Equity Index Performance/spx_prices.csv +6799 -0
  150. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Feature_Vector_Distribution-Iris-Digits.ipynb +470 -0
  151. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Index.ipynb +49 -0
  152. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Logs Analytics/Logs Dashboard.ipynb +378 -0
  153. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Mobile Patent Suits.ipynb +123 -0
  154. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Neural Network.ipynb +177 -0
  155. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Outlier Detection.ipynb +311 -0
  156. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Wealth Of Nations/Bubble Chart.ipynb +255 -0
  157. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Wealth Of Nations/Choropleth.ipynb +275 -0
  158. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Wealth Of Nations/nations.json +1 -0
  159. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Wealth Of Nations/world_map_codes.csv +234 -0
  160. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Basic Plotting/.ipynb_checkpoints/Basic Plotting-checkpoint.ipynb +186 -0
  161. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Basic Plotting/.ipynb_checkpoints/Pyplot-checkpoint.ipynb +794 -0
  162. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Basic Plotting/.ipynb_checkpoints/Untitled-checkpoint.ipynb +323 -0
  163. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Basic Plotting/Basic Plotting.ipynb +261 -0
  164. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Basic Plotting/Pyplot.ipynb +1489 -0
  165. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Index.ipynb +163 -0
  166. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Interactions/Interaction Layer.ipynb +966 -0
  167. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Interactions/Mark Interactions.ipynb +476 -0
  168. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Interactions/Selectors.ipynb +427 -0
  169. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Introduction.ipynb +528 -0
  170. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Bars.ipynb +480 -0
  171. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Bins.ipynb +217 -0
  172. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Boxplot.ipynb +253 -0
  173. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Candles.ipynb +225 -0
  174. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/FlexLine.ipynb +123 -0
  175. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Graph.ipynb +357 -0
  176. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/GridHeatMap.ipynb +422 -0
  177. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/HeatMap.ipynb +157 -0
  178. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Hist.ipynb +176 -0
  179. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Image.ipynb +195 -0
  180. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Label.ipynb +189 -0
  181. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Lines.ipynb +565 -0
  182. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Map.ipynb +182 -0
  183. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Market Map.ipynb +315 -0
  184. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Pie.ipynb +465 -0
  185. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Scatter.ipynb +835 -0
  186. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Bars.ipynb +362 -0
  187. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Bins.ipynb +252 -0
  188. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Boxplot.ipynb +273 -0
  189. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Candles.ipynb +242 -0
  190. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/GridHeatMap.ipynb +417 -0
  191. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/HeatMap.ipynb +155 -0
  192. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Hist.ipynb +238 -0
  193. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Image.ipynb +152 -0
  194. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Label.ipynb +206 -0
  195. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Lines.ipynb +474 -0
  196. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Map.ipynb +181 -0
  197. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Pie.ipynb +310 -0
  198. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Scatter.ipynb +702 -0
  199. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Scales/Color Scales.ipynb +495 -0
  200. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/.ipynb_checkpoints/Feature_Vector_Distribution-Iris-Digits-checkpoint.ipynb +433 -0
  201. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/.ipynb_checkpoints/Linking Plots With Widgets-checkpoint.ipynb +326 -0
  202. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/.ipynb_checkpoints/Updating Plots-Copy1-checkpoint.ipynb +177 -0
  203. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/.ipynb_checkpoints/Updating Plots-checkpoint.ipynb +177 -0
  204. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/Brush Interval Selector.ipynb +154 -0
  205. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/Fast Interval Selector.ipynb +152 -0
  206. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/Gaussian Density Widget.ipynb +128 -0
  207. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/Gaussian Density.ipynb +113 -0
  208. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/Linking Plots With Widgets.ipynb +326 -0
  209. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/Object Model.ipynb +179 -0
  210. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/Pyplot.ipynb +174 -0
  211. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/Updating Plots.ipynb +177 -0
  212. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials.ipynb +51 -0
  213. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/data_files/country_codes.csv +213 -0
  214. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/data_files/gdp_per_capita.csv +56 -0
  215. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/data_files/state_codes.csv +52 -0
  216. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/data_files/trees.jpg +0 -0
  217. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_examples_central_limit_theorem-checkpoint.ipynb +247 -0
  218. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_examples_variability_of_the_sample_mean-checkpoint.ipynb +323 -0
  219. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_graphing-checkpoint.ipynb +387 -0
  220. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_interactive_questions-checkpoint.ipynb +185 -0
  221. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_layout-checkpoint.ipynb +384 -0
  222. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_tutorial_interact-checkpoint.ipynb +254 -0
  223. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_tutorial_monty_hall-checkpoint.ipynb +732 -0
  224. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_examples_central_limit_theorem.ipynb +247 -0
  225. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_examples_correlation.ipynb +651 -0
  226. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_examples_empirical_distributions.ipynb +773 -0
  227. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_examples_linear_regression.ipynb +111 -0
  228. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_examples_probability_distribution_plots.ipynb +199 -0
  229. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_examples_sampling_from_a_population.ipynb +421 -0
  230. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_examples_variability_of_the_sample_mean.ipynb +323 -0
  231. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_recipes_graphing.ipynb +387 -0
  232. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_recipes_interactive_questions.ipynb +185 -0
  233. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_recipes_layout.ipynb +384 -0
  234. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_tutorial_interact.ipynb +254 -0
  235. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_tutorial_monty_hall.ipynb +732 -0
  236. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Advanced Plotting.html +373 -0
  237. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Animations.html +361 -0
  238. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Axis Properties.html +569 -0
  239. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Bars.html +487 -0
  240. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Basic Plotting.html +341 -0
  241. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Bins.html +259 -0
  242. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Boxplot.html +277 -0
  243. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Brush Interval Selector.html +182 -0
  244. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Bubble Chart.html +299 -0
  245. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Candles.html +252 -0
  246. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Choropleth.html +318 -0
  247. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Color Scales.html +514 -0
  248. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Fast Interval Selector.html +182 -0
  249. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Feature_Vector_Distribution-Iris-Digits.html +479 -0
  250. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/FlexLine.html +128 -0
  251. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Gaussian Density Widget.html +152 -0
  252. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Gaussian Density.html +137 -0
  253. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Graph.html +484 -0
  254. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/GridHeatMap.html +483 -0
  255. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/HeatMap.html +170 -0
  256. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Hist.html +349 -0
  257. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Image.html +177 -0
  258. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Index.html +29 -0
  259. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Interaction Layer.html +1372 -0
  260. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Introduction.html +749 -0
  261. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Label.html +268 -0
  262. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Lines.html +704 -0
  263. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Linking Plots With Widgets.html +389 -0
  264. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Logs Dashboard.html +455 -0
  265. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Map.html +229 -0
  266. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Mark Interactions.html +613 -0
  267. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Market Map.html +413 -0
  268. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Mobile Patent Suits.html +131 -0
  269. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Neural Network.html +190 -0
  270. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Object Model.html +193 -0
  271. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Outlier Detection.html +363 -0
  272. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Pie.html +367 -0
  273. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Plotting Dates.html +337 -0
  274. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Pyplot.html +196 -0
  275. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Scatter.html +948 -0
  276. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Selectors.html +489 -0
  277. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Time Series.html +173 -0
  278. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Tutorials.html +40 -0
  279. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Updating Plots.html +228 -0
  280. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_altair_interactive.html +2216 -0
  281. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_altair_non_interactive.html +1170 -0
  282. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bgplot_line_plot.html +318 -0
  283. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bokeh_01_basic_plotting.html +1479 -0
  284. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bokeh_02_styling_and_theming.html +1524 -0
  285. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bokeh_03_data_sources_and_transformations.html +983 -0
  286. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bokeh_04_adding_annotations.html +1280 -0
  287. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bokeh_05_presentation_layouts.html +660 -0
  288. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bokeh_06_linking_and_interactions.html +1563 -0
  289. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bokeh_07_bar_and_categorical_data_plots.html +1888 -0
  290. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bokeh_08_graph_and_network_plots.html +689 -0
  291. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bokeh_09_geographic_plots.html +767 -0
  292. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_circular_times_table-short.html +475 -0
  293. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_circular_times_table.html +747 -0
  294. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_climate_change_forecast.html +1250 -0
  295. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_docs_example_dynamic.html +186 -0
  296. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_interactive_widgets.html +512 -0
  297. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_mathplot_vs_bqplot.html +407 -0
  298. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_nbi_widgets.html +629 -0
  299. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_nbi_widgets_bar_chart.html +95 -0
  300. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_nbi_widgets_hist_chart.html +93 -0
  301. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_nbi_widgets_line_chart.html +96 -0
  302. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_nbi_widgets_question_multiple_choice.html +70 -0
  303. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_nbi_widgets_question_short_answer.html +156 -0
  304. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_nbi_widgets_scatter_chart.html +95 -0
  305. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_nbi_widgets_scatter_drag_chart.html +93 -0
  306. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_odes_in_python.html +955 -0
  307. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_examples_central_limit_theorem.html +290 -0
  308. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_examples_correlation.html +818 -0
  309. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_examples_empirical_distributions.html +351 -0
  310. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_examples_linear_regression.html +106 -0
  311. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_examples_probability_distribution_plots.html +228 -0
  312. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_examples_sampling_from_a_population.html +518 -0
  313. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_examples_variability_of_the_sample_mean.html +372 -0
  314. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_recipes_graphing.html +473 -0
  315. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_recipes_interactive_questions.html +242 -0
  316. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_recipes_layout.html +496 -0
  317. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_tutorial_interact.html +329 -0
  318. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_tutorial_monty_hall.html +866 -0
  319. data/lib/starter_web/pages/public/_jupyter/where_to_go.adoc +270 -0
  320. data/lib/starter_web/pages/public/features/general.adoc +74 -33
  321. data/lib/starter_web/pages/public/features/template.adoc +159 -68
  322. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_interactive_widgets.html +512 -512
  323. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets.html +629 -629
  324. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets_bar_chart.html +95 -95
  325. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets_hist_chart.html +93 -93
  326. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets_line_chart.html +96 -96
  327. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets_question_multiple_choice.html +70 -70
  328. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets_question_short_answer.html +156 -156
  329. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets_scatter_chart.html +95 -95
  330. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets_scatter_drag_chart.html +93 -93
  331. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_odes_in_python.html +955 -955
  332. data/lib/starter_web/pages/public/learn/_roundtrip/100_present_images.adoc +313 -0
  333. data/lib/starter_web/pages/public/learn/_roundtrip/100_present_videos.adoc +281 -0
  334. data/lib/starter_web/pages/public/learn/_roundtrip/200_typography.adoc +253 -0
  335. data/lib/starter_web/pages/public/learn/_roundtrip/300_icon_fonts.adoc +579 -0
  336. data/lib/starter_web/pages/public/learn/_roundtrip/400_asciidoc_extensions.adoc +718 -0
  337. data/lib/starter_web/pages/public/learn/_roundtrip/410_bs_modals_extentions.adoc +91 -0
  338. data/lib/starter_web/pages/public/learn/_roundtrip/420_responsive_tables_extensions.adoc +420 -0
  339. data/lib/starter_web/pages/public/learn/_roundtrip/500_themes.adoc +250 -0
  340. data/lib/starter_web/pages/public/learn/_roundtrip/600_quicksearch.adoc +425 -0
  341. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/attributes.asciidoc +118 -0
  342. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/100_gistblock.asciidoc +28 -0
  343. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/410_bottom_info.asciidoc +14 -0
  344. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/410_bottom_left_warning.asciidoc +11 -0
  345. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/410_bottom_right_danger.asciidoc +11 -0
  346. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/410_central_success.asciidoc +11 -0
  347. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/410_full_height_left_info.asciidoc +11 -0
  348. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/410_full_height_right_success.asciidoc +11 -0
  349. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/410_table_bs_modal_examples.asciidoc +47 -0
  350. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/410_top_info.asciidoc +11 -0
  351. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/410_top_left_info.asciidoc +11 -0
  352. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/410_top_right_success.asciidoc +11 -0
  353. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/419_advanced_modals_demo.asciidoc +337 -0
  354. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/tables/bs_modal_examples.asciidoc +47 -0
  355. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/google-ad.js +130 -0
  356. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +6 -5
  357. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +1 -2
  358. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +4 -2
  359. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +1 -1
  360. data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +1 -1
  361. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  362. data/lib/starter_web/utilsrv/package.json +1 -1
  363. metadata +384 -17
  364. data/lib/starter_web/_includes/_attributes.asciidoc +0 -575
  365. data/lib/starter_web/assets/images/pages/features/bootswatch-themes-1080x800.jpg +0 -0
  366. data/lib/starter_web/assets/images/pages/features/comments-1080x600.jpg +0 -0
  367. data/lib/starter_web/assets/images/pages/features/cookie-consent-1080x800.jpg +0 -0
  368. data/lib/starter_web/assets/images/pages/features/example-content-present-videos-1080x800.jpg +0 -0
  369. data/lib/starter_web/assets/images/pages/features/fab-1080x500.jpg +0 -0
  370. data/lib/starter_web/assets/images/pages/features/full-text-search-1080x800.jpg +0 -0
  371. data/lib/starter_web/assets/images/pages/features/global-mobile-traffic-1920x1080.jpg +0 -0
  372. data/lib/starter_web/assets/images/pages/features/google-lighthouse-1080x300.jpg +0 -0
  373. data/lib/starter_web/assets/images/pages/features/intro-panel-1080x800.jpg +0 -0
  374. data/lib/starter_web/assets/images/pages/features/mobile-navigation-600x800.jpg +0 -0
  375. data/lib/starter_web/assets/images/pages/features/native-speakers-by-language.jpg +0 -0
  376. data/lib/starter_web/assets/images/pages/features/nav-module-1080x300.jpg +0 -0
  377. data/lib/starter_web/assets/images/pages/features/teaser-banner-1080x600.jpg +0 -0
  378. data/lib/starter_web/assets/images/pages/features/translator-1080x800.jpg +0 -0
@@ -0,0 +1,177 @@
1
+ {
2
+ "cells": [
3
+ {
4
+ "cell_type": "markdown",
5
+ "metadata": {},
6
+ "source": [
7
+ "# Updating Plots"
8
+ ]
9
+ },
10
+ {
11
+ "cell_type": "markdown",
12
+ "metadata": {},
13
+ "source": [
14
+ "`bqplot` is an interactive plotting library. Attributes of plots can be updated in place without recreating the whole figure and marks. Let's look at idiomatic ways of updating plots in `bqplot`"
15
+ ]
16
+ },
17
+ {
18
+ "cell_type": "code",
19
+ "execution_count": 1,
20
+ "metadata": {},
21
+ "outputs": [],
22
+ "source": [
23
+ "import numpy as np\n",
24
+ "import bqplot.pyplot as plt"
25
+ ]
26
+ },
27
+ {
28
+ "cell_type": "code",
29
+ "execution_count": 2,
30
+ "metadata": {},
31
+ "outputs": [
32
+ {
33
+ "data": {
34
+ "application/vnd.jupyter.widget-view+json": {
35
+ "model_id": "8dcd735235bc43ee9ad44cadb87df17d",
36
+ "version_major": 2,
37
+ "version_minor": 0
38
+ },
39
+ "text/plain": [
40
+ "Figure(axes=[Axis(scale=LinearScale()), Axis(orientation='vertical', scale=LinearScale())], fig_margin={'top':…"
41
+ ]
42
+ },
43
+ "metadata": {},
44
+ "output_type": "display_data"
45
+ }
46
+ ],
47
+ "source": [
48
+ "x = np.linspace(-10, 10, 100)\n",
49
+ "y = np.sin(x)\n",
50
+ "\n",
51
+ "fig = plt.figure()\n",
52
+ "line = plt.plot(x=x, y=y)\n",
53
+ "fig"
54
+ ]
55
+ },
56
+ {
57
+ "cell_type": "markdown",
58
+ "metadata": {},
59
+ "source": [
60
+ "To update the attributes of the plot(x, y, color etc.) the correct way to do it is to update the attributes of the **mark** objects in place. Recreating figure or mark objects is not recommended"
61
+ ]
62
+ },
63
+ {
64
+ "cell_type": "code",
65
+ "execution_count": 3,
66
+ "metadata": {},
67
+ "outputs": [],
68
+ "source": [
69
+ "# update y attribute of the line object\n",
70
+ "line.y = np.tan(x)"
71
+ ]
72
+ },
73
+ {
74
+ "cell_type": "markdown",
75
+ "metadata": {},
76
+ "source": [
77
+ "We can update multiple attributes of the mark object simultaneously by using the `hold_sync` method like so. (This makes only one round trip from the python kernel to front end)"
78
+ ]
79
+ },
80
+ {
81
+ "cell_type": "code",
82
+ "execution_count": 4,
83
+ "metadata": {},
84
+ "outputs": [],
85
+ "source": [
86
+ "# update both x and y together\n",
87
+ "with line.hold_sync():\n",
88
+ " line.x = np.arange(100)\n",
89
+ " line.y = x ** 3 - x"
90
+ ]
91
+ },
92
+ {
93
+ "cell_type": "markdown",
94
+ "metadata": {},
95
+ "source": [
96
+ "We can also animate the changes to the x, y and other data attributes by setting the `animation_duration` property on the figure object. More examples of animations can found in the [Animations](../Advanced Plotting/Animations.ipynb) notebook"
97
+ ]
98
+ },
99
+ {
100
+ "cell_type": "code",
101
+ "execution_count": 5,
102
+ "metadata": {},
103
+ "outputs": [],
104
+ "source": [
105
+ "fig.animation_duration = 1000\n",
106
+ "line.y = np.cos(x)"
107
+ ]
108
+ },
109
+ {
110
+ "cell_type": "markdown",
111
+ "metadata": {},
112
+ "source": [
113
+ "Let's look at an example to update a scatter plot"
114
+ ]
115
+ },
116
+ {
117
+ "cell_type": "code",
118
+ "execution_count": 6,
119
+ "metadata": {},
120
+ "outputs": [
121
+ {
122
+ "data": {
123
+ "application/vnd.jupyter.widget-view+json": {
124
+ "model_id": "4288e130f2384f578ef9b8889dbc07cb",
125
+ "version_major": 2,
126
+ "version_minor": 0
127
+ },
128
+ "text/plain": [
129
+ "Figure(animation_duration=1000, axes=[Axis(scale=LinearScale()), Axis(orientation='vertical', scale=LinearScal…"
130
+ ]
131
+ },
132
+ "metadata": {},
133
+ "output_type": "display_data"
134
+ }
135
+ ],
136
+ "source": [
137
+ "x, y = np.random.rand(2, 10)\n",
138
+ "\n",
139
+ "fig = plt.figure(animation_duration=1000)\n",
140
+ "scat = plt.scatter(x=x, y=y)\n",
141
+ "fig"
142
+ ]
143
+ },
144
+ {
145
+ "cell_type": "code",
146
+ "execution_count": 7,
147
+ "metadata": {},
148
+ "outputs": [],
149
+ "source": [
150
+ "# update the x and y attreibutes in place using hold_sync\n",
151
+ "with scat.hold_sync():\n",
152
+ " scat.x, scat.y = np.random.rand(2, 10)"
153
+ ]
154
+ }
155
+ ],
156
+ "metadata": {
157
+ "kernelspec": {
158
+ "display_name": "Python 3 (ipykernel)",
159
+ "language": "python",
160
+ "name": "python3"
161
+ },
162
+ "language_info": {
163
+ "codemirror_mode": {
164
+ "name": "ipython",
165
+ "version": 3
166
+ },
167
+ "file_extension": ".py",
168
+ "mimetype": "text/x-python",
169
+ "name": "python",
170
+ "nbconvert_exporter": "python",
171
+ "pygments_lexer": "ipython3",
172
+ "version": "3.7.9"
173
+ }
174
+ },
175
+ "nbformat": 4,
176
+ "nbformat_minor": 1
177
+ }
@@ -0,0 +1,51 @@
1
+ {
2
+ "cells": [
3
+ {
4
+ "cell_type": "markdown",
5
+ "metadata": {},
6
+ "source": [
7
+ "# Tutorials"
8
+ ]
9
+ },
10
+ {
11
+ "cell_type": "markdown",
12
+ "metadata": {},
13
+ "source": [
14
+ "## Basic Plotting\n",
15
+ "* [Using the Object Model](Tutorials/Object%20Model.ipynb)\n",
16
+ "* [Using `pyplot`](Tutorials/Pyplot.ipynb)\n",
17
+ "\n",
18
+ "## Interactive Plotting\n",
19
+ "* [Updating plots](Tutorials/Updating%20Plots.ipynb)\n",
20
+ "* ### Integrating with `ipywidgets`\n",
21
+ " * [Linking with ipywidgets](Tutorials/Linking%20Plots%20With%20Widgets.ipynb)\n",
22
+ " * [Application: Gaussian Density](Tutorials/Gaussian%20Density.ipynb)\n",
23
+ "\n",
24
+ "* ### Linking Plots Using Selectors\n",
25
+ " * [Fast Interval Selector](Tutorials/Fast%20Interval%20Selector.ipynb)\n",
26
+ " * [Brush Interval Selector](Tutorials/Brush%20Interval%20Selector.ipynb)"
27
+ ]
28
+ }
29
+ ],
30
+ "metadata": {
31
+ "kernelspec": {
32
+ "display_name": "Python 3 (ipykernel)",
33
+ "language": "python",
34
+ "name": "python3"
35
+ },
36
+ "language_info": {
37
+ "codemirror_mode": {
38
+ "name": "ipython",
39
+ "version": 3
40
+ },
41
+ "file_extension": ".py",
42
+ "mimetype": "text/x-python",
43
+ "name": "python",
44
+ "nbconvert_exporter": "python",
45
+ "pygments_lexer": "ipython3",
46
+ "version": "3.7.9"
47
+ }
48
+ },
49
+ "nbformat": 4,
50
+ "nbformat_minor": 1
51
+ }
@@ -0,0 +1,213 @@
1
+ ,Continent,Name
2
+ ADO,Europe,Andorra
3
+ ARE,Asia,United Arab Emirates
4
+ AFG,Asia,Afghanistan
5
+ ATG,North America,Antigua and Barbuda
6
+ ALB,Europe,Albania
7
+ ARM,Asia,Armenia
8
+ AGO,Africa,Angola
9
+ ARG,South America,Argentina
10
+ ASM,Australia and Oceania,American Samoa
11
+ AUT,Europe,Austria
12
+ AUS,Australia and Oceania,Australia
13
+ ABW,North America,Aruba
14
+ AZE,Asia,Azerbaijan
15
+ BIH,Europe,Bosnia and Herzegovina
16
+ BRB,North America,Barbados
17
+ BGD,Asia,Bangladesh
18
+ BEL,Europe,Belgium
19
+ BFA,Africa,Burkina Faso
20
+ BGR,Europe,Bulgaria
21
+ BHR,Asia,Bahrain
22
+ BDI,Africa,Burundi
23
+ BEN,Africa,Benin
24
+ BMU,North America,Bermuda
25
+ BRN,Asia,Brunei Darussalam
26
+ BOL,South America,Bolivia
27
+ BRA,South America,Brazil
28
+ BHS,North America,"Bahamas, The"
29
+ BTN,Asia,Bhutan
30
+ BWA,Africa,Botswana
31
+ BLR,Europe,Belarus
32
+ BLZ,North America,Belize
33
+ CAN,North America,Canada
34
+ ZAR,Africa,"Congo, Dem. Rep."
35
+ CAF,Africa,Central African Republic
36
+ COG,Africa,"Congo, Rep."
37
+ CHE,Europe,Switzerland
38
+ CIV,Africa,Cote d'Ivoire
39
+ CHL,South America,Chile
40
+ CMR,Africa,Cameroon
41
+ CHN,Asia,China
42
+ COL,South America,Colombia
43
+ CRI,North America,Costa Rica
44
+ CHI,Australia and Oceania,Channel Islands
45
+ CUB,North America,Cuba
46
+ CPV,Africa,Cabo Verde
47
+ CUW,North America,Curacao
48
+ CYP,Asia,Cyprus
49
+ CZE,Europe,Czech Republic
50
+ DEU,Europe,Germany
51
+ DJI,Africa,Djibouti
52
+ DNK,Europe,Denmark
53
+ DMA,North America,Dominica
54
+ DOM,North America,Dominican Republic
55
+ DZA,Africa,Algeria
56
+ ECU,South America,Ecuador
57
+ EST,Europe,Estonia
58
+ EGY,Africa,"Egypt, Arab Rep."
59
+ ERI,Africa,Eritrea
60
+ ESP,Europe,Spain
61
+ ETH,Africa,Ethiopia
62
+ FIN,Europe,Finland
63
+ FJI,Australia and Oceania,Fiji
64
+ FSM,Australia and Oceania,"Micronesia, Fed. Sts."
65
+ FRO,Europe,Faeroe Islands
66
+ FRA,Europe,France
67
+ GAB,Africa,Gabon
68
+ GBR,Europe,United Kingdom
69
+ GRD,North America,Grenada
70
+ GEO,Asia,Georgia
71
+ GHA,Africa,Ghana
72
+ GRL,North America,Greenland
73
+ GMB,Africa,"Gambia, The"
74
+ GIN,Africa,Guinea
75
+ GNQ,Africa,Equatorial Guinea
76
+ GRC,Europe,Greece
77
+ GTM,North America,Guatemala
78
+ GUM,Australia and Oceania,Guam
79
+ GNB,Africa,Guinea-Bissau
80
+ GUY,South America,Guyana
81
+ HKG,Asia,"Hong Kong SAR, China"
82
+ HND,North America,Honduras
83
+ HRV,Europe,Croatia
84
+ HTI,North America,Haiti
85
+ HUN,Europe,Hungary
86
+ IDN,Asia,Indonesia
87
+ IRL,Europe,Ireland
88
+ ISR,Asia,Israel
89
+ IMY,Europe,Isle of Man
90
+ IND,Asia,India
91
+ IRQ,Asia,Iraq
92
+ IRN,Asia,"Iran, Islamic Rep."
93
+ ISL,Europe,Iceland
94
+ ITA,Europe,Italy
95
+ JAM,North America,Jamaica
96
+ JOR,Asia,Jordan
97
+ JPN,Asia,Japan
98
+ KEN,Africa,Kenya
99
+ KGZ,Asia,Kyrgyz Republic
100
+ KHM,Asia,Cambodia
101
+ KIR,Australia and Oceania,Kiribati
102
+ COM,Africa,Comoros
103
+ KNA,North America,St. Kitts and Nevis
104
+ PRK,Asia,"Korea, Dem. Rep."
105
+ KOR,Asia,"Korea, Rep."
106
+ KWT,Asia,Kuwait
107
+ CYM,North America,Cayman Islands
108
+ KAZ,Asia,Kazakhstan
109
+ LAO,Asia,Lao PDR
110
+ LBN,Asia,Lebanon
111
+ LCA,North America,St. Lucia
112
+ LIE,Europe,Liechtenstein
113
+ LKA,Asia,Sri Lanka
114
+ LBR,Africa,Liberia
115
+ LSO,Africa,Lesotho
116
+ LTU,Europe,Lithuania
117
+ LUX,Europe,Luxembourg
118
+ LVA,Europe,Latvia
119
+ LBY,Africa,Libya
120
+ MAR,Africa,Morocco
121
+ MCO,Europe,Monaco
122
+ MDA,Europe,Moldova
123
+ MNE,Europe,Montenegro
124
+ MAF,North America,St. Martin (French part)
125
+ MDG,Africa,Madagascar
126
+ MHL,Australia and Oceania,Marshall Islands
127
+ MKD,Europe,"Macedonia, FYR"
128
+ MLI,Africa,Mali
129
+ MMR,Asia,Myanmar
130
+ MNG,Asia,Mongolia
131
+ MNP,Australia and Oceania,Northern Mariana Islands
132
+ MRT,Africa,Mauritania
133
+ MLT,Europe,Malta
134
+ MUS,Africa,Mauritius
135
+ MDV,Asia,Maldives
136
+ MWI,Africa,Malawi
137
+ MEX,North America,Mexico
138
+ MYS,Asia,Malaysia
139
+ MOZ,Africa,Mozambique
140
+ NAM,Africa,Namibia
141
+ NCL,Australia and Oceania,New Caledonia
142
+ NER,Africa,Niger
143
+ NGA,Africa,Nigeria
144
+ NIC,North America,Nicaragua
145
+ NLD,Europe,Netherlands
146
+ NOR,Europe,Norway
147
+ NPL,Asia,Nepal
148
+ NZL,Australia and Oceania,New Zealand
149
+ OMN,Asia,Oman
150
+ PAN,North America,Panama
151
+ PER,South America,Peru
152
+ PYF,Australia and Oceania,French Polynesia
153
+ PNG,Australia and Oceania,Papua New Guinea
154
+ PHL,Asia,Philippines
155
+ PAK,Asia,Pakistan
156
+ POL,Europe,Poland
157
+ PRI,North America,Puerto Rico
158
+ PRT,Europe,Portugal
159
+ PLW,Australia and Oceania,Palau
160
+ PRY,South America,Paraguay
161
+ QAT,Asia,Qatar
162
+ ROM,Europe,Romania
163
+ SRB,Europe,Serbia
164
+ RUS,Europe,Russian Federation
165
+ RWA,Africa,Rwanda
166
+ SAU,Asia,Saudi Arabia
167
+ SLB,Australia and Oceania,Solomon Islands
168
+ SYC,Africa,Seychelles
169
+ SDN,Africa,Sudan
170
+ SWE,Europe,Sweden
171
+ SGP,Asia,Singapore
172
+ SVN,Europe,Slovenia
173
+ SVK,Europe,Slovak Republic
174
+ SLE,Africa,Sierra Leone
175
+ SMR,Europe,San Marino
176
+ SEN,Africa,Senegal
177
+ SOM,Africa,Somalia
178
+ SUR,South America,Suriname
179
+ SSD,Africa,South Sudan
180
+ STP,Africa,Sao Tome and Principe
181
+ SLV,North America,El Salvador
182
+ SXM,North America,Sint Maarten (Dutch part)
183
+ SYR,Asia,Syrian Arab Republic
184
+ SWZ,Africa,Swaziland
185
+ TCA,North America,Turks and Caicos Islands
186
+ TCD,Africa,Chad
187
+ TGO,Africa,Togo
188
+ THA,Asia,Thailand
189
+ TJK,Asia,Tajikistan
190
+ TMP,Asia,Timor-Leste
191
+ TKM,Asia,Turkmenistan
192
+ TUN,Africa,Tunisia
193
+ TON,Australia and Oceania,Tonga
194
+ TUR,Europe,Turkey
195
+ TTO,North America,Trinidad and Tobago
196
+ TUV,Australia and Oceania,Tuvalu
197
+ TWN,Asia,"Taiwan, China"
198
+ TZA,Africa,Tanzania
199
+ UKR,Europe,Ukraine
200
+ UGA,Africa,Uganda
201
+ USA,North America,United States
202
+ URY,South America,Uruguay
203
+ UZB,Asia,Uzbekistan
204
+ VCT,North America,St. Vincent and the Grenadines
205
+ VEN,South America,"Venezuela, RB"
206
+ VIR,North America,Virgin Islands (U.S.)
207
+ VNM,Asia,Vietnam
208
+ VUT,Australia and Oceania,Vanuatu
209
+ WSM,Australia and Oceania,Samoa
210
+ YEM,Asia,"Yemen, Rep."
211
+ ZAF,Africa,South Africa
212
+ ZMB,Africa,Zambia
213
+ ZWE,Africa,Zimbabwe
@@ -0,0 +1,56 @@
1
+ ,ADO,ARE,AFG,ATG,ALB,ARM,AGO,ARG,ASM,AUT,AUS,ABW,AZE,BIH,BRB,BGD,BEL,BFA,BGR,BHR,BDI,BEN,BMU,BRN,BOL,BRA,BHS,BTN,BWA,BLR,BLZ,CAN,ZAR,CAF,COG,CHE,CIV,CHL,CMR,CHN,COL,CRI,CHI,CUB,CPV,CUW,CYP,CZE,DEU,DJI,DNK,DMA,DOM,DZA,ECU,EST,EGY,ERI,ESP,ETH,FIN,FJI,FSM,FRO,FRA,GAB,GBR,GRD,GEO,GHA,GRL,GMB,GIN,GNQ,GRC,GTM,GUM,GNB,GUY,HKG,HND,HRV,HTI,HUN,IDN,IRL,ISR,IMY,IND,IRQ,IRN,ISL,ITA,JAM,JOR,JPN,KEN,KGZ,KHM,KIR,COM,KNA,PRK,KOR,KWT,CYM,KAZ,LAO,LBN,LCA,LIE,LKA,LBR,LSO,LTU,LUX,LVA,LBY,MAR,MCO,MDA,MNE,MAF,MDG,MHL,MKD,MLI,MMR,MNG,MNP,MRT,MLT,MUS,MDV,MWI,MEX,MYS,MOZ,NAM,NCL,NER,NGA,NIC,NLD,NOR,NPL,NZL,OMN,PAN,PER,PYF,PNG,PHL,PAK,POL,PRI,PRT,PLW,PRY,QAT,ROM,SRB,RUS,RWA,SAU,SLB,SYC,SDN,SWE,SGP,SVN,SVK,SLE,SMR,SEN,SOM,SUR,SSD,STP,SLV,SXM,SYR,SWZ,TCA,TCD,TGO,THA,TJK,TMP,TKM,TUN,TON,TUR,TTO,TUV,TWN,TZA,UKR,UGA,USA,URY,UZB,VCT,VEN,VIR,VNM,VUT,WSM,YEM,ZAF,ZMB,ZWE
2
+ 1960-01-01,,,61.3,,,,,,,935.0,1810.0,,,,379.0,86.3,1270.0,68.4,,,70.3,93.0,1900.0,,168.0,208.0,1550.0,,58.0,,305.0,2290.0,220.0,74.6,130.0,1790.0,157.0,551.0,115.0,88.7,252.0,380.0,,,,,,,,,1360.0,,203.0,242.0,224.0,,,,396.0,,1180.0,286.0,,,1340.0,284.0,1380.0,,,183.0,,,,,534.0,252.0,,,304.0,429.0,168.0,,,,,686.0,1370.0,,83.8,231.0,,1410.0,804.0,429.0,,479.0,97.6,,111.0,,,242.0,,156.0,,,,,,,,143.0,170.0,40.6,,2240.0,,,165.0,,,,,132.0,,,,,,,108.0,,,,46.2,338.0,299.0,,,,135.0,92.8,128.0,1070.0,1440.0,53.3,2310.0,80.2,366.0,252.0,,117.0,254.0,81.4,,718.0,360.0,,,,,,,40.6,,,288.0,107.0,1980.0,428.0,,,149.0,,249.0,65.5,323.0,,,,,187.0,100.0,,104.0,76.6,101.0,,,,,,508.0,631.0,,,,,62.3,3010.0,490.0,,161.0,1140.0,756.0,,,,,423.0,227.0,281.0
3
+ 1961-01-01,,,61.3,,,,,,,1030.0,1870.0,,,,402.0,94.5,1350.0,71.6,,,71.5,95.6,1960.0,,179.0,203.0,1650.0,,61.3,,316.0,2230.0,197.0,80.5,146.0,1970.0,172.0,600.0,120.0,75.0,276.0,355.0,,,,,,,,,1500.0,,191.0,211.0,211.0,,,,450.0,,1330.0,287.0,,,1450.0,333.0,1450.0,,,190.0,,,,,597.0,253.0,,,323.0,483.0,172.0,,,,,739.0,1600.0,,87.0,245.0,,1420.0,887.0,453.0,,564.0,94.8,,110.0,,,244.0,,91.5,,,,,,,,143.0,161.0,41.2,,2220.0,,,159.0,,,,,134.0,,,,,,,122.0,,,,48.4,354.0,287.0,,,,142.0,96.8,133.0,1160.0,1560.0,54.8,2340.0,80.8,396.0,276.0,,122.0,267.0,86.9,,777.0,383.0,,,,,,,40.7,,,270.0,114.0,2150.0,449.0,,,150.0,,256.0,68.1,330.0,,,,,199.0,120.0,,109.0,79.1,108.0,,,,,,284.0,676.0,,,,,63.0,3070.0,603.0,,170.0,1130.0,754.0,,,,,431.0,215.0,283.0
4
+ 1962-01-01,,,59.8,,,,,1150.0,,1090.0,1850.0,,,,417.0,97.0,1440.0,76.5,,,73.8,94.5,2020.0,,191.0,258.0,1750.0,,64.8,,327.0,2260.0,236.0,80.0,156.0,2130.0,173.0,684.0,125.0,70.1,293.0,335.0,,,,,,,,,1680.0,,233.0,169.0,201.0,,,,520.0,,1410.0,292.0,,,1590.0,359.0,1510.0,,,195.0,,,,35.4,631.0,262.0,,,329.0,522.0,181.0,,,,,797.0,1130.0,,91.7,255.0,,1560.0,990.0,463.0,,634.0,101.0,,110.0,,,246.0,,104.0,,,,,,,,140.0,164.0,47.5,,2310.0,,,182.0,,,,,138.0,,,,,,,122.0,,,,49.6,369.0,292.0,,,,151.0,104.0,143.0,1240.0,1670.0,58.1,2450.0,97.2,419.0,304.0,,128.0,157.0,88.4,,855.0,408.0,,,,,,,41.0,,,287.0,120.0,2320.0,472.0,,,154.0,,255.0,70.8,338.0,,,,,227.0,126.0,,115.0,82.0,114.0,,,,,,309.0,704.0,,,,,62.0,3240.0,656.0,,175.0,1210.0,1020.0,,,,,448.0,208.0,279.0
5
+ 1963-01-01,,,80.4,,,,,845.0,,1170.0,1960.0,,,,467.0,98.7,1540.0,78.4,,,78.9,99.8,2020.0,,201.0,289.0,1870.0,,67.5,,337.0,2350.0,377.0,81.6,157.0,2290.0,196.0,664.0,127.0,73.4,277.0,345.0,,,,,,,,,1780.0,,257.0,223.0,211.0,,,,609.0,,1520.0,297.0,,,1760.0,300.0,1590.0,,,211.0,,,,41.5,702.0,281.0,,,289.0,577.0,186.0,,,,,852.0,1260.0,,103.0,251.0,,1830.0,1130.0,484.0,,718.0,104.0,,118.0,,,254.0,,142.0,,,,,,,,117.0,167.0,52.4,,2440.0,,,198.0,,,,,138.0,,,,,,,122.0,,,,50.4,398.0,301.0,,,,162.0,107.0,153.0,1330.0,1780.0,49.4,2620.0,101.0,450.0,324.0,,133.0,168.0,92.5,,932.0,433.0,,,,,,,41.3,,,308.0,119.0,2490.0,511.0,,,155.0,,257.0,73.6,349.0,,,,,237.0,145.0,,117.0,87.8,118.0,,,,,,350.0,760.0,,,,,68.9,3370.0,584.0,,163.0,1260.0,1070.0,,,,,485.0,209.0,280.0
6
+ 1964-01-01,,,83.8,,,,,1170.0,,1270.0,2130.0,,,,462.0,97.0,1700.0,80.5,,,86.6,104.0,2200.0,,222.0,259.0,1990.0,,71.8,,351.0,2530.0,170.0,87.9,165.0,2500.0,227.0,685.0,134.0,84.6,332.0,354.0,,,,,,,,,2010.0,,271.0,234.0,228.0,,,,675.0,,1710.0,311.0,,,1920.0,412.0,1730.0,,,230.0,,,,48.0,785.0,282.0,,,312.0,649.0,200.0,,,,,965.0,1380.0,,118.0,288.0,,2300.0,1220.0,518.0,,836.0,109.0,,124.0,,,269.0,,120.0,,,,,,,,121.0,179.0,56.7,,2760.0,,,203.0,,,,,143.0,,,,,,,158.0,,,,50.2,457.0,312.0,,,,156.0,113.0,173.0,1540.0,1940.0,48.4,2810.0,102.0,469.0,381.0,,144.0,176.0,102.0,,1010.0,469.0,,,,,,,41.1,,,332.0,119.0,2760.0,485.0,,,163.0,,265.0,76.5,374.0,,,,,256.0,170.0,,121.0,99.9,126.0,,,,,,369.0,788.0,,,,,76.0,3570.0,741.0,,173.0,1040.0,1300.0,,,,,519.0,237.0,284.0
7
+ 1965-01-01,,,103.0,,,,,1270.0,,1370.0,2280.0,,,,487.0,103.0,1840.0,81.7,,,51.6,110.0,2280.0,1110.0,242.0,258.0,2140.0,,76.8,,378.0,2740.0,233.0,91.3,171.0,2620.0,218.0,700.0,136.0,97.5,312.0,375.0,,,,,,,,,2240.0,,228.0,246.0,458.0,,159.0,,775.0,,1880.0,317.0,,,2050.0,426.0,1850.0,,,266.0,,,,240.0,889.0,281.0,,,333.0,677.0,216.0,,,,,1020.0,1430.0,,122.0,,246.0,2720.0,1300.0,552.0,532.0,920.0,105.0,,134.0,,,276.0,,105.0,4350.0,,,,,,,152.0,183.0,58.8,,2780.0,,,208.0,,,,,144.0,,,,,,,174.0,,,,57.7,481.0,333.0,,,1760.0,176.0,117.0,274.0,1710.0,2160.0,70.4,2150.0,101.0,500.0,438.0,1890.0,159.0,187.0,114.0,,1110.0,521.0,,184.0,,,,,46.0,,,328.0,121.0,3010.0,516.0,,,155.0,,262.0,79.4,417.0,,,271.0,,273.0,179.0,,126.0,110.0,138.0,,,,214.0,,385.0,807.0,,,,,110.0,3830.0,701.0,,176.0,1060.0,1510.0,,,,,555.0,296.0,297.0
8
+ 1966-01-01,,,140.0,,,,,1270.0,,1490.0,2340.0,,,,524.0,109.0,1960.0,82.5,,,52.5,113.0,2630.0,1240.0,259.0,312.0,2320.0,,83.9,,406.0,3010.0,254.0,93.8,185.0,2780.0,233.0,793.0,139.0,103.0,285.0,397.0,,,,,,,,,2440.0,,245.0,232.0,453.0,,162.0,,890.0,,2010.0,316.0,,,2190.0,454.0,1960.0,,,269.0,,108.0,,251.0,982.0,286.0,,,348.0,686.0,227.0,,,,,1070.0,1510.0,,91.8,,261.0,3220.0,1400.0,615.0,548.0,1060.0,119.0,,139.0,,,299.0,,129.0,4480.0,,,,,,,153.0,190.0,59.6,,2900.0,,,198.0,,,,,152.0,,,,,,,176.0,,,,63.9,520.0,345.0,,,1760.0,178.0,124.0,286.0,1840.0,2320.0,85.2,2190.0,106.0,529.0,504.0,2230.0,177.0,200.0,122.0,,1210.0,575.0,,188.0,,,,,37.5,,,338.0,120.0,3240.0,567.0,,,159.0,,262.0,81.9,501.0,,,278.0,,241.0,192.0,,128.0,122.0,161.0,,,,220.0,,445.0,787.0,,,,,112.0,4150.0,664.0,,185.0,1070.0,1780.0,,,,,592.0,336.0,281.0
9
+ 1967-01-01,,,164.0,,,,,1060.0,,1570.0,2580.0,,,,580.0,119.0,2090.0,84.4,,,55.1,112.0,2980.0,1230.0,276.0,344.0,2560.0,,92.9,,420.0,3170.0,184.0,95.3,194.0,2960.0,236.0,765.0,149.0,95.5,291.0,416.0,,,,,,,,,2640.0,,250.0,250.0,462.0,,165.0,,968.0,,2030.0,333.0,,,2350.0,491.0,2020.0,,,217.0,,112.0,,256.0,1050.0,291.0,,,370.0,723.0,241.0,,,,56.6,1150.0,1430.0,,98.2,,281.0,3130.0,1530.0,636.0,494.0,1230.0,121.0,,144.0,,,353.0,,156.0,4170.0,,,,,,,159.0,198.0,61.0,,2910.0,,,205.0,,,,,158.0,,,50.1,,,,182.0,,,,64.6,550.0,348.0,,,1870.0,164.0,99.2,300.0,1990.0,2510.0,77.5,2190.0,162.0,572.0,497.0,2210.0,196.0,207.0,136.0,,1340.0,647.0,,196.0,,,,,46.7,,173.0,333.0,126.0,3490.0,626.0,,,145.0,,255.0,84.2,565.0,,,284.0,,274.0,182.0,,131.0,125.0,167.0,,,,225.0,,483.0,823.0,,,,,113.0,4340.0,581.0,,180.0,1080.0,2270.0,,,,,646.0,352.0,296.0
10
+ 1968-01-01,,,131.0,,,,,1140.0,,1680.0,2720.0,,,,579.0,119.0,2220.0,84.7,,,55.2,117.0,2830.0,1360.0,226.0,371.0,2800.0,,102.0,,387.0,3410.0,207.0,109.0,199.0,3120.0,267.0,767.0,164.0,90.4,292.0,448.0,,,,,,,,,2710.0,,253.0,277.0,454.0,,176.0,,951.0,,1910.0,335.0,,,2540.0,521.0,1900.0,,,203.0,,96.7,,234.0,1130.0,314.0,,,332.0,714.0,253.0,,,,68.9,1120.0,1410.0,,102.0,313.0,312.0,2350.0,1650.0,594.0,413.0,1450.0,129.0,,157.0,,,315.0,,193.0,4160.0,,,,,,,150.0,205.0,62.0,,3180.0,,,214.0,,,,,166.0,,,61.8,,,,194.0,,,,57.2,590.0,353.0,,,2170.0,154.0,97.0,307.0,2190.0,2660.0,69.6,1890.0,278.0,598.0,448.0,2510.0,210.0,225.0,144.0,,1480.0,719.0,,202.0,,,,,48.8,781.0,187.0,314.0,128.0,3680.0,708.0,,,135.0,,260.0,86.6,612.0,,,285.0,,294.0,189.0,,130.0,124.0,175.0,,,,246.0,,527.0,815.0,,,,,117.0,4700.0,574.0,,173.0,1140.0,3180.0,,,,,684.0,401.0,304.0
11
+ 1969-01-01,,,131.0,,,,,1320.0,,1830.0,2990.0,,,,650.0,131.0,2460.0,86.5,,,56.1,116.0,3050.0,1300.0,234.0,400.0,3220.0,,115.0,,397.0,3700.0,259.0,105.0,204.0,3340.0,272.0,870.0,175.0,98.9,308.0,481.0,,,,,,,,,3070.0,,280.0,298.0,532.0,,193.0,,1080.0,,2180.0,357.0,,,2730.0,551.0,2030.0,,,234.0,,104.0,,230.0,1280.0,325.0,,,352.0,826.0,255.0,,,,79.1,1290.0,1590.0,,110.0,314.0,340.0,2040.0,1810.0,646.0,487.0,1670.0,134.0,,142.0,,,348.0,,237.0,3990.0,,,,,,,160.0,222.0,65.2,,3660.0,,,234.0,,,,,165.0,,,60.3,,,,179.0,,,,60.4,633.0,381.0,,,2530.0,146.0,121.0,322.0,2450.0,2880.0,69.7,2080.0,343.0,638.0,487.0,2270.0,232.0,242.0,150.0,,1660.0,796.0,,212.0,,,,,51.8,805.0,185.0,314.0,137.0,3970.0,812.0,,,165.0,,240.0,88.7,635.0,,,289.0,,364.0,243.0,,132.0,132.0,187.0,,,,256.0,,573.0,831.0,,,,,128.0,5030.0,717.0,,186.0,1150.0,3610.0,,,,,755.0,475.0,347.0
12
+ 1970-01-01,3240.0,,159.0,,,,,1320.0,,2050.0,3300.0,,,,761.0,136.0,2780.0,81.5,,,70.2,115.0,3390.0,1380.0,241.0,441.0,3180.0,,139.0,,436.0,4120.0,244.0,103.0,206.0,,278.0,938.0,171.0,112.0,337.0,540.0,,653.0,,,,,2750.0,,3420.0,,328.0,331.0,475.0,,211.0,,1210.0,,2470.0,422.0,,,2870.0,550.0,2350.0,,,258.0,1500.0,117.0,,228.0,1500.0,352.0,,115.0,372.0,960.0,269.0,,,,84.7,1490.0,1810.0,,114.0,331.0,370.0,2610.0,2100.0,752.0,424.0,2000.0,142.0,,102.0,326.0,,363.0,,292.0,3830.0,,,,,,4240.0,184.0,228.0,66.6,,4480.0,,,247.0,12500.0,,,,169.0,,,62.9,,,,182.0,828.0,,,64.1,671.0,392.0,,,3200.0,147.0,224.0,324.0,2880.0,3310.0,74.9,,354.0,666.0,548.0,2300.0,265.0,187.0,169.0,,1850.0,934.0,,221.0,2760.0,,,,58.6,927.0,,344.0,151.0,4670.0,925.0,,,172.0,,243.0,91.8,664.0,,,303.0,,336.0,252.0,,129.0,120.0,192.0,,,,281.0,,491.0,869.0,,,,,133.0,5250.0,761.0,,204.0,1210.0,3480.0,,,,,811.0,427.0,362.0
13
+ 1971-01-01,3500.0,,162.0,,,,,1370.0,,2380.0,3490.0,,,,851.0,129.0,3090.0,84.3,,,72.1,113.0,3870.0,1460.0,253.0,500.0,3300.0,,177.0,,474.0,4580.0,272.0,108.0,234.0,,289.0,1100.0,178.0,117.0,357.0,577.0,,780.0,,,,,3180.0,,3790.0,,358.0,336.0,444.0,,222.0,,1360.0,,2720.0,466.0,,,3180.0,635.0,2650.0,,,274.0,1880.0,121.0,,228.0,1660.0,357.0,,112.0,386.0,1110.0,264.0,,,,84.2,1700.0,1820.0,,121.0,377.0,449.0,3290.0,2300.0,812.0,431.0,2230.0,153.0,,135.0,341.0,,441.0,,317.0,4800.0,,,,,,4830.0,187.0,234.0,72.6,,4620.0,,,267.0,13800.0,,,,177.0,,,74.1,,,,192.0,874.0,,,78.3,717.0,404.0,,,3450.0,153.0,160.0,335.0,3320.0,3740.0,74.8,2770.0,402.0,730.0,595.0,2590.0,287.0,201.0,174.0,,2040.0,1060.0,,239.0,3250.0,,,,57.6,1190.0,301.0,401.0,160.0,5060.0,1070.0,,,162.0,,243.0,95.2,724.0,,,309.0,,392.0,297.0,,135.0,131.0,194.0,,,,324.0,,456.0,938.0,,,,,146.0,5620.0,996.0,,219.0,1300.0,3620.0,,,,,874.0,382.0,405.0
14
+ 1972-01-01,4220.0,,137.0,,,,,1400.0,,2920.0,3940.0,,,,967.0,91.5,3850.0,99.3,,,69.6,135.0,4340.0,1910.0,284.0,581.0,3320.0,,223.0,,520.0,5130.0,292.0,121.0,289.0,,322.0,1160.0,201.0,130.0,387.0,648.0,,901.0,,,,,3800.0,,4600.0,,416.0,436.0,500.0,,231.0,,1710.0,,3180.0,583.0,,,3870.0,703.0,3030.0,,,233.0,2200.0,125.0,,238.0,1910.0,367.0,,122.0,388.0,1380.0,282.0,,,,96.7,2080.0,2280.0,,125.0,388.0,542.0,4060.0,2660.0,974.0,483.0,2920.0,174.0,,68.9,414.0,,518.0,,339.0,5130.0,,,,,,5640.0,199.0,246.0,75.3,,5720.0,,,304.0,16700.0,,,,193.0,,,82.6,,,,218.0,976.0,,,84.4,801.0,468.0,,,4030.0,159.0,209.0,344.0,4040.0,4410.0,84.9,3290.0,473.0,780.0,641.0,2750.0,333.0,211.0,149.0,,2250.0,1300.0,,267.0,3910.0,,,,61.9,1520.0,235.0,547.0,168.0,5940.0,1370.0,,,176.0,,285.0,119.0,772.0,,,321.0,,448.0,311.0,,153.0,149.0,209.0,,,,423.0,,560.0,1120.0,,,,,149.0,6110.0,776.0,,298.0,1390.0,4040.0,,,,,897.0,418.0,480.0
15
+ 1973-01-01,5340.0,,145.0,,,,,2080.0,,3880.0,4760.0,,,,1170.0,116.0,4920.0,114.0,,,84.9,162.0,5010.0,2930.0,278.0,768.0,3700.0,,319.0,,606.0,5860.0,363.0,140.0,371.0,,417.0,1620.0,240.0,155.0,450.0,782.0,,1090.0,,,,,5030.0,,6070.0,,478.0,547.0,594.0,,248.0,,2250.0,,4180.0,769.0,,,4980.0,1160.0,3430.0,,,264.0,2860.0,153.0,,309.0,2510.0,437.0,,121.0,415.0,1890.0,312.0,,,,140.0,2420.0,2820.0,,146.0,469.0,831.0,5500.0,3200.0,974.0,558.0,3930.0,200.0,,93.9,681.0,,546.0,,426.0,5830.0,,,,,,7350.0,220.0,251.0,110.0,,7760.0,,,367.0,21400.0,,,,231.0,,,94.1,,,,266.0,1140.0,,,89.4,950.0,694.0,,,4220.0,197.0,252.0,415.0,5260.0,5690.0,78.9,4320.0,599.0,868.0,746.0,3520.0,490.0,258.0,98.4,,2430.0,1750.0,,333.0,5590.0,,,,70.9,2250.0,308.0,644.0,202.0,7200.0,1930.0,,,213.0,,318.0,144.0,826.0,,,357.0,,458.0,456.0,,166.0,176.0,270.0,,,,507.0,,688.0,1330.0,,,,,166.0,6740.0,1400.0,,323.0,1640.0,4190.0,,,,,1200.0,525.0,574.0
16
+ 1974-01-01,6320.0,,176.0,,,,,2820.0,,4620.0,6470.0,,,,1390.0,176.0,5760.0,124.0,,,95.3,174.0,5850.0,6950.0,451.0,995.0,3420.0,,386.0,,786.0,7030.0,431.0,142.0,388.0,,487.0,1510.0,300.0,158.0,527.0,832.0,,1220.0,,,,,5620.0,,6720.0,,581.0,807.0,979.0,,228.0,,2760.0,,5300.0,988.0,,,5340.0,2430.0,3670.0,,,301.0,3430.0,190.0,,377.0,2840.0,524.0,,130.0,583.0,2170.0,343.0,,,,216.0,2510.0,3720.0,,167.0,1020.0,1390.0,7120.0,3610.0,1200.0,685.0,4280.0,229.0,,77.8,1800.0,,711.0,,589.0,13200.0,,,,,,8440.0,269.0,308.0,134.0,,9340.0,,,442.0,22700.0,,,,261.0,,,88.5,,,,321.0,1250.0,,,107.0,1200.0,840.0,,,4870.0,208.0,402.0,561.0,6330.0,6810.0,96.7,4610.0,1950.0,965.0,915.0,4390.0,537.0,343.0,133.0,,2610.0,2000.0,,438.0,15600.0,,,,73.0,6490.0,454.0,738.0,252.0,7980.0,2360.0,,,235.0,,348.0,128.0,1010.0,,,403.0,,706.0,527.0,,163.0,238.0,332.0,,,,645.0,,930.0,2050.0,,,,,199.0,7240.0,1450.0,,348.0,2360.0,4390.0,,,,,1480.0,607.0,667.0
17
+ 1975-01-01,7170.0,27600.0,189.0,,,,,2010.0,,5270.0,6990.0,,,,1640.0,268.0,6730.0,153.0,,,114.0,207.0,6510.0,7270.0,504.0,1140.0,3160.0,,432.0,,886.0,7480.0,447.0,188.0,494.0,,589.0,693.0,356.0,176.0,546.0,956.0,,1380.0,,,976.0,,6210.0,,7950.0,,696.0,924.0,1120.0,,283.0,,3220.0,,6260.0,1190.0,,,6700.0,3330.0,4300.0,,,286.0,4260.0,221.0,,438.0,3160.0,589.0,,140.0,661.0,2250.0,362.0,,,,249.0,2970.0,3570.0,,161.0,1150.0,1490.0,6530.0,4090.0,1420.0,753.0,4580.0,242.0,,,1140.0,,754.0,,646.0,11500.0,,,,,,10500.0,281.0,355.0,130.0,,9070.0,,,506.0,28200.0,,,,301.0,,,134.0,,,,358.0,1560.0,,,116.0,1430.0,803.0,,,6160.0,207.0,437.0,565.0,7210.0,8200.0,122.0,4170.0,2380.0,1050.0,1080.0,5280.0,483.0,361.0,166.0,,2740.0,2130.0,,482.0,15300.0,,,,131.0,6340.0,386.0,802.0,298.0,9970.0,2560.0,,,241.0,,456.0,183.0,1280.0,,,445.0,,903.0,558.0,,211.0,256.0,352.0,,,,772.0,368.0,1140.0,2410.0,,,,,218.0,7820.0,1250.0,,348.0,2470.0,4250.0,,,,,1490.0,492.0,708.0
18
+ 1976-01-01,7150.0,30800.0,200.0,,,,,1930.0,,5660.0,7470.0,,,,1770.0,136.0,7270.0,156.0,,,120.0,209.0,7260.0,8510.0,559.0,1380.0,3330.0,,435.0,,717.0,8770.0,410.0,219.0,472.0,,674.0,932.0,387.0,163.0,625.0,1150.0,,1440.0,,,1160.0,,6610.0,,8750.0,,746.0,1020.0,1280.0,,324.0,,3290.0,,6740.0,1180.0,,,6870.0,4550.0,4140.0,,,276.0,4840.0,209.0,,454.0,3400.0,687.0,,142.0,602.0,2850.0,421.0,,,,297.0,2920.0,3530.0,,164.0,1470.0,1880.0,7670.0,4020.0,1460.0,911.0,5110.0,248.0,,,831.0,,682.0,,875.0,11800.0,,,,,,11400.0,262.0,356.0,125.0,,9890.0,,,528.0,28800.0,,,,280.0,,,149.0,,,,383.0,1730.0,780.0,,122.0,1400.0,933.0,,,5960.0,204.0,555.0,637.0,7790.0,8930.0,110.0,4370.0,2760.0,1090.0,996.0,5430.0,523.0,403.0,190.0,,2950.0,2170.0,,536.0,18900.0,,,,142.0,8220.0,414.0,812.0,359.0,10700.0,2650.0,,,206.0,,450.0,190.0,1390.0,,,538.0,,976.0,511.0,,208.0,251.0,392.0,,,,785.0,337.0,1280.0,2440.0,,,,,220.0,8610.0,1290.0,,339.0,2750.0,4580.0,,,,,1400.0,534.0,678.0
19
+ 1977-01-01,7750.0,34400.0,227.0,942.0,,,,2110.0,,6790.0,7760.0,,,,2000.0,127.0,8460.0,177.0,,,143.0,219.0,8370.0,9970.0,645.0,1550.0,3620.0,,508.0,,859.0,8880.0,509.0,241.0,465.0,,866.0,1250.0,411.0,183.0,775.0,1420.0,,1470.0,,,1480.0,,7650.0,,9760.0,495.0,845.0,1180.0,1510.0,,348.0,,3630.0,,7070.0,1200.0,,,7540.0,4150.0,4680.0,591.0,,313.0,5710.0,250.0,,472.0,3900.0,842.0,,144.0,590.0,3430.0,505.0,,,,357.0,3420.0,3810.0,,190.0,1590.0,2140.0,10100.0,4590.0,1580.0,1080.0,6230.0,309.0,,,766.0,,680.0,,1110.0,12000.0,,,,,,12400.0,294.0,390.0,160.0,,10900.0,,,595.0,31400.0,,,,294.0,,,164.0,,,,384.0,2040.0,898.0,,142.0,1250.0,1080.0,,,6160.0,241.0,534.0,749.0,9010.0,10300.0,103.0,4950.0,2800.0,1120.0,889.0,5710.0,553.0,450.0,209.0,,3210.0,2270.0,,648.0,19800.0,,,,161.0,9010.0,448.0,1050.0,434.0,11300.0,2880.0,,,234.0,,450.0,105.0,1770.0,,,666.0,,952.0,553.0,,220.0,309.0,445.0,,,,868.0,378.0,1430.0,3020.0,,,,,256.0,9470.0,1440.0,,374.0,3100.0,4970.0,,,,,1530.0,474.0,663.0
20
+ 1978-01-01,9130.0,28700.0,250.0,1060.0,,,,2130.0,,8190.0,8240.0,,,,2230.0,170.0,10300.0,226.0,,,156.0,264.0,8880.0,10800.0,734.0,1730.0,4130.0,,639.0,,981.0,9080.0,616.0,283.0,518.0,,1040.0,1420.0,523.0,155.0,904.0,1590.0,,1840.0,,,1930.0,,9450.0,,11800.0,608.0,859.0,1440.0,1590.0,,345.0,,4340.0,,7630.0,1360.0,,,9280.0,3450.0,5980.0,758.0,,354.0,7240.0,303.0,,,4710.0,910.0,,153.0,659.0,3920.0,565.0,,,,391.0,4400.0,3690.0,,209.0,1850.0,2020.0,11400.0,5590.0,1270.0,1290.0,8680.0,352.0,,,872.0,,784.0,,1470.0,12500.0,,,,,,17500.0,193.0,404.0,215.0,,13600.0,,,696.0,38400.0,,,,323.0,,,188.0,,,,376.0,2560.0,1090.0,,162.0,1530.0,1260.0,,,6150.0,322.0,525.0,694.0,11000.0,11500.0,117.0,5940.0,2650.0,1300.0,739.0,7030.0,639.0,506.0,238.0,,3570.0,2460.0,,776.0,21100.0,,,,189.0,9200.0,516.0,1360.0,455.0,12400.0,3430.0,,,317.0,,490.0,107.0,2020.0,,,695.0,,1110.0,600.0,,257.0,320.0,529.0,,,,987.0,455.0,1550.0,3380.0,,,,,205.0,10600.0,1710.0,,472.0,3290.0,5340.0,,,,,1720.0,513.0,640.0
21
+ 1979-01-01,11800.0,33700.0,279.0,1310.0,,,,2500.0,,9770.0,9270.0,,,,2700.0,194.0,11900.0,262.0,,,195.0,328.0,9610.0,15000.0,843.0,1890.0,5530.0,,853.0,,1070.0,10000.0,587.0,317.0,687.0,,1160.0,1880.0,670.0,183.0,1060.0,1770.0,,2000.0,,,2560.0,,11200.0,,13700.0,591.0,966.0,1760.0,1840.0,,413.0,,5750.0,,9340.0,1640.0,,,11200.0,4270.0,7800.0,884.0,,381.0,8480.0,354.0,,,5730.0,1010.0,,147.0,685.0,4570.0,639.0,,,,388.0,5420.0,4630.0,,228.0,2850.0,2300.0,12800.0,6970.0,1150.0,1560.0,8950.0,398.0,,,802.0,,918.0,,1860.0,19000.0,,,,,890.0,19800.0,232.0,445.0,228.0,,15800.0,,,817.0,45800.0,,,,407.0,,,241.0,,,,432.0,3200.0,1280.0,,175.0,1960.0,1600.0,,,7560.0,372.0,660.0,496.0,12600.0,13000.0,132.0,6670.0,3420.0,1450.0,920.0,8250.0,733.0,596.0,255.0,,4020.0,2760.0,,1010.0,27400.0,,,,223.0,12100.0,679.0,2000.0,455.0,14700.0,4080.0,,,357.0,,595.0,103.0,2150.0,,,756.0,,1150.0,704.0,,227.0,337.0,590.0,,,,1160.0,484.0,2080.0,4300.0,,,,,176.0,11700.0,2480.0,,547.0,3810.0,6320.0,,1060.0,,,2080.0,592.0,736.0
22
+ 1980-01-01,12400.0,43000.0,276.0,1570.0,,,,2740.0,,10800.0,10200.0,,,,3460.0,220.0,12900.0,283.0,2260.0,8540.0,223.0,378.0,11200.0,25500.0,845.0,1930.0,6340.0,329.0,1060.0,,1350.0,11100.0,546.0,350.0,950.0,18800.0,1230.0,2460.0,755.0,193.0,1240.0,2060.0,,2020.0,472.0,,4230.0,,12100.0,,13800.0,785.0,1140.0,2170.0,2260.0,,510.0,,6200.0,,11200.0,1890.0,,,12700.0,5890.0,10000.0,939.0,,412.0,9480.0,399.0,,230.0,5920.0,1130.0,,135.0,776.0,5700.0,706.0,,,,536.0,6370.0,5620.0,,271.0,3910.0,2320.0,15000.0,8430.0,1260.0,1790.0,9310.0,447.0,,,512.0,394.0,1110.0,,1780.0,20900.0,,,,,1130.0,20700.0,273.0,452.0,330.0,,17200.0,,,1060.0,51500.0,,,,462.0,,,265.0,,,,462.0,3950.0,1180.0,275.0,198.0,2760.0,1800.0,290.0,2400.0,8440.0,430.0,871.0,660.0,13600.0,15800.0,135.0,7470.0,5180.0,1910.0,1020.0,8980.0,792.0,685.0,296.0,,4500.0,3370.0,,1280.0,35000.0,,,,244.0,16700.0,732.0,2290.0,398.0,16900.0,5000.0,,,346.0,,629.0,99.1,2170.0,,,767.0,,1460.0,898.0,,229.0,418.0,683.0,,,,1370.0,573.0,1570.0,5750.0,,,,,99.2,12600.0,3490.0,,600.0,4450.0,7500.0,,981.0,,,2920.0,664.0,916.0
23
+ 1981-01-01,10400.0,45200.0,268.0,1780.0,,,,2760.0,,9360.0,11800.0,,,,3790.0,239.0,10700.0,254.0,2260.0,9270.0,229.0,338.0,13400.0,21900.0,1070.0,2120.0,6620.0,345.0,1040.0,,1310.0,12300.0,463.0,297.0,1080.0,17100.0,977.0,2870.0,830.0,196.0,1320.0,1090.0,,2040.0,458.0,,4030.0,,10200.0,,12000.0,879.0,1220.0,2210.0,2690.0,,509.0,,5360.0,203.0,10900.0,1900.0,,,11100.0,5190.0,9600.0,970.0,,380.0,8540.0,350.0,,158.0,5400.0,1200.0,,186.0,735.0,5990.0,752.0,,,,621.0,5980.0,5860.0,,275.0,2740.0,2400.0,15300.0,7600.0,1380.0,1930.0,10200.0,406.0,,,524.0,353.0,1320.0,,1970.0,17400.0,,,,,1270.0,19500.0,297.0,431.0,324.0,,14400.0,,,837.0,44400.0,,,,400.0,973.0,,218.0,,1330.0,,474.0,3900.0,1170.0,281.0,193.0,3480.0,1800.0,284.0,2180.0,6820.0,362.0,807.0,740.0,11300.0,15500.0,155.0,7810.0,5950.0,2120.0,1190.0,8190.0,756.0,732.0,340.0,,4920.0,3250.0,,1590.0,34900.0,,,,265.0,17600.0,785.0,2380.0,482.0,15400.0,5670.0,,,342.0,,555.0,112.0,2420.0,,,726.0,,1670.0,920.0,,190.0,342.0,721.0,,,,1290.0,666.0,1580.0,6210.0,,,,,103.0,14000.0,3760.0,,738.0,4860.0,8390.0,,833.0,,,3070.0,664.0,1060.0
24
+ 1982-01-01,9610.0,40300.0,,2000.0,,,,2910.0,,9390.0,12800.0,,,,3950.0,213.0,9380.0,245.0,2220.0,9450.0,232.0,322.0,14200.0,20800.0,994.0,2210.0,7170.0,343.0,947.0,,1180.0,12400.0,492.0,310.0,1130.0,17400.0,840.0,2110.0,772.0,202.0,1380.0,1050.0,,2110.0,454.0,,4120.0,,9880.0,,11700.0,959.0,1310.0,2180.0,2400.0,,545.0,,5150.0,208.0,10900.0,1790.0,,,10500.0,4740.0,9150.0,1020.0,,351.0,7810.0,333.0,,177.0,5600.0,1180.0,,195.0,625.0,6130.0,751.0,,,,622.0,6150.0,6100.0,,279.0,2950.0,2890.0,13900.0,7530.0,1500.0,1980.0,9430.0,366.0,,,517.0,321.0,1400.0,,2080.0,14300.0,,,,,1190.0,19700.0,314.0,424.0,238.0,,13100.0,,,816.0,41400.0,,,,382.0,1050.0,,190.0,,1440.0,,462.0,3790.0,1090.0,290.0,180.0,2370.0,1880.0,284.0,2010.0,6210.0,327.0,661.0,714.0,10900.0,15200.0,159.0,7660.0,5860.0,2280.0,1170.0,8000.0,698.0,742.0,359.0,,5120.0,3080.0,,1490.0,27400.0,,,,257.0,13700.0,764.0,2250.0,452.0,13500.0,6000.0,,,389.0,,528.0,123.0,2490.0,,,707.0,,1700.0,841.0,,177.0,282.0,743.0,,,,1210.0,663.0,1400.0,7130.0,,,,,163.0,14400.0,3110.0,,836.0,4800.0,8160.0,,808.0,770.0,,2760.0,621.0,1080.0
25
+ 1983-01-01,8020.0,35200.0,,2260.0,,,,3530.0,,9510.0,11500.0,,,,4170.0,197.0,8880.0,218.0,1900.0,9420.0,241.0,271.0,15900.0,18200.0,941.0,1560.0,7700.0,372.0,1060.0,,1210.0,13400.0,386.0,265.0,1070.0,17300.0,729.0,1690.0,756.0,224.0,1340.0,1560.0,,2230.0,436.0,,4090.0,,9830.0,,11800.0,1070.0,1380.0,2270.0,2010.0,,585.0,,4470.0,224.0,10500.0,1640.0,1320.0,,10000.0,4330.0,8690.0,1050.0,,341.0,7990.0,317.0,,163.0,5040.0,1200.0,,188.0,639.0,5600.0,771.0,,,,548.0,5910.0,6680.0,,297.0,2740.0,3360.0,11800.0,7810.0,1620.0,2000.0,10200.0,328.0,,,500.0,324.0,1400.0,,2270.0,13200.0,,,,,1260.0,19600.0,335.0,391.0,253.0,,12900.0,,,729.0,38900.0,,,,371.0,1200.0,,181.0,,1500.0,,472.0,3530.0,1090.0,338.0,182.0,1990.0,2060.0,249.0,2130.0,5540.0,284.0,445.0,780.0,10500.0,14900.0,159.0,7600.0,5830.0,2290.0,906.0,8070.0,734.0,645.0,324.0,,5220.0,2740.0,,1500.0,20900.0,,,,261.0,10900.0,708.0,2210.0,400.0,12400.0,6710.0,,,292.0,,458.0,118.0,2390.0,,,720.0,,1770.0,843.0,,172.0,253.0,798.0,,,,1210.0,649.0,1310.0,6850.0,,,,,163.0,15600.0,1720.0,,913.0,4780.0,8820.0,,886.0,706.0,,2890.0,516.0,947.0
26
+ 1984-01-01,7730.0,32700.0,,2600.0,663.0,,,2650.0,,8970.0,12400.0,,,,4520.0,207.0,8490.0,194.0,1940.0,9590.0,213.0,252.0,17500.0,17400.0,1050.0,1570.0,8870.0,371.0,1080.0,,1320.0,13800.0,269.0,250.0,1090.0,16500.0,700.0,1610.0,775.0,249.0,1300.0,1750.0,,2400.0,406.0,,4260.0,,9280.0,,11500.0,1210.0,1620.0,2420.0,1930.0,,623.0,,4480.0,205.0,10800.0,1680.0,,,9430.0,4430.0,8180.0,1120.0,,358.0,7200.0,253.0,,171.0,4870.0,1220.0,,156.0,577.0,6210.0,807.0,,,,551.0,5690.0,6260.0,,282.0,3080.0,3350.0,12100.0,7720.0,1040.0,1950.0,10800.0,327.0,,,474.0,304.0,1660.0,,2470.0,13100.0,,,491.0,,1580.0,18600.0,387.0,392.0,211.0,,12600.0,,,646.0,36400.0,,,,303.0,1230.0,,180.0,,1120.0,,423.0,3330.0,1030.0,618.0,174.0,2300.0,2250.0,255.0,1760.0,5250.0,224.0,349.0,861.0,9810.0,15000.0,164.0,6710.0,6170.0,2340.0,898.0,8090.0,712.0,594.0,340.0,,5730.0,2520.0,,1130.0,19600.0,,,,270.0,9500.0,962.0,2260.0,459.0,12900.0,7160.0,,,311.0,,433.0,129.0,2320.0,,,742.0,,1700.0,727.0,,186.0,229.0,818.0,,,,1170.0,685.0,1250.0,6710.0,,,,,255.0,17100.0,1620.0,,998.0,3320.0,9120.0,,1070.0,686.0,,2790.0,410.0,745.0
27
+ 1985-01-01,7780.0,30100.0,,3070.0,663.0,,736.0,2910.0,,9150.0,11400.0,,,,4710.0,236.0,8780.0,201.0,1960.0,8710.0,241.0,244.0,18300.0,15800.0,890.0,1640.0,9890.0,367.0,941.0,,1270.0,14000.0,240.0,330.0,1040.0,16600.0,687.0,1360.0,785.0,293.0,1160.0,1780.0,,2270.0,416.0,,4490.0,,9390.0,804.0,12200.0,1340.0,773.0,2540.0,1910.0,,689.0,,4690.0,233.0,11400.0,1600.0,,,9770.0,4040.0,8650.0,1280.0,,354.0,7760.0,308.0,,199.0,4830.0,1230.0,,158.0,603.0,6540.0,859.0,,,,538.0,6010.0,5700.0,,303.0,3100.0,3590.0,12500.0,7970.0,909.0,1890.0,11500.0,312.0,,,343.0,315.0,1860.0,,2540.0,12400.0,,,644.0,,1500.0,19400.0,377.0,387.0,169.0,,13000.0,,,636.0,37600.0,,,,286.0,1140.0,,177.0,,1140.0,,387.0,3320.0,1060.0,693.0,156.0,2370.0,2020.0,334.0,1410.0,5530.0,215.0,344.0,723.0,9760.0,15800.0,162.0,7600.0,6680.0,2420.0,825.0,8600.0,659.0,566.0,329.0,,6010.0,2710.0,,801.0,16600.0,,,,281.0,7830.0,858.0,2510.0,553.0,13500.0,6780.0,,,239.0,,460.0,144.0,2320.0,,,759.0,,1540.0,512.0,,203.0,234.0,748.0,,,,1160.0,639.0,1370.0,6300.0,,,,,240.0,18300.0,1570.0,,1080.0,3340.0,9260.0,239.0,951.0,597.0,,2140.0,329.0,636.0
28
+ 1986-01-01,10400.0,23800.0,,3810.0,719.0,,715.0,3600.0,,13100.0,11400.0,,,,5150.0,226.0,12200.0,257.0,2260.0,7040.0,243.0,303.0,20500.0,10300.0,640.0,1930.0,10300.0,416.0,1140.0,,1340.0,14300.0,262.0,418.0,865.0,23700.0,869.0,1440.0,992.0,280.0,1140.0,1980.0,,2380.0,568.0,,5640.0,,13400.0,,17100.0,1530.0,918.0,2710.0,1670.0,,696.0,,6500.0,234.0,15000.0,1800.0,1280.0,,13600.0,4010.0,10600.0,1440.0,,437.0,11300.0,242.0,369.0,233.0,5680.0,892.0,,140.0,677.0,7440.0,872.0,,,,483.0,8100.0,6910.0,,317.0,2960.0,4020.0,16600.0,11300.0,1180.0,2330.0,16900.0,355.0,,,322.0,436.0,2260.0,,2910.0,9830.0,,,470.0,,1760.0,28300.0,397.0,381.0,194.0,,18900.0,,,815.0,52200.0,,,,317.0,1390.0,,223.0,,1470.0,,442.0,4190.0,1430.0,747.0,154.0,1630.0,1740.0,392.0,1520.0,7630.0,276.0,241.0,760.0,13600.0,18900.0,173.0,9430.0,4690.0,2460.0,743.0,12800.0,702.0,535.0,326.0,,6440.0,3860.0,,903.0,12700.0,,,,304.0,6250.0,756.0,3060.0,689.0,17700.0,6860.0,,,133.0,,631.0,153.0,2340.0,,,744.0,,1210.0,611.0,,204.0,315.0,813.0,,,,1200.0,724.0,1510.0,4050.0,,,,,258.0,19100.0,1940.0,,1220.0,3310.0,9720.0,437.0,892.0,629.0,,2480.0,236.0,676.0
29
+ 1987-01-01,12600.0,24000.0,,4510.0,699.0,,697.0,3550.0,,16400.0,11600.0,,,,5650.0,247.0,15200.0,291.0,3170.0,7550.0,222.0,344.0,22400.0,11700.0,687.0,2070.0,11200.0,505.0,1560.0,,1590.0,16200.0,241.0,438.0,1050.0,29500.0,923.0,1670.0,1120.0,250.0,1160.0,2050.0,,2450.0,694.0,,6690.0,,16600.0,767.0,21300.0,1750.0,856.0,2760.0,1480.0,,768.0,,8230.0,242.0,18600.0,1630.0,1300.0,,16300.0,3760.0,13100.0,1680.0,,376.0,14600.0,274.0,381.0,274.0,6590.0,854.0,,183.0,480.0,9060.0,923.0,,,,449.0,9570.0,8120.0,,348.0,3470.0,2490.0,22700.0,14200.0,1400.0,2370.0,20400.0,377.0,,,363.0,513.0,2620.0,,3630.0,11700.0,,,279.0,,1850.0,37900.0,408.0,443.0,243.0,,23400.0,,,881.0,63000.0,,,,243.0,1490.0,,254.0,,1490.0,,488.0,5080.0,1820.0,719.0,145.0,1730.0,1930.0,176.0,1850.0,9270.0,315.0,273.0,993.0,16400.0,22500.0,175.0,12300.0,4820.0,2420.0,987.0,13800.0,813.0,579.0,329.0,,6940.0,4800.0,,964.0,12900.0,1660.0,,,320.0,5900.0,832.0,3650.0,867.0,21500.0,7790.0,,,185.0,,736.0,164.0,2530.0,,,771.0,,998.0,761.0,,215.0,360.0,936.0,,,698.0,1260.0,865.0,1700.0,4010.0,,,,1250.0,398.0,20100.0,2420.0,,1340.0,2480.0,10800.0,594.0,961.0,694.0,,3160.0,313.0,708.0
30
+ 1988-01-01,14300.0,22500.0,,5420.0,677.0,,680.0,3980.0,,17500.0,14300.0,,,,5980.0,260.0,16500.0,313.0,2560.0,7960.0,205.0,346.0,24300.0,11100.0,709.0,2290.0,11400.0,549.0,2030.0,,1760.0,18800.0,271.0,453.0,980.0,31700.0,906.0,1930.0,1100.0,282.0,1230.0,2070.0,,2640.0,772.0,,7650.0,,17900.0,755.0,22400.0,2000.0,773.0,2370.0,1350.0,,649.0,,9690.0,243.0,22100.0,1540.0,1360.0,,17700.0,4280.0,16000.0,1880.0,,375.0,16400.0,316.0,431.0,286.0,7630.0,923.0,,169.0,564.0,10600.0,857.0,,,,515.0,10700.0,9880.0,,362.0,3750.0,2180.0,24700.0,15700.0,1620.0,2130.0,24600.0,382.0,,,455.0,528.0,3090.0,,4810.0,10300.0,,,150.0,1240.0,2050.0,41400.0,420.0,478.0,278.0,,26300.0,,,1030.0,68400.0,,,,225.0,1600.0,,253.0,,1530.0,,500.0,5810.0,2050.0,830.0,159.0,2220.0,2050.0,157.0,1920.0,12700.0,312.0,256.0,664.0,17400.0,24200.0,202.0,13800.0,4990.0,2040.0,720.0,14200.0,923.0,644.0,368.0,,7540.0,5620.0,,1010.0,13600.0,1750.0,,,340.0,5840.0,1050.0,4120.0,635.0,24200.0,9320.0,,,270.0,,706.0,167.0,2950.0,,,806.0,,902.0,864.0,,266.0,385.0,1120.0,,,859.0,1280.0,1130.0,1740.0,3730.0,,,219.0,1450.0,399.0,21500.0,2680.0,,1540.0,3110.0,11500.0,402.0,1070.0,824.0,,3400.0,501.0,793.0
31
+ 1989-01-01,15200.0,24300.0,,6030.0,723.0,,995.0,2380.0,,17400.0,17800.0,,,,6590.0,266.0,16600.0,305.0,2450.0,8030.0,204.0,311.0,25500.0,12000.0,711.0,2890.0,12200.0,521.0,2300.0,,1980.0,20600.0,267.0,433.0,1030.0,30300.0,833.0,2190.0,951.0,309.0,1210.0,2290.0,,2570.0,773.0,,8040.0,,17700.0,731.0,21800.0,2150.0,942.0,2180.0,1400.0,,718.0,,10700.0,247.0,24000.0,1630.0,1440.0,,17700.0,4540.0,16200.0,2200.0,,369.0,16800.0,322.0,423.0,244.0,7880.0,968.0,,214.0,521.0,12100.0,748.0,,,,578.0,11200.0,9870.0,,354.0,3850.0,2080.0,22700.0,16300.0,1850.0,1380.0,24500.0,365.0,,,425.0,493.0,3510.0,,5860.0,11800.0,,,173.0,1020.0,2290.0,39400.0,415.0,368.0,288.0,,27700.0,,,1030.0,68600.0,,,,223.0,1590.0,,257.0,,1670.0,,498.0,6040.0,2080.0,905.0,175.0,2640.0,2190.0,173.0,1870.0,13100.0,290.0,260.0,250.0,17100.0,24300.0,199.0,13300.0,5380.0,2010.0,1030.0,13600.0,874.0,705.0,372.0,,8060.0,6060.0,,1110.0,14000.0,1790.0,,3430.0,333.0,6090.0,1100.0,4390.0,610.0,25300.0,10700.0,,,234.0,,674.0,174.0,1360.0,,,830.0,,815.0,836.0,,249.0,367.0,1290.0,,,854.0,1270.0,1120.0,2020.0,3560.0,,,184.0,1600.0,312.0,22900.0,2730.0,,1660.0,2190.0,13000.0,97.2,1010.0,759.0,,3620.0,522.0,815.0
32
+ 1990-01-01,18900.0,28100.0,,6330.0,639.0,637.0,968.0,4330.0,,21600.0,18200.0,,1240.0,,7800.0,291.0,20700.0,352.0,2380.0,8530.0,202.0,392.0,26800.0,13700.0,716.0,3090.0,12400.0,560.0,2740.0,1700.0,2200.0,21300.0,268.0,495.0,1170.0,38300.0,891.0,2390.0,924.0,316.0,1210.0,2400.0,,2700.0,872.0,,9640.0,3900.0,22200.0,767.0,26900.0,2340.0,976.0,2360.0,1510.0,,766.0,,13800.0,253.0,28400.0,1840.0,1530.0,,21800.0,6290.0,19100.0,2300.0,1620.0,403.0,18300.0,346.0,443.0,300.0,9670.0,860.0,,240.0,547.0,13500.0,622.0,,,,641.0,14000.0,11300.0,,376.0,10300.0,2060.0,25700.0,20800.0,1920.0,1310.0,25100.0,366.0,609.0,,400.0,606.0,3900.0,,6640.0,8950.0,,1650.0,204.0,1050.0,2870.0,49500.0,472.0,183.0,341.0,,34900.0,,6790.0,1160.0,84300.0,972.0,,,267.0,1660.0,2230.0,304.0,,1170.0,,504.0,7190.0,2510.0,996.0,199.0,3050.0,2420.0,185.0,1980.0,14800.0,320.0,322.0,244.0,20900.0,28200.0,200.0,13700.0,6460.0,2140.0,1180.0,16000.0,774.0,715.0,360.0,1700.0,8650.0,7890.0,5100.0,1340.0,15400.0,1650.0,,3490.0,353.0,7210.0,970.0,5270.0,481.0,30200.0,12800.0,,2400.0,161.0,,761.0,145.0,955.0,,,898.0,,989.0,1290.0,,292.0,430.0,1510.0,496.0,,881.0,1510.0,1190.0,2790.0,4150.0,980.0,,172.0,1570.0,245.0,24000.0,2990.0,651.0,1840.0,2380.0,15100.0,98.0,1080.0,772.0,479.0,3180.0,419.0,840.0
33
+ 1991-01-01,19500.0,27000.0,,6580.0,349.0,589.0,1070.0,5740.0,,22400.0,18800.0,,1210.0,,7710.0,282.0,21100.0,346.0,1270.0,9060.0,203.0,383.0,27700.0,14000.0,768.0,2680.0,11900.0,467.0,2770.0,1750.0,2320.0,21600.0,,462.0,1110.0,38300.0,837.0,2710.0,1000.0,331.0,1210.0,2270.0,,2280.0,889.0,,9700.0,2870.0,23300.0,755.0,27000.0,2550.0,1320.0,1700.0,1640.0,,644.0,,14800.0,271.0,25500.0,1880.0,1680.0,,21800.0,5560.0,19900.0,2500.0,1310.0,439.0,18300.0,727.0,475.0,287.0,10300.0,1030.0,,247.0,466.0,15500.0,609.0,,479.0,3330.0,705.0,14100.0,12000.0,,310.0,,,27100.0,21900.0,1710.0,1230.0,28500.0,336.0,576.0,,661.0,584.0,4010.0,,7680.0,5510.0,,1510.0,235.0,1620.0,3080.0,51000.0,521.0,168.0,374.0,,37200.0,,7340.0,1220.0,83700.0,835.0,,,223.0,1700.0,2340.0,298.0,,1070.0,,694.0,7690.0,2670.0,1100.0,228.0,3580.0,2630.0,198.0,2050.0,15100.0,291.0,279.0,351.0,21400.0,28600.0,211.0,12200.0,6020.0,2300.0,1520.0,16200.0,889.0,716.0,398.0,2190.0,9060.0,8960.0,5420.0,1600.0,14200.0,1250.0,,3430.0,274.0,7850.0,999.0,5290.0,429.0,31400.0,14500.0,,2680.0,192.0,,725.0,,1090.0,,,979.0,,1010.0,1300.0,,306.0,412.0,1720.0,468.0,,848.0,1570.0,1390.0,2750.0,4360.0,1030.0,,194.0,1490.0,183.0,24400.0,3580.0,659.0,1970.0,2560.0,15900.0,143.0,1250.0,765.0,479.0,3350.0,420.0,805.0
34
+ 1992-01-01,20500.0,26900.0,,6680.0,218.0,369.0,514.0,6820.0,,24800.0,18600.0,,676.0,,7480.0,282.0,23500.0,241.0,1210.0,9090.0,184.0,315.0,28700.0,15400.0,792.0,2530.0,11700.0,475.0,2830.0,1670.0,2660.0,20700.0,,463.0,1170.0,39400.0,861.0,3240.0,891.0,365.0,1420.0,2650.0,,2050.0,968.0,,11300.0,3340.0,26300.0,760.0,29500.0,2700.0,1500.0,1740.0,1710.0,,717.0,143.0,16100.0,204.0,22300.0,2060.0,1760.0,,23900.0,5600.0,20500.0,2580.0,757.0,415.0,18800.0,729.0,488.0,337.0,11200.0,1120.0,,213.0,509.0,18000.0,660.0,,305.0,3710.0,752.0,15700.0,12800.0,,324.0,,,27400.0,23200.0,1460.0,1420.0,31000.0,328.0,513.0,,677.0,614.0,4400.0,,8140.0,,,1520.0,251.0,1970.0,3370.0,55300.0,557.0,110.0,434.0,,41200.0,,7600.0,1240.0,91700.0,625.0,,,247.0,1840.0,1160.0,343.0,,587.0,,684.0,8370.0,2970.0,1250.0,184.0,4050.0,3080.0,137.0,2280.0,16300.0,284.0,291.0,413.0,23500.0,30500.0,179.0,11800.0,6340.0,2560.0,1550.0,17300.0,1000.0,815.0,415.0,2410.0,9660.0,10800.0,5190.0,1600.0,15600.0,1100.0,,3100.0,310.0,7900.0,1150.0,6050.0,257.0,32300.0,16100.0,,2910.0,169.0,,751.0,,966.0,,,1080.0,,1000.0,1420.0,,297.0,425.0,1930.0,346.0,,824.0,1830.0,1440.0,2850.0,4470.0,1070.0,,174.0,1420.0,152.0,25500.0,4080.0,604.0,2160.0,2830.0,16800.0,144.0,1260.0,799.0,496.0,3560.0,387.0,615.0
35
+ 1993-01-01,16500.0,26200.0,,7040.0,381.0,357.0,464.0,6970.0,,24000.0,17700.0,,530.0,,7820.0,289.0,22400.0,244.0,1280.0,9710.0,156.0,407.0,30900.0,14700.0,786.0,2790.0,11400.0,453.0,2760.0,1590.0,2820.0,19900.0,,409.0,744.0,38000.0,826.0,3420.0,1030.0,376.0,1580.0,2910.0,,2070.0,1290.0,,10500.0,3920.0,25500.0,726.0,27600.0,2810.0,1690.0,1770.0,1750.0,,785.0,140.0,13400.0,165.0,17600.0,2170.0,1910.0,,22500.0,4270.0,18400.0,2550.0,550.0,375.0,16800.0,749.0,460.0,329.0,10400.0,1200.0,,217.0,611.0,20400.0,655.0,,249.0,3850.0,840.0,14600.0,12500.0,,309.0,,1020.0,23800.0,18700.0,2000.0,1440.0,35500.0,223.0,449.0,251.0,653.0,594.0,4740.0,,8870.0,,,1430.0,287.0,2600.0,3430.0,55900.0,586.0,79.9,426.0,,41800.0,,6730.0,1150.0,85400.0,640.0,,,267.0,1990.0,1290.0,314.0,,340.0,,567.0,7430.0,2970.0,1380.0,211.0,5500.0,3400.0,136.0,2060.0,16600.0,188.0,153.0,395.0,22700.0,28000.0,187.0,13100.0,6110.0,2740.0,1480.0,17700.0,1110.0,817.0,428.0,2450.0,10200.0,9540.0,4640.0,1580.0,14500.0,1160.0,,2930.0,325.0,7440.0,1210.0,6520.0,315.0,24100.0,18300.0,,3090.0,193.0,,690.0,,1010.0,,,1240.0,,1010.0,1470.0,,224.0,302.0,2150.0,293.0,,796.0,1700.0,1450.0,3180.0,3680.0,1050.0,,156.0,1260.0,166.0,26500.0,4720.0,597.0,2210.0,2750.0,18700.0,189.0,1180.0,796.0,391.0,3580.0,389.0,585.0
36
+ 1994-01-01,16200.0,26600.0,,7510.0,619.0,400.0,346.0,7480.0,,25600.0,18100.0,17300.0,436.0,343.0,8200.0,288.0,24300.0,193.0,1150.0,10100.0,151.0,276.0,31500.0,14200.0,801.0,3500.0,11800.0,529.0,2760.0,1460.0,2870.0,19800.0,143.0,266.0,668.0,41700.0,602.0,3880.0,681.0,472.0,2270.0,3110.0,,2620.0,1040.0,,11600.0,4580.0,27100.0,753.0,30000.0,3020.0,1850.0,1480.0,2050.0,,862.0,158.0,13500.0,126.0,20300.0,2380.0,1910.0,,23600.0,3980.0,19700.0,2630.0,517.0,333.0,18100.0,720.0,450.0,236.0,11100.0,1330.0,,211.0,745.0,22500.0,629.0,,282.0,4150.0,926.0,15900.0,13800.0,,355.0,,1130.0,24300.0,19300.0,2010.0,1540.0,38800.0,268.0,372.0,268.0,746.0,409.0,5230.0,,10300.0,,,1320.0,325.0,3230.0,3560.0,64100.0,655.0,65.5,438.0,,45800.0,,6150.0,1280.0,89400.0,461.0,,,228.0,2140.0,1720.0,201.0,,406.0,,580.0,8150.0,3200.0,1490.0,120.0,5640.0,3690.0,140.0,2260.0,16000.0,177.0,171.0,848.0,24200.0,29300.0,203.0,15300.0,6120.0,2860.0,1860.0,16600.0,1200.0,942.0,420.0,2820.0,10900.0,9980.0,4970.0,1680.0,14900.0,1320.0,,2660.0,132.0,7380.0,1330.0,6580.0,440.0,25700.0,21600.0,,3760.0,231.0,,457.0,,1410.0,,,1420.0,,726.0,1500.0,,175.0,235.0,2470.0,236.0,,625.0,1780.0,2020.0,2270.0,3960.0,1180.0,,160.0,1010.0,199.0,27800.0,5460.0,576.0,2250.0,2610.0,,230.0,1340.0,1310.0,289.0,3650.0,424.0,603.0
37
+ 1995-01-01,18500.0,28000.0,,7230.0,761.0,456.0,416.0,7410.0,,30300.0,20400.0,16400.0,397.0,530.0,8600.0,317.0,28500.0,236.0,1550.0,10400.0,161.0,362.0,34000.0,16000.0,879.0,4850.0,12200.0,595.0,2990.0,1370.0,3000.0,20500.0,134.0,341.0,778.0,48500.0,774.0,4940.0,627.0,608.0,2530.0,3370.0,,2780.0,1220.0,,15200.0,5770.0,31700.0,750.0,35400.0,3140.0,2050.0,1420.0,2160.0,3040.0,984.0,170.0,15600.0,134.0,26300.0,2540.0,2070.0,,27000.0,4590.0,21300.0,2760.0,569.0,386.0,21700.0,738.0,471.0,321.0,12900.0,1470.0,,223.0,854.0,23500.0,699.0,4790.0,359.0,4470.0,1040.0,19100.0,17900.0,12700.0,384.0,,1500.0,26900.0,20600.0,2340.0,1600.0,42500.0,330.0,364.0,320.0,754.0,498.0,5380.0,,12400.0,17100.0,,1290.0,362.0,3860.0,3810.0,78800.0,718.0,64.8,490.0,,53200.0,2370.0,5380.0,1370.0,102000.0,477.0,,,235.0,2360.0,2260.0,274.0,,632.0,,606.0,9720.0,3600.0,1630.0,140.0,3600.0,4290.0,141.0,2380.0,18700.0,205.0,263.0,889.0,28800.0,34900.0,214.0,17400.0,6410.0,2870.0,2170.0,18500.0,983.0,1060.0,479.0,3610.0,11600.0,11800.0,5520.0,1890.0,16200.0,1560.0,,2670.0,228.0,7670.0,1450.0,6750.0,462.0,29900.0,24900.0,10700.0,4800.0,222.0,,560.0,,1590.0,,,1650.0,,795.0,1760.0,,207.0,306.0,2850.0,213.0,,593.0,2010.0,2110.0,2900.0,4250.0,1190.0,,181.0,936.0,278.0,28800.0,5980.0,586.0,2460.0,3390.0,,288.0,1390.0,1320.0,284.0,3970.0,431.0,611.0
38
+ 1996-01-01,19000.0,29800.0,,7700.0,951.0,503.0,604.0,7720.0,,29700.0,21900.0,16600.0,409.0,799.0,9140.0,379.0,27600.0,249.0,1210.0,10500.0,138.0,382.0,44800.0,16900.0,947.0,5190.0,12700.0,617.0,2990.0,1450.0,3020.0,21100.0,134.0,301.0,908.0,46600.0,830.0,5170.0,680.0,707.0,2610.0,3320.0,,2280.0,1230.0,,15100.0,6470.0,30500.0,731.0,35700.0,3320.0,2230.0,1570.0,2180.0,3350.0,1090.0,200.0,16200.0,145.0,25800.0,2710.0,2020.0,,27000.0,5140.0,22400.0,2920.0,670.0,404.0,21400.0,774.0,478.0,509.0,13700.0,1540.0,,232.0,965.0,24800.0,705.0,5270.0,364.0,4500.0,1150.0,20800.0,19200.0,14000.0,411.0,,1800.0,28000.0,23000.0,2600.0,1600.0,37400.0,427.0,395.0,316.0,876.0,483.0,5660.0,,13300.0,19900.0,30200.0,1350.0,376.0,4460.0,3800.0,80000.0,758.0,72.5,459.0,,52200.0,2440.0,5760.0,1500.0,101000.0,462.0,,,288.0,2160.0,2240.0,284.0,,581.0,,600.0,9850.0,3900.0,1800.0,225.0,4090.0,4740.0,197.0,2310.0,18300.0,209.0,315.0,906.0,28500.0,37300.0,214.0,18800.0,7020.0,3310.0,2220.0,18000.0,1060.0,1160.0,487.0,4070.0,12200.0,12200.0,6110.0,1990.0,17700.0,1560.0,,2640.0,233.0,8370.0,1530.0,6580.0,293.0,32600.0,26300.0,10800.0,5180.0,240.0,,567.0,,1950.0,,,1780.0,,935.0,1630.0,,223.0,334.0,3050.0,178.0,,558.0,2150.0,2280.0,3050.0,4580.0,1330.0,,217.0,873.0,282.0,30100.0,6320.0,601.0,2600.0,3030.0,,337.0,1430.0,1460.0,371.0,3690.0,396.0,722.0
39
+ 1997-01-01,18400.0,30200.0,,8030.0,698.0,523.0,598.0,8210.0,,26600.0,23500.0,17900.0,506.0,1040.0,9630.0,386.0,25000.0,230.0,1350.0,10600.0,153.0,357.0,48500.0,16800.0,993.0,5310.0,17300.0,702.0,3030.0,1400.0,2990.0,21700.0,138.0,274.0,807.0,40400.0,779.0,5570.0,669.0,779.0,2810.0,3510.0,,2300.0,1170.0,,14200.0,5980.0,27000.0,731.0,32800.0,3470.0,2370.0,1590.0,2390.0,3610.0,1240.0,193.0,14900.0,142.0,24700.0,2640.0,1910.0,,24400.0,4680.0,24700.0,3020.0,775.0,392.0,19100.0,713.0,456.0,939.0,13300.0,1700.0,,225.0,1020.0,27300.0,797.0,5210.0,410.0,4570.0,1080.0,22500.0,19400.0,16000.0,427.0,,1680.0,28100.0,21800.0,2950.0,1630.0,34300.0,453.0,376.0,302.0,878.0,433.0,6270.0,,12200.0,18600.0,,1450.0,343.0,5090.0,4000.0,72400.0,813.0,125.0,477.0,,46400.0,2850.0,6230.0,1340.0,90900.0,528.0,,,247.0,2060.0,1880.0,262.0,,506.0,,566.0,9680.0,3650.0,1980.0,256.0,4860.0,4590.0,225.0,2330.0,16300.0,187.0,314.0,905.0,26300.0,36600.0,227.0,17500.0,7270.0,3510.0,2290.0,15900.0,993.0,1130.0,467.0,4080.0,12800.0,11600.0,6250.0,1980.0,21300.0,1560.0,3180.0,2740.0,286.0,8660.0,1500.0,7280.0,369.0,29900.0,26400.0,10400.0,5140.0,216.0,,510.0,,2080.0,,,1900.0,,956.0,1710.0,,207.0,333.0,2510.0,155.0,,565.0,2250.0,2200.0,3140.0,4550.0,1370.0,,250.0,991.0,284.0,31600.0,7330.0,623.0,2710.0,3730.0,,361.0,1460.0,1660.0,425.0,3730.0,462.0,708.0
40
+ 1998-01-01,19000.0,27500.0,,8360.0,872.0,608.0,491.0,8280.0,,27300.0,21300.0,19100.0,562.0,1130.0,10800.0,392.0,25500.0,256.0,1770.0,10000.0,139.0,375.0,51400.0,12800.0,1040.0,5110.0,18500.0,706.0,2830.0,1510.0,3060.0,20900.0,138.0,277.0,658.0,41500.0,817.0,5270.0,637.0,826.0,2550.0,3760.0,40500.0,2330.0,1230.0,,15000.0,6450.0,27300.0,735.0,33400.0,3680.0,2520.0,1560.0,2320.0,4050.0,1320.0,203.0,15500.0,125.0,26000.0,2070.0,2030.0,24500.0,25100.0,3840.0,26100.0,3360.0,805.0,416.0,20500.0,725.0,424.0,762.0,13400.0,1810.0,,169.0,973.0,25800.0,870.0,5650.0,449.0,4730.0,470.0,24200.0,19300.0,18500.0,425.0,,1610.0,31000.0,22300.0,3420.0,1730.0,31000.0,475.0,345.0,267.0,839.0,429.0,6470.0,,8130.0,15100.0,,1470.0,246.0,5540.0,4300.0,76900.0,841.0,141.0,450.0,,47900.0,3150.0,5440.0,1410.0,93100.0,449.0,,,253.0,2090.0,1770.0,267.0,,477.0,,539.0,10100.0,3590.0,2060.0,164.0,4990.0,3230.0,249.0,2110.0,15400.0,203.0,274.0,939.0,27500.0,34800.0,219.0,14700.0,6490.0,3730.0,2160.0,16500.0,742.0,971.0,453.0,4480.0,14300.0,12200.0,6330.0,1760.0,18600.0,1870.0,2420.0,1830.0,277.0,7560.0,1210.0,7720.0,346.0,30100.0,21800.0,11200.0,5530.0,170.0,,536.0,,2080.0,,,2040.0,,975.0,1530.0,,226.0,344.0,1840.0,220.0,,593.0,2340.0,1950.0,4390.0,4790.0,1370.0,,297.0,835.0,289.0,32900.0,7710.0,623.0,2950.0,3890.0,,361.0,1470.0,1560.0,382.0,3290.0,369.0,523.0
41
+ 1999-01-01,19300.0,29200.0,,8570.0,1100.0,597.0,455.0,7760.0,,27100.0,20500.0,19400.0,574.0,1250.0,11300.0,394.0,25400.0,267.0,1660.0,10300.0,123.0,369.0,54200.0,14200.0,996.0,3500.0,20500.0,764.0,3180.0,1210.0,3160.0,22100.0,103.0,280.0,773.0,40600.0,783.0,4780.0,676.0,870.0,2200.0,4110.0,42400.0,2560.0,1360.0,,15200.0,6290.0,26800.0,753.0,33400.0,3830.0,2550.0,1560.0,1600.0,4140.0,1390.0,182.0,15900.0,120.0,26200.0,2410.0,2050.0,24600.0,24800.0,3900.0,26600.0,3740.0,629.0,420.0,20200.0,683.0,402.0,1240.0,13100.0,1670.0,,180.0,938.0,25100.0,880.0,5140.0,493.0,4780.0,680.0,26200.0,19000.0,20700.0,455.0,,1610.0,32300.0,21900.0,3430.0,1740.0,35000.0,423.0,258.0,294.0,868.0,432.0,6790.0,,10400.0,16600.0,,1130.0,275.0,5510.0,4470.0,81500.0,822.0,161.0,436.0,,51700.0,3500.0,7060.0,1390.0,91400.0,321.0,,,244.0,2070.0,1810.0,258.0,,445.0,,535.0,10300.0,3650.0,2200.0,161.0,5660.0,3460.0,255.0,2060.0,14600.0,190.0,299.0,967.0,27800.0,36400.0,222.0,15300.0,7230.0,3830.0,1930.0,16300.0,663.0,1090.0,448.0,4350.0,15200.0,12500.0,6010.0,1600.0,21700.0,1580.0,2440.0,1330.0,231.0,8200.0,1200.0,7750.0,319.0,30600.0,21800.0,11400.0,5640.0,166.0,32100.0,535.0,,1920.0,,,2100.0,,992.0,1480.0,,192.0,332.0,1990.0,178.0,,551.0,2430.0,2000.0,4010.0,5380.0,1460.0,,301.0,636.0,255.0,34600.0,7250.0,702.0,3080.0,4090.0,,374.0,1480.0,1490.0,449.0,3180.0,346.0,554.0
42
+ 2000-01-01,21400.0,34500.0,,10100.0,1190.0,621.0,656.0,7700.0,,24500.0,21700.0,20600.0,655.0,1440.0,11700.0,403.0,23200.0,227.0,1630.0,13600.0,130.0,339.0,56300.0,18100.0,989.0,3770.0,21300.0,778.0,3300.0,1270.0,3490.0,24000.0,407.0,251.0,1030.0,37800.0,664.0,5130.0,583.0,955.0,2500.0,4060.0,43300.0,2740.0,1220.0,,14300.0,5990.0,23700.0,763.0,30700.0,4820.0,2770.0,1730.0,1460.0,4070.0,1510.0,179.0,14800.0,125.0,24300.0,2070.0,2170.0,22900.0,22500.0,4140.0,26300.0,5120.0,692.0,265.0,19000.0,637.0,342.0,2020.0,12000.0,1720.0,,291.0,957.0,25800.0,1140.0,4920.0,461.0,4610.0,790.0,26100.0,20900.0,20400.0,457.0,,1540.0,31800.0,20100.0,3480.0,1760.0,37300.0,406.0,280.0,299.0,815.0,382.0,9220.0,,11900.0,19800.0,,1230.0,321.0,5330.0,4980.0,75100.0,855.0,183.0,416.0,,48800.0,4170.0,7390.0,1280.0,82500.0,354.0,1630.0,,246.0,2130.0,1840.0,236.0,,474.0,,478.0,10400.0,3860.0,2290.0,154.0,6580.0,4000.0,236.0,2060.0,12600.0,164.0,378.0,1000.0,26000.0,38100.0,237.0,13600.0,8900.0,3800.0,1960.0,14500.0,655.0,1040.0,514.0,4490.0,16200.0,11500.0,7830.0,1530.0,29900.0,1660.0,870.0,1770.0,207.0,9350.0,1060.0,7580.0,356.0,29300.0,23800.0,10200.0,5400.0,154.0,28700.0,475.0,,1910.0,,550.0,2200.0,,1180.0,1430.0,,167.0,266.0,1970.0,139.0,431.0,645.0,2250.0,1930.0,4220.0,6430.0,1460.0,,308.0,636.0,255.0,36400.0,6870.0,558.0,3670.0,4800.0,,433.0,1470.0,1540.0,550.0,3100.0,356.0,535.0
43
+ 2001-01-01,21800.0,33000.0,115.0,9800.0,1340.0,692.0,621.0,7210.0,,24500.0,19500.0,20700.0,704.0,1480.0,11600.0,401.0,23100.0,235.0,1780.0,12800.0,128.0,348.0,58900.0,16500.0,939.0,3160.0,21500.0,820.0,3080.0,1240.0,3560.0,23600.0,154.0,252.0,872.0,38500.0,682.0,4630.0,589.0,1050.0,2420.0,4090.0,41600.0,2840.0,1250.0,,14700.0,6590.0,23700.0,780.0,30800.0,4930.0,2830.0,1700.0,1910.0,4490.0,1450.0,183.0,15400.0,121.0,24900.0,2040.0,2240.0,24500.0,22500.0,4000.0,25900.0,5110.0,734.0,275.0,19300.0,543.0,319.0,2730.0,12400.0,1630.0,,301.0,931.0,25200.0,1190.0,5250.0,412.0,5250.0,757.0,28100.0,20100.0,20800.0,466.0,,1730.0,28600.0,20400.0,3490.0,1820.0,32700.0,404.0,308.0,319.0,749.0,406.0,9960.0,,11300.0,17600.0,,1490.0,323.0,5260.0,4660.0,74400.0,838.0,172.0,377.0,,47600.0,4470.0,6490.0,1290.0,82500.0,408.0,1910.0,,279.0,2210.0,1800.0,249.0,,524.0,,464.0,9970.0,3790.0,3180.0,148.0,6880.0,3880.0,217.0,1840.0,,171.0,350.0,1030.0,26600.0,38500.0,254.0,13900.0,8690.0,3790.0,1960.0,,558.0,962.0,492.0,4980.0,18200.0,11700.0,8280.0,1400.0,28700.0,1830.0,1630.0,2100.0,191.0,8760.0,946.0,7660.0,373.0,27000.0,21600.0,10500.0,5710.0,251.0,29700.0,482.0,,1610.0,,540.0,2310.0,,1260.0,1260.0,,198.0,267.0,1830.0,172.0,519.0,777.0,2290.0,1700.0,3060.0,6940.0,1390.0,,306.0,781.0,233.0,37300.0,6280.0,457.0,3980.0,4940.0,,449.0,1360.0,1560.0,547.0,2710.0,395.0,538.0
44
+ 2002-01-01,24000.0,34100.0,186.0,10000.0,1460.0,780.0,840.0,2710.0,,26400.0,20100.0,20400.0,763.0,1710.0,11800.0,399.0,25000.0,261.0,2080.0,13100.0,117.0,379.0,62600.0,16900.0,894.0,2840.0,22500.0,897.0,3010.0,1480.0,3700.0,24000.0,176.0,263.0,920.0,41300.0,740.0,4490.0,648.0,1140.0,2380.0,4110.0,44200.0,3000.0,1350.0,,16000.0,8010.0,25200.0,794.0,33200.0,4840.0,2970.0,1740.0,2190.0,5300.0,1290.0,170.0,17000.0,112.0,26800.0,2260.0,2260.0,26600.0,24300.0,4130.0,28200.0,5290.0,779.0,312.0,20700.0,443.0,326.0,3280.0,13900.0,1770.0,,312.0,962.0,24700.0,1200.0,6050.0,392.0,6630.0,910.0,32400.0,18200.0,24200.0,487.0,,1720.0,31900.0,22200.0,3720.0,1900.0,31200.0,398.0,322.0,337.0,842.0,444.0,10200.0,,12800.0,18600.0,,1660.0,317.0,5450.0,4630.0,79500.0,904.0,175.0,348.0,,52200.0,4990.0,3840.0,1360.0,89000.0,459.0,2110.0,,263.0,2390.0,1940.0,307.0,,572.0,,460.0,10800.0,3960.0,3220.0,223.0,6950.0,4130.0,217.0,1720.0,,184.0,457.0,995.0,28800.0,43100.0,251.0,16900.0,8730.0,3860.0,2040.0,,530.0,1000.0,483.0,5200.0,19000.0,12900.0,8390.0,1140.0,30700.0,2120.0,2150.0,2380.0,187.0,8640.0,786.0,8330.0,407.0,29600.0,22000.0,11800.0,6540.0,276.0,31400.0,513.0,,2250.0,,586.0,2380.0,,1270.0,1130.0,,222.0,288.0,1990.0,191.0,494.0,970.0,2370.0,1830.0,3580.0,7050.0,1620.0,,311.0,879.0,238.0,38200.0,4090.0,383.0,4270.0,3670.0,,477.0,1350.0,1630.0,576.0,2540.0,395.0,502.0
45
+ 2003-01-01,31400.0,36900.0,198.0,10400.0,1860.0,925.0,920.0,3410.0,,32100.0,23400.0,20800.0,884.0,2150.0,12100.0,432.0,30700.0,332.0,2700.0,14300.0,108.0,464.0,66100.0,18500.0,896.0,3080.0,22000.0,1010.0,4100.0,1820.0,3830.0,28000.0,175.0,298.0,1040.0,48000.0,905.0,4870.0,791.0,1280.0,2260.0,4200.0,48200.0,3190.0,1740.0,,20100.0,9740.0,30300.0,824.0,40500.0,5000.0,2340.0,2060.0,2440.0,7170.0,1190.0,195.0,21500.0,120.0,32800.0,2830.0,2290.0,30800.0,29700.0,4940.0,32600.0,5770.0,922.0,376.0,25100.0,361.0,374.0,4370.0,18300.0,1820.0,,350.0,984.0,24000.0,1230.0,7810.0,329.0,8370.0,1080.0,40900.0,18800.0,28700.0,565.0,,1980.0,39100.0,27400.0,3590.0,1970.0,33700.0,440.0,381.0,360.0,1030.0,557.0,9720.0,,14200.0,22600.0,,2070.0,360.0,5440.0,4980.0,89900.0,985.0,131.0,510.0,,64400.0,5630.0,4840.0,1660.0,109000.0,548.0,2790.0,,317.0,2430.0,2380.0,389.0,,646.0,,527.0,12800.0,4620.0,3630.0,198.0,6600.0,4430.0,235.0,2490.0,,223.0,510.0,1000.0,35200.0,50100.0,258.0,21900.0,9060.0,3990.0,2180.0,,609.0,1020.0,546.0,5690.0,19800.0,15800.0,8150.0,1160.0,35600.0,2760.0,2830.0,2980.0,202.0,9390.0,745.0,8520.0,472.0,37000.0,23600.0,14900.0,8710.0,291.0,39100.0,643.0,,2610.0,,687.0,2500.0,,1260.0,1700.0,,294.0,318.0,2210.0,238.0,485.0,1290.0,2790.0,2090.0,4600.0,8750.0,1900.0,,326.0,1050.0,236.0,39700.0,3620.0,396.0,4450.0,3240.0,,531.0,1580.0,1910.0,617.0,3800.0,450.0,452.0
46
+ 2004-01-01,36900.0,40400.0,220.0,11000.0,2470.0,1180.0,1230.0,4780.0,,36700.0,30400.0,22600.0,1050.0,2580.0,12900.0,461.0,35500.0,371.0,3330.0,16000.0,122.0,511.0,70400.0,21800.0,955.0,3640.0,22000.0,1110.0,4830.0,2380.0,3990.0,31800.0,196.0,326.0,1350.0,53300.0,966.0,6220.0,893.0,1500.0,2750.0,4380.0,55800.0,3390.0,1950.0,,23600.0,11700.0,34100.0,870.0,46500.0,5330.0,2410.0,2550.0,2700.0,8850.0,1120.0,238.0,24900.0,137.0,37600.0,3330.0,2250.0,34500.0,33900.0,5760.0,38300.0,5840.0,1190.0,426.0,28900.0,416.0,391.0,7530.0,21700.0,1940.0,,382.0,1040.0,24900.0,1300.0,9370.0,387.0,10200.0,1160.0,47400.0,19700.0,34600.0,650.0,1370.0,2350.0,47000.0,31200.0,3860.0,2160.0,36400.0,462.0,433.0,406.0,1150.0,629.0,10300.0,,15900.0,27100.0,,2870.0,415.0,5440.0,5420.0,100000.0,1060.0,147.0,646.0,6710.0,74700.0,6750.0,6010.0,1880.0,123000.0,721.0,3380.0,,246.0,2520.0,2720.0,421.0,,798.0,,600.0,14100.0,5230.0,4110.0,209.0,7040.0,4920.0,279.0,3300.0,,240.0,646.0,1080.0,39700.0,57600.0,292.0,25500.0,10100.0,4290.0,2430.0,,660.0,1080.0,631.0,6640.0,21000.0,18000.0,8870.0,1390.0,44100.0,3530.0,3330.0,4100.0,226.0,10900.0,819.0,10200.0,557.0,42400.0,27400.0,17300.0,10700.0,290.0,45000.0,732.0,,3010.0,,734.0,2610.0,,1420.0,2210.0,,457.0,359.0,2480.0,312.0,482.0,1460.0,3140.0,2350.0,5870.0,9990.0,2230.0,,350.0,1370.0,286.0,41900.0,4120.0,465.0,4810.0,4280.0,,607.0,1790.0,2350.0,707.0,4890.0,557.0,457.0
47
+ 2005-01-01,40000.0,43500.0,252.0,12100.0,2780.0,1630.0,1710.0,5770.0,,38200.0,34000.0,23300.0,1580.0,2810.0,14200.0,485.0,36900.0,407.0,3790.0,18200.0,144.0,533.0,75900.0,25900.0,1020.0,4790.0,23400.0,1260.0,5290.0,3130.0,4100.0,36000.0,221.0,341.0,1720.0,54800.0,982.0,7610.0,915.0,1740.0,3390.0,4620.0,57200.0,3780.0,2030.0,,24700.0,13300.0,34700.0,912.0,48800.0,5250.0,3580.0,3040.0,3010.0,10300.0,1250.0,226.0,26500.0,163.0,39000.0,3660.0,2350.0,35200.0,34900.0,6860.0,39900.0,6750.0,1470.0,502.0,29900.0,434.0,307.0,13600.0,22300.0,2150.0,,413.0,1080.0,26600.0,1400.0,10200.0,465.0,11100.0,1270.0,50600.0,20400.0,37000.0,740.0,1820.0,2740.0,56600.0,32000.0,4250.0,2330.0,35800.0,524.0,477.0,471.0,1170.0,633.0,11100.0,,18700.0,35200.0,,3770.0,472.0,5340.0,5660.0,105000.0,1240.0,166.0,711.0,7860.0,79600.0,7630.0,8460.0,1950.0,127000.0,831.0,3670.0,,276.0,2650.0,2990.0,444.0,,999.0,,694.0,14800.0,5120.0,3760.0,213.0,7820.0,5550.0,313.0,3580.0,,258.0,804.0,1160.0,41200.0,66800.0,321.0,27800.0,12300.0,4590.0,2700.0,,798.0,1200.0,693.0,7980.0,22000.0,18800.0,9720.0,1480.0,54200.0,4650.0,3530.0,5320.0,274.0,13300.0,882.0,11100.0,669.0,43100.0,29900.0,18200.0,11700.0,318.0,46200.0,773.0,,3590.0,,797.0,2810.0,,1590.0,2340.0,,664.0,382.0,2690.0,340.0,500.0,1710.0,3220.0,2560.0,7130.0,12300.0,2250.0,,449.0,1830.0,314.0,44300.0,5220.0,547.0,5060.0,5440.0,,699.0,1890.0,2590.0,832.0,5440.0,726.0,453.0
48
+ 2006-01-01,43200.0,45600.0,275.0,13600.0,3050.0,2130.0,2440.0,6750.0,,40400.0,36100.0,24000.0,2470.0,3240.0,15700.0,496.0,38900.0,423.0,4370.0,19500.0,158.0,557.0,83900.0,30600.0,1200.0,5890.0,23700.0,1350.0,5320.0,3850.0,4360.0,40200.0,257.0,365.0,2120.0,57300.0,1010.0,9370.0,965.0,2080.0,3710.0,5130.0,62300.0,4670.0,2300.0,,26500.0,15200.0,36400.0,976.0,52000.0,5630.0,3770.0,3390.0,3340.0,12600.0,1470.0,241.0,28500.0,195.0,41100.0,3750.0,2390.0,39900.0,36500.0,7190.0,42400.0,6760.0,1760.0,930.0,30600.0,442.0,299.0,13000.0,24600.0,2330.0,,407.0,1910.0,28200.0,1540.0,11400.0,507.0,11300.0,1600.0,53900.0,21600.0,41300.0,830.0,2320.0,3420.0,56300.0,33400.0,4500.0,2720.0,34100.0,703.0,543.0,537.0,1140.0,659.0,12800.0,,20900.0,42000.0,64100.0,5290.0,586.0,5340.0,6320.0,114000.0,1420.0,178.0,736.0,9240.0,88400.0,9750.0,9670.0,2130.0,136000.0,951.0,4380.0,,293.0,2760.0,3280.0,497.0,,1330.0,,939.0,15700.0,5460.0,4870.0,234.0,8620.0,6180.0,329.0,3890.0,,267.0,1010.0,1230.0,44000.0,74100.0,353.0,26600.0,14600.0,5000.0,3130.0,,885.0,1400.0,853.0,9000.0,22900.0,19800.0,9720.0,1770.0,62900.0,5790.0,4130.0,6920.0,322.0,14900.0,950.0,12000.0,879.0,46300.0,33600.0,19700.0,13100.0,357.0,48800.0,808.0,,5200.0,,851.0,3040.0,,1770.0,2640.0,,717.0,387.0,3140.0,407.0,463.0,2140.0,3390.0,2830.0,7740.0,14100.0,2350.0,,480.0,2300.0,335.0,46400.0,5880.0,643.0,5610.0,6750.0,,797.0,2050.0,2790.0,924.0,5660.0,1080.0,428.0
49
+ 2007-01-01,49300.0,44500.0,374.0,15300.0,3600.0,3080.0,3410.0,8380.0,,46600.0,41000.0,25900.0,3850.0,3990.0,16500.0,544.0,44400.0,476.0,5780.0,21000.0,163.0,633.0,90800.0,32100.0,1360.0,7350.0,24300.0,1760.0,5710.0,4740.0,4510.0,44300.0,286.0,413.0,2230.0,63200.0,1130.0,10400.0,1070.0,2670.0,4660.0,5900.0,73600.0,5190.0,3130.0,,30900.0,18300.0,41800.0,1060.0,58500.0,6060.0,4540.0,3850.0,3570.0,16600.0,1760.0,253.0,32700.0,245.0,48300.0,4080.0,2430.0,46000.0,41600.0,8590.0,48300.0,7320.0,2320.0,1100.0,37500.0,522.0,411.0,15900.0,28500.0,2560.0,,469.0,2260.0,30600.0,1710.0,13500.0,619.0,13800.0,1870.0,61200.0,24600.0,49700.0,1070.0,3090.0,4280.0,68800.0,37700.0,4810.0,3020.0,34000.0,847.0,722.0,628.0,1320.0,731.0,13600.0,,23100.0,44900.0,,6770.0,702.0,5940.0,6720.0,130000.0,1610.0,210.0,817.0,12300.0,103000.0,14100.0,11700.0,2420.0,171000.0,1230.0,5960.0,,379.0,2880.0,3980.0,561.0,,1630.0,,1010.0,18400.0,6290.0,5660.0,266.0,9190.0,7220.0,411.0,4200.0,,302.0,1130.0,1330.0,50900.0,85100.0,398.0,32400.0,16400.0,6050.0,3610.0,,991.0,1680.0,930.0,11200.0,23700.0,22800.0,9730.0,2250.0,69200.0,8170.0,5460.0,9100.0,380.0,16100.0,1050.0,12200.0,1090.0,53300.0,39200.0,23800.0,16000.0,399.0,55600.0,948.0,,5750.0,,883.0,3280.0,,2070.0,2690.0,,808.0,432.0,3740.0,523.0,550.0,2610.0,3810.0,2930.0,9310.0,16500.0,2770.0,,538.0,3070.0,400.0,48100.0,7010.0,830.0,6270.0,8330.0,,919.0,2390.0,3130.0,1210.0,6150.0,1160.0,415.0
50
+ 2008-01-01,50000.0,46400.0,377.0,15800.0,4370.0,3920.0,4600.0,10200.0,,51400.0,49700.0,27500.0,5570.0,4850.0,16600.0,619.0,48600.0,571.0,7120.0,23000.0,187.0,739.0,93600.0,37100.0,1700.0,8840.0,23700.0,1820.0,5660.0,6380.0,4660.0,46400.0,327.0,474.0,3060.0,72100.0,1330.0,10700.0,1190.0,3440.0,5400.0,6580.0,,5380.0,3690.0,,35000.0,22600.0,45600.0,1230.0,64200.0,6610.0,4870.0,4790.0,4260.0,18100.0,2160.0,256.0,35600.0,328.0,53400.0,4180.0,2500.0,48700.0,45400.0,10500.0,45200.0,7950.0,2920.0,1230.0,30900.0,612.0,438.0,23500.0,31700.0,2870.0,,570.0,2480.0,31500.0,1880.0,15900.0,679.0,15600.0,2180.0,61000.0,29300.0,,1040.0,4470.0,4900.0,55400.0,40700.0,5130.0,3800.0,37900.0,926.0,966.0,743.0,1420.0,806.0,14400.0,,20500.0,54500.0,,8510.0,887.0,6890.0,6780.0,143000.0,2010.0,231.0,827.0,15000.0,112000.0,16400.0,14800.0,2830.0,194000.0,1700.0,7330.0,,472.0,2920.0,4720.0,665.0,,2140.0,,1180.0,20900.0,7750.0,6750.0,302.0,9580.0,8450.0,485.0,4010.0,,367.0,1380.0,1500.0,56600.0,96900.0,478.0,31000.0,23500.0,7000.0,4250.0,,1220.0,1930.0,1020.0,13900.0,24900.0,24800.0,9840.0,2970.0,84800.0,9950.0,6700.0,11600.0,469.0,19700.0,1210.0,11100.0,1260.0,55700.0,39700.0,27500.0,18600.0,453.0,62200.0,1090.0,,6860.0,1710.0,1090.0,3480.0,,,2620.0,,938.0,528.0,4120.0,709.0,672.0,3920.0,4340.0,3300.0,10400.0,21200.0,3090.0,,666.0,3890.0,448.0,48400.0,9070.0,1020.0,6370.0,11200.0,,1160.0,2700.0,3380.0,1400.0,5810.0,1440.0,345.0
51
+ 2009-01-01,46400.0,32900.0,451.0,14000.0,4110.0,2910.0,3990.0,9460.0,,47700.0,42700.0,24600.0,4950.0,4480.0,16500.0,685.0,45000.0,554.0,6740.0,19300.0,195.0,713.0,88500.0,27200.0,1740.0,8600.0,22100.0,1800.0,5260.0,5180.0,4440.0,40800.0,302.0,465.0,2400.0,69700.0,1310.0,10100.0,1160.0,3800.0,5100.0,6390.0,,5500.0,3520.0,,31700.0,19700.0,41700.0,1460.0,57900.0,7030.0,4840.0,3770.0,4240.0,14700.0,2460.0,334.0,32300.0,382.0,47100.0,3370.0,2670.0,45500.0,41600.0,8000.0,37100.0,7390.0,2440.0,1100.0,22500.0,553.0,435.0,13800.0,29500.0,2700.0,,532.0,2590.0,30700.0,1950.0,14100.0,674.0,12900.0,2270.0,51500.0,27600.0,,1150.0,3700.0,4930.0,40300.0,37000.0,4520.0,4030.0,39300.0,930.0,871.0,735.0,1320.0,787.0,13700.0,,18300.0,37200.0,,7170.0,931.0,8270.0,6720.0,126000.0,2060.0,302.0,860.0,11800.0,101000.0,12200.0,10600.0,2860.0,153000.0,1530.0,6700.0,,417.0,2910.0,4480.0,661.0,,1720.0,,1040.0,19600.0,7080.0,6780.0,345.0,7690.0,7280.0,459.0,4140.0,,353.0,1090.0,1460.0,51900.0,80000.0,484.0,28000.0,18200.0,7170.0,4190.0,,1210.0,1830.0,989.0,11400.0,25800.0,23100.0,9180.0,2510.0,62500.0,8070.0,5820.0,8560.0,504.0,16000.0,1160.0,9710.0,1200.0,46200.0,38600.0,24600.0,16500.0,435.0,,1020.0,,7450.0,1280.0,1130.0,3340.0,,,2680.0,,814.0,515.0,3980.0,669.0,780.0,4060.0,4160.0,3100.0,8630.0,14500.0,2760.0,,674.0,2550.0,517.0,47000.0,9420.0,1180.0,6180.0,11500.0,,1230.0,2640.0,3170.0,1280.0,5910.0,1200.0,633.0
52
+ 2010-01-01,43000.0,33900.0,561.0,13000.0,4090.0,3120.0,4220.0,11500.0,,46600.0,51800.0,24300.0,5840.0,4380.0,15900.0,763.0,44400.0,578.0,6580.0,20500.0,220.0,690.0,88200.0,30900.0,1930.0,11300.0,21900.0,2210.0,6490.0,5820.0,4530.0,47500.0,330.0,457.0,2920.0,74300.0,1310.0,12700.0,1150.0,4510.0,6180.0,7770.0,,5700.0,3410.0,,30400.0,19800.0,41700.0,1350.0,57600.0,6930.0,5300.0,4350.0,4640.0,14600.0,2800.0,369.0,30700.0,344.0,46200.0,3650.0,2840.0,46400.0,40700.0,9300.0,38400.0,7370.0,2610.0,1330.0,,566.0,435.0,16600.0,26900.0,2880.0,,534.0,2870.0,32600.0,2080.0,13500.0,669.0,13000.0,3140.0,47900.0,30600.0,,1420.0,4470.0,5670.0,41700.0,35900.0,4920.0,4370.0,42900.0,978.0,880.0,783.0,1540.0,777.0,13200.0,,22200.0,38600.0,,9070.0,1120.0,8760.0,7010.0,141000.0,2400.0,327.0,1090.0,12000.0,103000.0,11400.0,12400.0,2820.0,145000.0,1630.0,6640.0,,414.0,3130.0,4470.0,674.0,,2650.0,,1200.0,19700.0,7770.0,7160.0,360.0,8920.0,8750.0,422.0,5170.0,,360.0,2310.0,1500.0,50300.0,87600.0,596.0,33400.0,20900.0,7830.0,5080.0,,1420.0,2140.0,1020.0,12500.0,26400.0,22500.0,9000.0,3100.0,71500.0,8140.0,5410.0,10700.0,526.0,19300.0,1280.0,10800.0,1440.0,52100.0,46600.0,23400.0,16500.0,448.0,,999.0,,8320.0,1580.0,1130.0,3440.0,,,2960.0,,909.0,503.0,4800.0,740.0,876.0,4390.0,4210.0,3550.0,10100.0,15500.0,3240.0,,712.0,2970.0,553.0,48400.0,11900.0,1380.0,6230.0,13600.0,,1330.0,2970.0,3530.0,1360.0,7390.0,1530.0,723.0
53
+ 2011-01-01,44000.0,38900.0,616.0,12800.0,4440.0,3420.0,5160.0,13700.0,,51100.0,62100.0,25400.0,7190.0,4770.0,15500.0,842.0,47800.0,670.0,7590.0,22500.0,247.0,745.0,86000.0,41100.0,2320.0,13300.0,21500.0,2500.0,7890.0,6310.0,4700.0,52100.0,373.0,495.0,3410.0,88000.0,1310.0,14500.0,1260.0,5570.0,7120.0,8700.0,,6120.0,3800.0,,31800.0,21700.0,45900.0,1460.0,61300.0,7120.0,5720.0,5270.0,5200.0,17200.0,2970.0,440.0,32000.0,357.0,50800.0,4200.0,3000.0,49800.0,43800.0,11200.0,41000.0,7410.0,3220.0,1590.0,,521.0,454.0,21900.0,26000.0,3240.0,,679.0,3260.0,35100.0,2280.0,14500.0,749.0,14000.0,3660.0,51900.0,33300.0,,1500.0,5850.0,7640.0,46000.0,38400.0,5350.0,4670.0,46200.0,998.0,1120.0,878.0,1740.0,837.0,13700.0,,24200.0,49300.0,,11400.0,1270.0,9140.0,7190.0,158000.0,2840.0,377.0,1240.0,14400.0,114000.0,13700.0,5690.0,3040.0,163000.0,1970.0,7250.0,,456.0,3290.0,4990.0,739.0,,3780.0,,1380.0,22300.0,8980.0,7410.0,364.0,9810.0,10100.0,537.0,5600.0,,388.0,2510.0,1650.0,53500.0,101000.0,696.0,37900.0,22500.0,8900.0,5760.0,,1840.0,2360.0,1210.0,13800.0,27200.0,23200.0,9770.0,3820.0,88900.0,9060.0,6420.0,13300.0,575.0,24100.0,1650.0,12200.0,1620.0,59600.0,53100.0,25000.0,18100.0,500.0,,1080.0,,8350.0,1720.0,1360.0,3700.0,,,3140.0,,1010.0,580.0,5190.0,835.0,1000.0,5720.0,4310.0,4220.0,10600.0,17700.0,3990.0,,746.0,3570.0,531.0,49800.0,14200.0,1540.0,6190.0,10700.0,,1540.0,3280.0,4070.0,1330.0,8080.0,1740.0,820.0
54
+ 2012-01-01,40200.0,40400.0,689.0,13500.0,4260.0,3350.0,5540.0,14800.0,,48300.0,67500.0,,7390.0,4410.0,15200.0,862.0,44800.0,678.0,7200.0,23300.0,251.0,751.0,85500.0,41100.0,2580.0,12100.0,22100.0,2460.0,7380.0,6720.0,4860.0,52700.0,418.0,479.0,3150.0,83300.0,1360.0,15200.0,1220.0,6260.0,7750.0,9430.0,,6490.0,3540.0,,28900.0,19700.0,43900.0,1570.0,57600.0,7180.0,5880.0,5310.0,5660.0,17100.0,3260.0,504.0,29000.0,472.0,47400.0,4400.0,3150.0,47600.0,40900.0,10800.0,41100.0,7580.0,3530.0,1650.0,,509.0,495.0,22400.0,22500.0,3340.0,,576.0,3580.0,36700.0,2330.0,13200.0,776.0,12800.0,3720.0,48400.0,32500.0,,1480.0,6690.0,7300.0,44400.0,34900.0,5460.0,4900.0,46700.0,1170.0,1180.0,945.0,1740.0,796.0,13700.0,,24500.0,53500.0,,12100.0,1410.0,9760.0,7200.0,150000.0,2920.0,414.0,1160.0,14300.0,106000.0,14000.0,13300.0,2900.0,,2050.0,6520.0,,445.0,3510.0,4630.0,696.0,1410.0,4400.0,,1280.0,21200.0,9110.0,7490.0,267.0,9820.0,10400.0,593.0,5760.0,,405.0,2730.0,1750.0,49100.0,102000.0,686.0,39600.0,23000.0,9980.0,6430.0,,2150.0,2590.0,1250.0,13000.0,27800.0,20600.0,10400.0,3680.0,92600.0,8450.0,5660.0,14100.0,630.0,25900.0,1870.0,12800.0,1690.0,57100.0,54600.0,22500.0,17200.0,634.0,,1020.0,,9380.0,957.0,1400.0,3780.0,,,3050.0,,994.0,589.0,5480.0,953.0,1110.0,6800.0,4200.0,4360.0,10700.0,17400.0,4040.0,,836.0,3860.0,653.0,51500.0,15100.0,1720.0,6350.0,12700.0,,1760.0,3160.0,4260.0,1340.0,7590.0,1770.0,909.0
55
+ 2013-01-01,41000.0,43000.0,665.0,13300.0,4460.0,3500.0,5780.0,15000.0,,50500.0,67500.0,,7810.0,4660.0,15000.0,958.0,46900.0,716.0,7500.0,24700.0,267.0,805.0,85700.0,38600.0,2870.0,11900.0,22300.0,2360.0,7410.0,7720.0,4890.0,52300.0,445.0,335.0,3170.0,84700.0,1540.0,15700.0,1330.0,6990.0,7870.0,10100.0,,6850.0,3680.0,,27900.0,19900.0,46300.0,1670.0,59800.0,7180.0,5880.0,5360.0,6000.0,18900.0,3310.0,544.0,29900.0,505.0,49300.0,4380.0,3050.0,52800.0,42600.0,10300.0,41800.0,7890.0,3600.0,1880.0,,482.0,531.0,20600.0,22000.0,3480.0,,555.0,3740.0,38400.0,2280.0,13600.0,819.0,13500.0,3640.0,50500.0,36100.0,,1490.0,6960.0,6380.0,47500.0,35500.0,5290.0,5200.0,38600.0,1240.0,1280.0,1010.0,1650.0,842.0,14300.0,,26000.0,52200.0,,13600.0,1650.0,9930.0,7330.0,,3280.0,453.0,1040.0,15700.0,111000.0,15400.0,10600.0,3090.0,,2240.0,7110.0,,463.0,3630.0,5110.0,726.0,1100.0,4420.0,,1300.0,22800.0,9480.0,7840.0,237.0,10300.0,10500.0,598.0,5610.0,,431.0,2970.0,1780.0,50800.0,103000.0,692.0,42400.0,21500.0,11000.0,6660.0,,2110.0,2770.0,1280.0,13800.0,28700.0,21500.0,10900.0,4250.0,93700.0,9490.0,6350.0,14500.0,639.0,25800.0,1890.0,15700.0,1750.0,60400.0,56000.0,23300.0,18100.0,809.0,,1050.0,,9830.0,1040.0,1610.0,3830.0,,,2830.0,,1010.0,636.0,5780.0,1040.0,1240.0,7830.0,4320.0,4110.0,11000.0,18200.0,3880.0,,927.0,4030.0,657.0,53000.0,16900.0,1880.0,6570.0,12200.0,,1910.0,3170.0,4180.0,1470.0,6890.0,1840.0,953.0
56
+ 2014-01-01,,42500.0,666.0,14000.0,4620.0,3650.0,5940.0,12900.0,,51100.0,61900.0,,7880.0,4800.0,15200.0,1100.0,47500.0,720.0,7710.0,25200.0,295.0,825.0,,40800.0,3150.0,11600.0,22200.0,2380.0,7760.0,8040.0,,50300.0,475.0,379.0,3100.0,,1650.0,14500.0,1430.0,7590.0,7720.0,10000.0,,,3720.0,,27200.0,19600.0,47600.0,1780.0,60600.0,7430.0,6080.0,5360.0,6290.0,19700.0,3440.0,590.0,30300.0,568.0,49500.0,4540.0,,,42700.0,10100.0,45600.0,8300.0,3670.0,1460.0,,423.0,550.0,18400.0,21700.0,3700.0,,586.0,4020.0,40200.0,2350.0,13500.0,833.0,13900.0,3510.0,53300.0,37000.0,,1630.0,6430.0,5290.0,52100.0,35000.0,,5420.0,36200.0,1340.0,1270.0,1080.0,1600.0,861.0,15200.0,,28000.0,,,12300.0,1710.0,10100.0,7440.0,,3630.0,461.0,995.0,16400.0,,16000.0,6580.0,3140.0,,2230.0,7370.0,,449.0,,5370.0,766.0,1200.0,4170.0,,1270.0,,10000.0,8620.0,253.0,10400.0,10800.0,619.0,5720.0,,441.0,3180.0,1910.0,51600.0,97400.0,698.0,,20800.0,11800.0,6590.0,,,2840.0,1330.0,14400.0,,22100.0,11900.0,4480.0,93400.0,10000.0,6150.0,12700.0,652.0,25400.0,2020.0,15400.0,1900.0,58900.0,56300.0,24000.0,18400.0,788.0,,1070.0,,,1110.0,1690.0,3950.0,,,2680.0,,1050.0,646.0,5560.0,1100.0,1280.0,9030.0,,4110.0,10500.0,,,,998.0,3080.0,677.0,54600.0,16800.0,2040.0,6660.0,16500.0,,2050.0,,4170.0,,6480.0,1800.0,936.0